summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/server.py
Commit message (Expand)AuthorAgeFilesLines
...
* Send the client a message when crawl has been started.Florian Diebold2011-06-261-0/+2
* First add the file handlers, then log about it.Florian Diebold2011-06-261-4/+4
* Allow setting the client prefix in the server configuration, and autodetect it.Florian Diebold2011-06-261-8/+29
* Make it possible to load different versions of the game client.Florian Diebold2011-06-261-0/+6
* Allow choosing between multiple game versions and game-modes such as sprint o...Florian Diebold2011-06-261-11/+15
* Reset idle time when crawl is started.Florian Diebold2011-06-261-0/+2
* Don't kill crawl if it is restarted within 10 seconds of stopping it.Florian Diebold2011-06-261-1/+6
* Fix a bug introduced by commit f4eae89f.Florian Diebold2011-06-261-2/+5
* Implement chat.Florian Diebold2011-06-261-3/+35
* Add hashbang to server.py and make it executable.Florian Diebold2011-06-261-0/+1
* Log when a call blocks.Florian Diebold2011-06-261-0/+1
* Add a limit for idle time after which crawl is stopped.Florian Diebold2011-06-261-0/+5
* Render the shutdown message from a template.Florian Diebold2011-06-261-4/+5
* Better logging.Florian Diebold2011-06-261-1/+8
* Fix the keep-alive message being considered as activity for idle-time.Florian Diebold2011-06-261-2/+2
* Dynamically reload page templates.Florian Diebold2011-06-261-2/+22
* Add logging when a user is registered.Florian Diebold2011-06-261-0/+4
* Allow only accepting ssl connections.Florian Diebold2011-06-261-1/+2
* Add more requirements for usernames and passwords.Florian Diebold2011-06-261-0/+7
* Allow registering new users through the web interface.Florian Diebold2011-06-261-11/+49
* Call a program to initialize the user before starting crawl.Florian Diebold2011-06-261-0/+11
* Add a newline after each entry in the status file.Florian Diebold2011-06-261-1/+1
* Update the status file in regular intervals.Florian Diebold2011-06-261-0/+7
* Strip trailing whitespace off the where info.Florian Diebold2011-06-261-0/+2
* Fix the filenames for the mock ttyrecs.Florian Diebold2011-06-261-1/+1
* Change the game id, write 0x0 as term size, and a small error handling fix.Florian Diebold2011-06-261-3/+4
* Send SIGTERM if crawl doesn't quit after SIGHUP.Florian Diebold2011-06-261-5/+15
* Use the location hash for starting the game.Florian Diebold2011-06-261-2/+5
* Fix crawl crashing if the game is restarted after going back to the lobby.Florian Diebold2011-06-261-1/+1
* Reset where info after closing crawl.Florian Diebold2011-06-261-0/+1
* Write a status file.Florian Diebold2011-06-261-5/+30
* Implement the "where" display for DGL.Florian Diebold2011-06-261-4/+35
* Fix an exception if on_close is called before open.Florian Diebold2011-06-261-5/+6
* Don't allow watching or starting a game if you're already doing one of those ...Florian Diebold2011-06-261-6/+8
* Implement watching games.Florian Diebold2011-06-261-2/+51
* Implement a lobby where the currently running games are listed.Florian Diebold2011-06-261-42/+99
* Make the username case insensitive.Florian Diebold2011-06-261-7/+9
* Remove debug logs in crawl and raise output of stderr to INFO in server.py.Florian Diebold2011-06-261-1/+2
* Implement a timeout mechanism.Florian Diebold2011-06-261-0/+30
* Fix users with a space in their password not being able to log in.Florian Diebold2011-06-261-2/+4
* Also allow signals to terminate when no client is connected.Florian Diebold2011-06-261-0/+2
* Allow ctrl+C when no client is connected.Florian Diebold2011-06-261-1/+2
* Properly wait until all crawl processes have shut down on ctrt+C, SIGTERM or ...Florian Diebold2011-06-261-5/+22
* Shut down all child processes in the server after ctrl+C or SIGTERM.Florian Diebold2011-06-261-1/+30
* Fix exception when the page is immediately reloaded.Florian Diebold2011-06-261-3/+5
* Add SSL support.Florian Diebold2011-06-261-20/+9
* Log times by default.Florian Diebold2011-06-261-1/+3
* Fix exception when the user presses a key after crawl terminated.Florian Diebold2011-06-261-1/+3
* Maybe fix high CPU usage after saving and zombie processes.Florian Diebold2011-06-261-10/+32
* Send SIGHUP when the websocket connection is closed.Florian Diebold2011-06-261-1/+1