This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
19538ff00b
evennia
/
src
/
server
History
Download ZIP
Download TAR.GZ
Griatch
19538ff00b
Resolves issue 126.
2011-02-05 12:17:13 +00:00
..
__init__.py
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
2010-08-29 18:46:58 +00:00
initial_setup.py
Evennia now runs on its own Twisted webserver (no need for testserver or Apache if you don't want to). Evennia now also has an ajax long-polling web client running from Twisted. The web client requires no extra dependencies beyond jQuery which is included. The src/server structure has been r
2010-12-07 02:34:59 +00:00
server.py
Resolved issue122. Also clarified the functional sequence for disconnecting a session cleanly (avoiding circular calls that might happen if disconnection happens manually or automatically due to server shutdown). Removed the specific stopping callback from the webclient and put it in the mai
2010-12-12 10:54:33 +00:00
session.py
Resolved issue122. Also clarified the functional sequence for disconnecting a session cleanly (avoiding circular calls that might happen if disconnection happens manually or automatically due to server shutdown). Removed the specific stopping callback from the webclient and put it in the mai
2010-12-12 10:54:33 +00:00
sessionhandler.py
Resolved issue122. Also clarified the functional sequence for disconnecting a session cleanly (avoiding circular calls that might happen if disconnection happens manually or automatically due to server shutdown). Removed the specific stopping callback from the webclient and put it in the mai
2010-12-12 10:54:33 +00:00
telnet.py
Resolves issue 126.
2011-02-05 12:17:13 +00:00
webclient.py
Resolved issue122. Also clarified the functional sequence for disconnecting a session cleanly (avoiding circular calls that might happen if disconnection happens manually or automatically due to server shutdown). Removed the specific stopping callback from the webclient and put it in the mai
2010-12-12 10:54:33 +00:00
webserver.py
Web client users are now notified if the server is shut down forcefully (Ctrl-C, reboot etc)
2010-12-11 14:26:57 +00:00