evennia/src/server
2013-09-26 09:01:27 +02:00
..
migrations Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
portal Fixed a migration issue with PostGreSQL. 2013-09-26 09:01:27 +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 website. Fixing references to db_references, not sure how to add the m2m field access to the admin. Fixed wrapper for db_home. 2013-09-23 22:08:14 +02:00
initial_setup.py Fixed initial_setup to properly create new objects without a pre-set home. 2013-09-24 00:41:33 +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 Fixed website. Fixing references to db_references, not sure how to add the m2m field access to the admin. Fixed wrapper for db_home. 2013-09-23 22:08:14 +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