evennia/evennia/server
2017-01-13 13:02:53 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Default value for MAX_CHAR_LIMIT and convert to int to catch early errors 2016-12-13 07:22:50 -05: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 Change format of AMP error definitions to better match docs. 2016-11-17 17:09:24 +01:00
evennia_launcher.py Add external-runner option to the launcher to allow for replacing the native evennia runner with an external process manager (like Linux' start-stop-daemon). Note that without a replacement, this option will make evennia un-reloadable. 2016-12-08 23:24:14 +01:00
evennia_runner.py Add external-runner option to the launcher to allow for replacing the native evennia runner with an external process manager (like Linux' start-stop-daemon). Note that without a replacement, this option will make evennia un-reloadable. 2016-12-08 23:24:14 +01: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 Fix the get_value inputfunc to return both name and value. 2017-01-13 13:02:53 +01: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 Update ObjectSessionHandler to avoid a caching syncing issue; should resolve #1153. 2017-01-11 23:42:09 +01:00
serversession.py Update ObjectSessionHandler to avoid a caching syncing issue; should resolve #1153. 2017-01-11 23:42:09 +01: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 Make sure msg(text=None) means that text should not be used (None must be converted to a string to send). Resolves #1077. 2016-10-02 21:51:15 +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 Added some more noisy=False to other factories as per #1107. 2016-10-22 16:02:32 +02:00