mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
reason for having so much logic was due to circular import problems, but with the use of delayed imports this is not a problem for the sessionhandler anymore. Makes for cleaner and much easier to navigate code. |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| amp.py | ||
| caches.py | ||
| initial_setup.py | ||
| manager.py | ||
| mccp.py | ||
| models.py | ||
| msdp.py | ||
| mssp.py | ||
| oobhandler.py | ||
| portal.py | ||
| server.py | ||
| serversession.py | ||
| session.py | ||
| sessionhandler.py | ||
| ssh.py | ||
| ssl.py | ||
| telnet.py | ||
| ttype.py | ||
| webclient.py | ||
| webserver.py | ||