Griatch
cde9cd36df
Added a throttling mechanism to avoid too many quick retries of passwords. Implements #634 . Note that one could also throttle the creation of Player accounts this way, but this would interfere with dummyrunner operation, so it is not included by default.
2015-03-06 22:43:40 +01:00
Griatch
04a1d9c238
Added CONN_MAX_AGE setting to 7hrs to avoid 'database has gone away' errors with MySQL default settings. Resolves #619 .
2015-03-06 21:21:07 +01:00
Griatch
a6c2910e93
fixed small inconsistency in returning a single script from the manager.
2015-03-06 20:54:44 +01:00
Griatch
84ccbf6b86
Fixed a migration that didn't run properly. Made typeclass loading a little more forgiving, giving a log_trace and loading the dbclass rather than crashing immediately.
2015-03-06 19:51:51 +01:00
Griatch
000f14c028
Updated how the automatic timeout closes the session on the portal side. A lot cleaner now.
2015-03-06 18:52:29 +01:00
Griatch
895f8504cd
Run migrations! Removed global system scripts, moving into maintenance functions on the portal and server level. This means that runtimes will be reset as the system resets to the new system.
2015-03-06 16:54:37 +01:00
Griatch
6dcc1b80b0
Added NOP keepalive to telnet protocol. Resolves #641 .
2015-03-06 16:53:24 +01:00
Griatch
0a57f3c9a9
Removed unused scripts
2015-03-06 16:07:47 +01:00
Griatch
71e9038c62
Started removing the global maintenance scripts, but ran into strange AMP issues.
2015-03-06 15:59:58 +01:00
Griatch
17400ede6b
Fixed trunkated docstring in evtable. Resolves #686 .
2015-03-05 17:16:26 +01:00
Griatch
9d6b4bd545
fixed kwarg multiple-option call to django-admin
2015-03-05 15:41:21 +01:00
Griatch
9392154ab7
Added --settings option to evennia-launcher.
2015-03-05 15:33:09 +01:00
Griatch
a54287512b
updated date on tutorial world
2015-03-05 15:04:48 +01:00
Griatch
d3f06218f8
Minor update to parsing
2015-03-05 15:04:20 +01:00
Tristano Ajmone
8af908d4f7
TYPO IN COMMENTS: currently valids PIDs
...
currently valids PIDs => currently valid PIDs
2015-03-05 12:06:11 +01:00
Tristano Ajmone
45e9c85f3e
TYPO IN COMMENTS: suggestsion
...
suggestsion => suggestions
2015-03-05 12:06:11 +01:00
Tristano Ajmone
99ab2c5d72
TYPO COMMENTS: objcet
...
objcet => object
2015-03-05 12:06:11 +01:00
Tristano Ajmone
79e9346de9
TYPO COMMENTS: extra bracket
...
with one msg() call))
to
with one msg() call)
2015-03-05 12:06:11 +01:00
Tristano Ajmone
040a44c5cb
TYPO IN COMMENTS: withTout
...
withtout => without
2015-03-05 12:06:11 +01:00
Tristano Ajmone
e2bc05585f
TYPO IN SOURCE COMMENTS: # server creating new connectionG
...
# server creating new connectiong
to
# server creating new connections
2015-03-05 12:06:11 +01:00
Tristano Ajmone
f1b38bf9a4
TYPO IN COMMENTS: tweaking the way THE child instanceE are recognized
...
Changed in comments:
"tweaking the way the child instancee are recognized"
to
"tweaking the way child instances are recognized"
2015-03-05 12:06:11 +01:00
Griatch
f55f66c3ee
moved locale to right place. Will need to look closer at how i18n works in new setup.
2015-03-05 00:21:38 +01:00
tajmone
e357884f4a
Italian Localization
...
Italian Localization of Evennia: first draft. 100% translated. A few
doubts have been marked as FUZZY and commented (En + It) in .po file!
2015-03-04 21:42:46 +01:00
Griatch
21e4a6bca7
Updated docstrings as an example
2015-03-04 21:42:23 +01:00
Griatch
a70969f221
added search_tag to flat API.
2015-03-02 23:17:48 +01:00
Griatch
5da4da34c0
Moved tags to the end of examine command output.
2015-03-02 21:39:27 +01:00
Griatch
9ffba037f8
Updated the tutorial world's lockfuncs to work correctly. Resolves #682 .
2015-03-02 21:35:55 +01:00
Griatch
d1c7111db1
Gave twistd.bat an absolute path for Windows installs. Resolves #681 .
2015-03-02 20:06:37 +01:00
Griatch
ed3d181297
Update CONTRIBUTING.md
2015-03-02 11:21:25 +01:00
Griatch
7b7441966d
Update CONTRIBUTING.md
2015-03-02 11:20:14 +01:00
Griatch
d5e473136a
Update CONTRIBUTING.md
2015-03-02 11:18:29 +01:00
Griatch
1975adacaf
Added create_help_entry to flat API.
2015-03-01 21:34:05 +01:00
Jonathan Piacenti
453ba1afc3
Fixed comment and wording on web templates.
2015-03-01 11:54:22 -06:00
Griatch
96ac3f967b
Merged the devel-branch.
2015-03-01 13:06:48 +01:00
Griatch
80258d5506
Merge branch 'tajmone-Tristano-typos'
2015-03-01 12:52:18 +01:00
Griatch
8631180529
Changed the windows launcher name to evennia_launcher.py instead of just evennia.py since Windows requires a batfile (named evennia) in order to work, and there is a name clash between them otherwise.
2015-03-01 12:43:46 +01:00
Tristano Ajmone
f83193fd37
TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails
...
Apart from the typo, the sentence was a bit tangled. I've changed just a bit to put it in grammatical shape.
2015-03-01 10:57:26 +01:00
Griatch
a23d78d5b0
Removed the rate limiter in portal for now, not sure how useful it actually is. Need to investigate further ... later.
2015-03-01 10:54:28 +01:00
Tristano Ajmone
491bb8c2e0
TYPO: detemines how => deteRmines how
2015-03-01 10:46:25 +01:00
Tristano Ajmone
08a2898ad7
TYPO IN COMMENTS: hiearchy => hierarchy
...
hiearchy => hierarchy
2015-03-01 10:40:29 +01:00
Tristano Ajmone
110af6e5cb
ESTHETIC: Missing space in comments
...
#The time factor => # The time factor
2015-03-01 10:36:10 +01:00
Tristano Ajmone
7aaf1ff857
SYNTAX IN COMMENTS
...
defined relative evennia's root => defined relatively to Evennia's root
2015-03-01 10:31:40 +01:00
Tristano Ajmone
6d4dc91299
TYPO IN COMMENTS: databse => database
...
Just a typo...
2015-03-01 10:24:00 +01:00
Tristano Ajmone
187387b11b
TYPO IN COMMENTS: timout => timeout
...
Just a typo in the "settings_default.py" comments....
2015-03-01 10:07:06 +01:00
Tristano Ajmone
2cd4cec3b5
TYPO IN COMMENTS: @batchprocess => @batchcommand
...
Hi Griatch, this was the typo I mentioned the other day about the tutorial's comments. Only I gave you the wrong reference (the README file) but it was in the "build.ev" file! When I first used I got confused because when I tried the command it didn't exist!
2015-02-28 09:25:40 -06:00
Griatch
9793c57dd4
Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands.
2015-02-28 15:37:20 +01:00
Griatch
e201cda2c3
Fixes to content_cache handler. Started a simple test of a cmd-limiter.
2015-02-28 13:02:51 +01:00
Griatch
b94bb17576
Implemented contents_cache handler for a speed boost for many situations, as per #620 .
2015-02-28 11:29:05 +01:00
Griatch
06fe2e5a9c
Fixed a bug in serversession.
2015-02-28 09:59:24 +01:00
Griatch
4dc3a3df09
Removed the normal_mode and ignore_empty keywords of puppet/unpuppet_object and instead handling those checks in the calling methods instead. This makes the call clearer. Also changed to using the on-object scripthandler for validation rather than importing and calling the manager unnecessarily.
2015-02-28 09:49:41 +01:00