| .. |
|
__init__.py
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
amp.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
amp_server.py
|
Refactoring Server Startup to be more idiomatic for Twisted.
|
2023-11-22 10:30:41 -05:00 |
|
discord.py
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
grapevine.py
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
irc.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
mccp.py
|
Add support for latest Twisted and Python 3.9
|
2021-05-15 23:46:34 +02:00 |
|
mssp.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
mxp.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
naws.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
portal.py
|
Ran black on sources
|
2023-11-23 19:09:12 +01:00 |
|
portalsessionhandler.py
|
Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization
|
2023-11-26 14:25:12 +01:00 |
|
rss.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
service.py
|
EvenniaPortalService now launches plugins properly.
|
2023-11-26 09:53:06 -05:00 |
|
ssh.py
|
Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3
|
2023-12-02 23:31:24 +01:00 |
|
ssl.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
suppress_ga.py
|
Add support for latest Twisted and Python 3.9
|
2021-05-15 23:46:34 +02:00 |
|
telnet.py
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
telnet_oob.py
|
Format code imports
|
2022-11-10 22:21:12 +01:00 |
|
telnet_ssl.py
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
tests.py
|
Ran black on sources
|
2023-11-23 19:09:12 +01:00 |
|
ttype.py
|
Adding client-side flags for supporting TRUECOLOR and extending MTTS/TTYPE so that it can detect more client capabilities. We're not USING those capabilities at the moment, but no reason to not detect them.
|
2023-05-11 17:27:03 -04:00 |
|
webclient.py
|
Adding client-side flags for supporting TRUECOLOR and extending MTTS/TTYPE so that it can detect more client capabilities. We're not USING those capabilities at the moment, but no reason to not detect them.
|
2023-05-11 17:27:03 -04:00 |
|
webclient_ajax.py
|
Fixed webclient_ajax IP checking
|
2023-11-26 11:13:19 -05:00 |