evennia/src/server
2013-09-22 19:56:51 +02:00
..
migrations Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
portal Cleaned up worst instability. Test suite does validate yet. 2013-09-21 17:33:48 +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 More whitespace cleanup. 2012-03-30 23:57:04 +02:00
amp.py More bugfixes. 2013-09-21 22:22:53 +02:00
caches.py Fixed an issue in idmapper metaclass wrapper, it caused text fields to be occationally be written with objects. 2013-09-22 19:56:51 +02:00
initial_setup.py Removed deprecated Attribute methods from evennia distro. Removed MUX help files. 2013-08-25 16:41:18 +02:00
manager.py MySQL<v5.6.4 does not support millisecond precision in its DATETIME fields (as opposed to other databases). This meant that Attributes, which do rely on millisecond precision for creating their object hashes, got out of sync in a horrible way on MySQL (Issue 362). This revision fixes the problem by going to second-level precision if a too-low version of MySQL is detected (this should not be an issue since mysql does not reuse its pks anyway). 2013-05-14 19:15:58 +02:00
models.py First version with all caches seemingly working ok. Started to remove the on-model wrappers that are not handled by the idmapper metaclass. 2013-07-11 15:59:03 +02:00
oobhandler.py First implementation of OOBHandler. 2013-09-19 20:41:42 +02:00
server.py Attribute cache is working, lots of other updates, but still not a cleanly updatable system. It seems the Attribute-migrations are not coming through properly. Fixed a misnamed table in the comm app. 2013-07-11 09:51:52 +02:00
serversession.py Changed object.msg() to relay directly to connected session rather than via the player.msg() method. 2013-09-22 11:39:24 +02:00
session.py Cleaned up worst instability. Test suite does validate yet. 2013-09-21 17:33:48 +02:00
sessionhandler.py Changed unittest suite to use dummy sessions. 2013-09-22 16:29:02 +02:00
webserver.py Customized Reverse Proxy to send along host header from client. 2013-07-20 19:36:32 -05:00