evennia/src
Griatch af99a80b4b Added procpool functionality for sending arbitrary data over the wire (including
nested databaseobjects). Rules are similar to Attribute saving.
Adding a missing component to the procpool setup.
2012-09-02 12:53:11 +02:00
..
commands Added new process-pool runner based on AMPoule (integrated into Evennia). 2012-09-02 10:10:22 +02:00
comms OBS: run migrations! This changes the Msg model to work with ManyToManyFields rather than with custom string representations for storing multiple receivers or channels. It also expands the Msg object with a "title" field and various filter options. This should make it easier to implement mail-like operations using the comms system. 2012-08-30 00:05:00 +02:00
help Minor fixes and reducing some sql calls in various managers. 2012-08-22 16:15:52 +02:00
locks Cleaned and updated the i18n strings for various server-core system. Removed i18n for all strings that are only visible on stdout or in logs. Still missing i18n on certain specific things such as model field help and attribute warnings. Updated Swedish translation to match. 2012-06-14 02:43:35 +02:00
objects Fixed a regression in the install process with south. 2012-08-28 11:18:08 +02:00
players Minor fixes and reducing some sql calls in various managers. 2012-08-22 16:15:52 +02:00
scripts Minor fixes and reducing some sql calls in various managers. 2012-08-22 16:15:52 +02:00
server Added procpool functionality for sending arbitrary data over the wire (including 2012-09-02 12:53:11 +02:00
typeclasses Minor optimizations and some fixes to the dummyrunner. 2012-08-22 22:34:43 +02:00
utils Added procpool functionality for sending arbitrary data over the wire (including 2012-09-02 12:53:11 +02:00
web Fixed a bug that caused the webclient input line to suddenly reset every three minutes. Thanks to use "lusid" for supplying the hint on fixing this one! Also added a more consistent way of parsing the incoming address. 2012-04-01 22:52:12 +02:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
settings_default.py Changed ProcPool to be turned off by default, while testing. 2012-09-02 10:13:10 +02:00