evennia/evennia/server
BlauFeuer fd0f765ad5 MXP tags to use double quote instead of single
This works around the problem of having to escape single quotes (apostrophes) in MXP commands or texts, but then requires (simple) double quotes to be escaped.
2016-10-22 14:06:19 -04:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal MXP tags to use double quote instead of single 2016-10-22 14:06:19 -04: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 Added some more noisy=False to other factories as per #1107. 2016-10-22 16:02:32 +02:00
evennia_launcher.py Remove setting.SEARCH_MULTIMATCH_SEPARATOR, replacing it with SEARCH_MULTIMATCH_REGEX and SEARCH_MULTIMATCH_TEMPLATE. This allows simple yet powerful control over the error output without needing to overload the parser. 2016-09-11 10:39:47 +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 This fixes channel nicknames not working while in an OOC state. 2016-09-13 02:23:02 -04: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 Add sessionhandler.portal_disconnect_all to remove another needless call between server and portal on logout. This means logout from either side will clean up on the respective side and then inform the other side once, rather than triggering a return call. 2016-09-13 21:48:43 +02:00
serversession.py Revert "Fix problem with trying to pass non-text to msg(text=...). Resolves #996." 2016-06-15 19:54:47 +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 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