evennia/src/server
2012-11-01 11:20:07 +01: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 msg- and data buffering to AMP protocol. This handles the rare cases when the AMP limit of 65535bytes/message becomes an issue (such as when viewing long lists or @py output. Test with @py self.msg("-"*65536). Resolves Issue 294. 2012-10-20 15:40:34 +02:00
caches.py Cache changes: Moved all caches (except idmapper) to central caching module. This makes it easier to overview cache memory usage (and clean it) as well as plug-in external cache mechanisms. 2012-11-01 11:20:07 +01:00
initial_setup.py Cache changes: Moved all caches (except idmapper) to central caching module. This makes it easier to overview cache memory usage (and clean it) as well as plug-in external cache mechanisms. 2012-11-01 11:20:07 +01: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 Added new start/stop hooks to server. These are read differently depending on if the server is reloaded or reset/shutdown. OBS: If you have already implemented your own version of AT_STARTSTOP_MODULE, you need to add stubs for new hooks. You can find the required hooks in gamesrc/conf/examples/at_startstop.py. 2012-10-28 22:02:22 +01: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 Made sure to kill color at the end of msg:es. This makes telnet/ssh consistent with webclient output. 2012-10-24 13:56:45 +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 Fixed a bug in telnet protocol that stripped wrong characters at the end. Resolves Issue 318. 2012-10-28 10:37:14 +01: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 Implemented ansi-colour backgrounds in webclient. Added a new @color command for displaying colour spaces. Also changed a number of other features outlined in Issue 309. 2012-10-24 21:41:07 +02:00
webserver.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00