evennia/evennia/server
2015-06-23 10:42:51 +02:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Added MAX_CONNECTION_RATE, MAX_COMMAND_RATE for throttling various aspects of input as a DoS measure as per #640. 2015-05-15 01:51:09 +02:00
profiling Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02: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 Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +02:00
evennia_launcher.py Fixed a unicode error in the evennia launcher. 2015-06-23 08:06:53 +02:00
evennia_runner.py Made sure to have the launcher send the gamedir as the first entry in the environment for the portal and launcher. This makes it possible to start evennia from anywhere in the game folder. 2015-02-10 00:12:41 +01:00
initial_setup.py Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +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 Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +02:00
oob_cmds.py Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +02:00
oobhandler.py Finished adding Google-style docstrings to oobhandler, as per #709. 2015-06-23 08:05:32 +02:00
server.py Fixed a special case of the amp protocol not being initialized during the very first startup. 2015-05-25 23:42:39 +02:00
serversession.py Updated more of server/ to google docstrings as per #709. 2015-06-23 10:42:51 +02:00
session.py Updated more of server/ to google docstrings as per #709. 2015-06-23 10:42:51 +02:00
sessionhandler.py Updated more of server/ to google docstrings as per #709. 2015-06-23 10:42:51 +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 TYPO IN COMMENTS: tweaking the way THE child instanceE are recognized 2015-03-05 12:06:11 +01:00