evennia/src/server
2012-10-14 22:32:05 +02:00
..
migrations Fix of migration to remove a bogus FATAL error during migration. This also fixes a one error in the chain of errors reported by postgresql databases (those still fail on a latter point, alas). 2012-06-14 21:10:40 +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 Added remote function call abilities to AMP protocol, courtesy of patch by user Shell. 2012-10-14 11:53:34 +02:00
initial_setup.py Added a fix for running with postgresql-psycopg2. This does not actually resolve the problem as much as circumvent it, so I'm not marking Issue 115 as closed just yet. 2012-06-16 14:51:22 +02:00
manager.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
mccp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
models.py 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
msdp.py Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +02:00
mssp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
portal.py Explicitly warning and disabling IPv6-format interfaces. It's coming in Twisted, but the exact status is a bit hard to determine - and it's definitely not available for only one older revision of Twisted. So disabling. We'll revisit this down the road when Twisted support is more prevalent. This closes Issue 260. 2012-10-14 22:32:05 +02:00
server.py Set AMP interface strings to listen to local interfaces only by default. Also added AMP_INTERFACE setting. Resolves Issue 257. 2012-09-28 22:40:12 +02:00
serversession.py Last commit introduced a silly typo. Fixed. 2012-09-30 16:08:00 +02:00
session.py Updated the reload and shutdown mecanism to avoid a loop when shutting down from inside the game. Made sure to have server sync correctly with portal at @reload (some session info were lost before). Some other cleanups. 2012-05-01 14:19:54 +02:00
sessionhandler.py Fixing a bug with not calling the disconnect hook when killing the client uncleanly. Resolves Issue 258. Thanks to user Zeta142125 for the help. 2012-09-25 07:53:11 +02:00
ssh.py 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
ssl.py 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
telnet.py Added "raw_string" (unformatted, no stripping) as a property on commands, inspired by work by user Kelketek. 2012-06-23 11:03:16 +02:00
ttype.py Fixed a spurious error happening with mud clients not properly implementing TTYPE negotiating (sending strings instead of numbers to identify their abilities). 2012-04-15 19:53:03 +02:00
webclient.py Fixes for Chrome clients of webclient. 2012-09-27 23:16:09 -07:00
webserver.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00