evennia/evennia/server
2016-06-15 08:11:00 +02:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Setting up a buffer for managing telnet character mode clients. Experimental. 2016-06-06 00:00:53 +02:00
profiling Use python3 range. 2015-11-02 11:47:07 +00:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
admin.py Begun conversion of server/ directory to google style docstrings as per #709. 2015-06-22 08:45:35 +02:00
amp.py Starting debug cleanups 2016-05-22 20:49:46 +02:00
evennia_launcher.py Made the inlinefunc->inlinefuncs error appear in a safer location since it could fall away in some common situations. 2016-05-22 20:49:45 +02:00
evennia_runner.py Move to python3 style except. 2015-10-19 23:31:19 +02:00
initial_setup.py Removed the addition of site_name and idle_timeout from the server initialization - they are useless since these things are parsed directly from the settings file, also for the web component. 2016-05-22 20:45:06 +02:00
inputfuncs.py Getting an improved version of the shared session system vaguely in shape. 2016-06-01 01:22:20 +02:00
manager.py MonitorHandler implemented as a replacement for the OOBHandler monitor functionality, as per #924. 2016-05-22 20:45:39 +02:00
models.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00
server.py Make a missing web_plugins.py module error more gracefully. 2016-06-12 22:55:05 +02:00
serversession.py Fix problem with trying to pass non-text to msg(text=...). Resolves #996. 2016-06-15 08:11:00 +02:00
session.py Getting an improved version of the shared session system vaguely in shape. 2016-06-01 01:22:20 +02:00
sessionhandler.py Implemented shared sessions between webclient and website - logging into either will also log in the player to the other. This is addresses the first point of #613. 2016-06-01 01:22:20 +02:00
tests.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
webserver.py Add a plugin mechanism for the webserver with settings.WEB_PLUGIN_MODULE. 2016-06-12 18:00:28 +02:00