evennia/evennia/server
2015-03-02 20:06:37 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal 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
profiling Implemented contents_cache handler for a speed boost for many situations, as per #620. 2015-02-28 11:29:05 +01:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
admin.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
amp.py Turning off debug messages for OOB 2015-02-14 20:18:08 +01:00
evennia_launcher.py Gave twistd.bat an absolute path for Windows installs. Resolves #681. 2015-03-02 20:06:37 +01:00
evennia_runner.py Made sure to have the launcher send the gamedir as the first entry in the environment for the portal and launcher. This makes it possible to start evennia from anywhere in the game folder. 2015-02-10 00:12:41 +01:00
initial_setup.py Refactored the way default channels are added. 2015-02-23 16:15:29 +01:00
manager.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
models.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
oob_cmds.py Cleaned up the call signature of OOB commands. 2015-02-14 23:06:41 +01:00
oobhandler.py Fixes to content_cache handler. Started a simple test of a cmd-limiter. 2015-02-28 13:02:51 +01:00
server.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
serversession.py Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands. 2015-02-28 15:37:20 +01:00
session.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
sessionhandler.py Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands. 2015-02-28 15:37:20 +01:00
tests.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
webserver.py Fixed many path-related issues, getting closing to getting the server to boot. 2015-01-08 16:00:22 +01:00