evennia/src/comms
2013-10-20 07:21:59 -05:00
..
imc2lib 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
migrations Removed bogus column rename from a migration. 2013-10-20 07:21:59 -05:00
__init__.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
admin.py Admin pages load now, but they ain't always pretty. 2013-09-29 13:30:25 -05:00
channelhandler.py Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike. 2013-09-29 13:11:10 -05:00
comms.py Fixed a missing return statement that caused non-superusers to not join default channels. 2013-10-18 20:34:09 +02:00
imc2.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
irc.py Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike. 2013-09-29 13:11:10 -05:00
managers.py Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike. 2013-09-29 13:11:10 -05:00
models.py Fixed up some channel-related errors and made unittests run again. 2013-10-18 21:01:53 +02:00
rss.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00