evennia/src/server/portal
2014-06-28 18:10:20 +02:00
..
imc2lib Some more work on imc2, still no clear way to test it. 2014-03-08 11:42:35 +01:00
__init__.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
imc2.py Some more work on imc2, still no clear way to test it. 2014-03-08 11:42:35 +01:00
irc.py Implemented untested IMC2 in the new system. 2014-03-08 11:42:35 +01:00
mccp.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
msdp.py First, untested implementation of websocket protocol support. 2014-04-13 13:18:32 +02:00
mssp.py Fixed a migration issue with PostGreSQL. 2013-09-26 09:01:27 +02:00
portal.py First version of working websocket protocol. 2014-04-13 16:26:14 +02:00
portalsessionhandler.py Implemented RSS feed reader along with updated rss2chan command. 2014-03-08 11:42:35 +01:00
rss.py Implemented untested IMC2 in the new system. 2014-03-08 11:42:35 +01:00
ssh.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
ssl.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
telnet.py Mudlet seems to fail TTYPE handshake if data compression is activated before TTYPE. Should resolve #512. 2014-06-14 20:35:00 +02:00
ttype.py Mudlet seems to fail TTYPE handshake if data compression is activated before TTYPE. Should resolve #512. 2014-06-14 20:35:00 +02:00
webclient.py Fixed an simplejson deprecation, switching to python json. 2014-04-20 16:50:37 +02:00
websocket.py Some cleanup of the OOB code. 2014-06-28 18:10:20 +02:00