evennia/src/server
2014-08-13 09:58:19 +02:00
..
migrations Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
portal Added TTYPE xterm256 enforcing for the 'BeipMu' client (>v2.00.206). 2014-08-13 09:58:19 +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 Made irc bot connect, but scripthandler lookup is causing traceback when searching for a player) 2014-03-08 11:41:24 +01: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 Added at_post_disconnect() hook to Player, to allow for clean deletion of players at disconnect (for example for Guest-account implementation) 2014-07-06 16:20:50 +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 Fixed some lingering uses of sessid as a non-handler. 2014-08-05 09:16:00 +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