evennia/evennia/server
2015-02-14 20:18:08 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Turning off debug messages for OOB 2015-02-14 20:18:08 +01:00
profiling Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +01:00
__init__.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +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 Made GAME_DIR allocation dynamic to allow for renaming/moving the gamedir if desired. 2015-02-11 13:57:19 +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 Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +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 Some cleanup of the OOBhandler and communication with GMCP. 2015-02-14 20:12:09 +01:00
oobhandler.py Implemented GMCP with the new oobhandler. Resolves #208. 2015-02-14 19:46:25 +01:00
server.py Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. 2015-02-13 08:09:29 +01:00
serversession.py Added support for GMCP out-of-band messaging, as a backup handler to MSDP. Starting to rework the oob system to be more straightforward to follow and understand. 2015-02-11 20:58:37 +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 Turning off debug messages for OOB 2015-02-14 20:18:08 +01:00
tests.py Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. 2015-02-13 08:09:29 +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