evennia/src/server/portal
2014-04-20 23:06:10 +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 Refactored batch processors, addressing points in #489. 2014-04-20 23:06:10 +02:00
ttype.py Implemented better client identification in telnet TTYPE, including a long-standing reversal of DO TTYPE and WILL TTYPE which is due to a typo in the tintin++ TTYPE specification and which was only fixable by going to the original Telnet TTYPE specification from 1989. Should now correctly identify the most common clients that supports e.g. xterm256 colors. 2014-02-13 02:04:43 +01:00
webclient.py Fixed an simplejson deprecation, switching to python json. 2014-04-20 16:50:37 +02:00
websocket.py First version of working websocket protocol. 2014-04-13 16:26:14 +02:00