evennia/src
2014-09-16 15:46:23 +01:00
..
commands Fixed so CmdIRC2chan correctly handles deletion by botname and not just by dbref. Resolves #572. 2014-09-15 23:37:35 +02:00
comms Fixed errors when disconnecting from channels. Resolves #560. 2014-08-31 08:56:28 +02:00
help Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
locks Made lockhandler write lockwarnings to separate log file 2014-05-18 11:18:00 +02:00
objects Fixed nasty lookup bug when querying for multi-word fuzzy matches using mysql. Resolves #527. 2014-09-15 22:26:25 +02:00
players This fixes issue #569 2014-09-07 02:22:12 +08:00
scripts Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
server 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 Change testing keyword to _testing in cmdhandler 2014-08-24 10:55:02 +02:00
typeclasses Added clear() method to nattributehandler. Resolves #542. 2014-08-05 09:05:44 +02:00
utils Corrected fix for #578 2014-09-16 15:46:23 +01:00
web Added prompt functionality to webclient using the msg 'prompt' keyword functionality 2014-08-07 07:53:20 +02:00
__init__.py Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects. 2014-05-14 20:07:59 +02:00
settings_default.py 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