evennia/evennia/server
2023-11-19 12:50:38 -05:00
..
game_index_client Ran black on sources 2023-11-02 20:58:03 +01:00
migrations Format code imports 2022-11-10 22:21:12 +01:00
portal Ran black on sources 2023-11-02 20:58:03 +01:00
profiling Ran black on sources 2023-11-02 20:58:03 +01:00
tests Ran black on sources 2023-11-02 20:58:03 +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
amp_client.py Format code imports 2022-11-10 22:21:12 +01:00
connection_wizard.py Ran black on sources 2023-11-02 20:58:03 +01:00
deprecations.py Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
evennia_launcher.py [fix] start search in set_gamedir from passed path 2022-12-21 18:03:24 -07:00
initial_setup.py Removing direct access to Account.db._playable_characters in favor of Account.add_character(char) and Account.remove_character(char). Account.characters already handles all filtering so am cleaning up lots of repeated list comprehensions which remove/filter deleted characters. 2023-10-29 13:02:17 -04:00
inputfuncs.py Format code imports 2022-11-10 22:21:12 +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 Format code imports 2022-11-10 22:21:12 +01:00
server.py Ran black on sources 2023-11-02 20:58:03 +01:00
serversession.py Ran black on sources 2023-11-02 20:58:03 +01:00
session.py Format code imports 2022-11-10 22:21:12 +01:00
sessionhandler.py Changed importing of SESSION_HANDLER to avoid circular imports when extending Portal or Server SessionHandler. 2023-05-11 20:39:30 -04:00
signals.py Documenting SIGNALS_CUSTOM. 2023-11-19 12:50:38 -05:00
throttle.py Format code imports 2022-11-10 22:21:12 +01:00
validators.py Ran black on sources 2023-11-02 20:58:03 +01:00
webserver.py Format code imports 2022-11-10 22:21:12 +01:00