evennia/evennia/server
2018-01-30 18:22:24 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Make FORCEDENDLINE default for clients we don't know for sure don't want a cr+nl at the end of the telnet line 2018-01-30 18:22:24 +01:00
profiling Create tests for dummyrunner settings 2017-10-29 10:54:10 +01: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 Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
amp.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
deprecations.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
evennia_launcher.py Fix docstring on default port in launcher 2017-09-23 12:52:56 +02:00
evennia_runner.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
initial_setup.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
inputfuncs.py Allow options to partially update portal session, correctly relay late handshakes. 2017-12-31 23:16:16 +01:00
manager.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
models.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00
server.py Remove debug print 2018-01-23 18:12:11 +01:00
serversession.py Correctly call the parent at_sync in the serversession. Resolves #1555. 2018-01-20 23:59:28 +01:00
session.py Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. 2018-01-27 21:54:46 +01:00
sessionhandler.py Fix error in MULTISESSION_MODE=0 that would not correctly disconnect duplicate sessions but just unpuppet them 2018-01-21 12:29:22 +01:00
tests.py Add unit tests for deprecations 2017-10-29 10:44:56 +01:00
webserver.py Minor style update. 2017-08-27 15:57:18 +02:00