evennia/evennia/server
2016-05-22 20:45:38 +02:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Made GMCP/MSDP work for tintin++. Mudlet seems to send the handshake differently. 2016-05-22 20:45:38 +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 Changed the OOB message structure to include sending text data as well; still not working fully. 2016-05-22 20:45:05 +02:00
evennia_launcher.py Upped twisted requirement to 16.0.0. This because of a backwards incompatible change in Twisted's lLoopingCall that Evennia makes use of. This fixes failings with loading the tutorual world (due to loopingcall errors). 2016-03-24 11:50:58 +01: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 Made GMCP/MSDP work for tintin++. Mudlet seems to send the handshake differently. 2016-05-22 20:45:38 +02:00
manager.py Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +02:00
models.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00
server.py Fixed a lingering docstring reference to game/server.py. 2015-12-18 11:14:24 +01:00
serversession.py Made GMCP/MSDP work for tintin++. Mudlet seems to send the handshake differently. 2016-05-22 20:45:38 +02:00
session.py Changed the OOB message structure to include sending text data as well; still not working fully. 2016-05-22 20:45:05 +02:00
sessionhandler.py Made GMCP/MSDP work for tintin++. Mudlet seems to send the handshake differently. 2016-05-22 20:45:38 +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 Made top-level server/ directory google-style docstring compliant as per #709. 2015-06-23 13:30:59 +02:00