evennia/evennia/server/portal
2018-01-30 18:22:24 +01:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
irc.py Remove left-over debug statements in irc module 2017-10-13 23:09:58 +02:00
mccp.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
mssp.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
mxp.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
naws.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
portal.py Cleanup of telnet-ssl, creating public/private/certs in code rather than 2018-01-27 19:51:00 +01:00
portalsessionhandler.py Refactor the MAX_COMMAND_RATE throttle, related to #1556 2018-01-21 16:32:00 +01:00
rss.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
ssh.py Slight rephrasing in the crypto install error message 2018-01-29 23:52:06 +01:00
suppress_ga.py Change GA style to not include endline, add FORCEDENDLINE for clients requiring GA+endline. See #1395. 2018-01-28 23:15:38 +01:00
telnet.py Further refactor when an extra endline is added with the FORCEDENDLINE option 2018-01-29 20:03:54 +01:00
telnet_oob.py Change GMCP Default. to use Core. instead. 2018-01-25 18:06:56 +01:00
telnet_ssl.py Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. 2018-01-27 21:54:46 +01:00
tests.py Further cleanup of a module 2017-10-12 19:35:42 +02:00
ttype.py Make FORCEDENDLINE default for clients we don't know for sure don't want a cr+nl at the end of the telnet line 2018-01-30 18:22:24 +01:00
webclient.py Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. 2018-01-27 21:54:46 +01:00
webclient_ajax.py Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. 2018-01-27 21:54:46 +01:00