mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 21:36:30 +01:00
cleaned up and rewritten to make it easier to add new protocols in the future - all new protocols need to inherit from server.session.Session, whi ch implements a set of hooks that Evennia uses to communicate. The current web client protocol is functional but does not implement any of rcaskey 's suggestions as of yet - it uses a separate data object passed through msg() to communicate between the server and the various protocols. Also the client itself could probably need cleanup and 'prettification'. The fact that the system runs a hybrid of Django and Twisted, getting the best of both worlds should allow for many possibilities in the future. /Griatch |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| manager.py | ||
| models.py | ||
| scripthandler.py | ||
| scripts.py | ||