evennia/src/server
2012-04-12 23:39:22 +02:00
..
migrations Fixed a migration that failed under mysql. 2011-10-05 21:49:43 +02:00
__init__.py Adding a new API system to Evennia. This centralizes all access of the evennia driver through a single module "ev". Importing ev one should be able to access (and also importantly, easily explore) Evennia's API much easier. This API goes a long way to "flatten" the structure so that one doesn't need to remember how to find some method in a deeply nested subdirectory. 2012-03-24 23:02:45 +01:00
admin.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
amp.py Fixing a bug happening if connecting with plain telnet caused by the TTYPE handshake not being properly handled. Also made color default for telnet, hopefully all terminals should handle color by now? 2012-04-12 23:39:22 +02:00
initial_setup.py Admin-media symlinking sometimes fail under virtualenv. Catching the error and giving a warning instead. 2012-04-01 19:07:34 +02:00
manager.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
mccp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
models.py Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
msdp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
mssp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
portal.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
server.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
serversession.py Fixing a bug happening if connecting with plain telnet caused by the TTYPE handshake not being properly handled. Also made color default for telnet, hopefully all terminals should handle color by now? 2012-04-12 23:39:22 +02:00
session.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
sessionhandler.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
ssh.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
ssl.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
telnet.py Fixing a bug happening if connecting with plain telnet caused by the TTYPE handshake not being properly handled. Also made color default for telnet, hopefully all terminals should handle color by now? 2012-04-12 23:39:22 +02:00
ttype.py Fixing a bug happening if connecting with plain telnet caused by the TTYPE handshake not being properly handled. Also made color default for telnet, hopefully all terminals should handle color by now? 2012-04-12 23:39:22 +02:00
webclient.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
webserver.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00