evennia/evennia/server/portal
2016-05-24 22:52:20 +02:00
..
imc2lib Import python3 compatible object. 2015-11-02 00:19:04 +01:00
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
imc2.py Use list* from future.utils. 2015-11-09 10:23:00 +00:00
irc.py Escaped the IRC username to avoid it being parsed for ANSI colors (keeping ansi parsing in normal text for now). Resolves #935." 2016-05-22 20:45:43 +02:00
mccp.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
mssp.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
mxp.py Fixed an error in the MXP implementation and also removed the deprecated {-form for MXP. Resolves #966. 2016-05-22 20:49:45 +02:00
naws.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
portal.py Fixed the sending of timeout text. Resolves #962. 2016-05-22 20:49:44 +02:00
portalsessionhandler.py Created setter inputfuncs for the basic GMCP handhakes. Also added 2016-05-22 20:45:40 +02:00
rss.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
ssh.py Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978. 2016-05-24 22:52:20 +02:00
ssl.py Cleaned out SSL debug data. Tested with tinyfugue version 5 beta 8, using /connect -x flag to connect with SSL support. 2016-05-22 20:45:39 +02:00
telnet.py Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978. 2016-05-24 22:52:20 +02:00
telnet_oob.py Further cleanup of debug code, preparing for devel-branch merger. 2016-05-22 20:49:46 +02:00
ttype.py Converted encoding setting to use protocol_flags rather than being stored on-session. Also renamed the 256 COLORS TTYPE setting to XTERM256 which is more accurate (and doesn't have a space) 2016-05-22 20:45:40 +02:00
webclient.py Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978. 2016-05-24 22:52:20 +02:00
webclient_ajax.py Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978. 2016-05-24 22:52:20 +02:00