evennia/src/server
2014-09-10 09:33:44 +02:00
..
migrations Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
portal Fixed so multiple webserver interfaces don't kill the websocket client connection. Cleaned up some comments in settings.py. 2014-08-23 00:07:47 +02:00
__init__.py Added new process-pool runner based on AMPoule (integrated into Evennia). 2012-09-02 10:10:22 +02:00
admin.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
amp.py This fixes issue #569 2014-09-07 02:22:12 +08:00
caches.py Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
initial_setup.py Removed creation of admin media symlink. Fixed media handling. 2014-06-29 08:23:12 -05:00
manager.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
models.py Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
oob_cmds.py Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
oobhandler.py Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
server.py Some cleanup and changing to conform to PEP8 standard. 2014-07-10 20:29:16 +02:00
serversession.py Moved unicode/str conversions to sessionhandler level in order to still allow message_all session messages without triggering unicode tracebacks (such as when server restarts). 2014-09-10 09:33:44 +02:00
session.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
sessionhandler.py Moved unicode/str conversions to sessionhandler level in order to still allow message_all session messages without triggering unicode tracebacks (such as when server restarts). 2014-09-10 09:33:44 +02:00
tests.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
webserver.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00