evennia/evennia/server
2015-06-23 08:05:32 +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 Updated parts of server/ dir to google docstrings as per #709. 2015-06-22 21:02:03 +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 Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728. 2015-03-27 07:05:13 +01:00
session.py Added support for screen readers via the new option command (which merges the ability to set the screenreader mode with the encoding command). The new setting.SCREENREADER_REGEX_STRIP allows to customize what the screenreader mode strips. 2015-03-16 23:30:37 +01:00
sessionhandler.py Added setTcpNoDelay to AMP connection. On Linux this leads to x10 faster roundtime on sends, as per #746. 2015-06-01 23:30:37 +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