summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/server.py
Commit message (Expand)AuthorAgeFilesLines
* Set more headers when caching is disabled.Pekka Lampila2014-03-121-1/+3
* Add a config.py option for development: no_cachePekka Lampila2014-03-121-0/+7
* Webtiles: allow multiple IP/port combinations.Neil Moore2013-11-271-2/+13
* Webtiles: Try to make sure the process ends.Florian Diebold2013-05-201-0/+1
* Enable gzip encoding for Webtiles (Medar).Florian Diebold2013-04-281-1/+1
* Webtiles: Log certain errors that can prevent startup.Florian Diebold2012-10-111-9/+10
* Webtiles: Implement experimental support for watching games started from DGL.Florian Diebold2012-08-081-0/+3
* Support Python 2.6 again.Neil Moore2012-08-071-1/+1
* Fix the webtiles server not working without client_path anymore.Florian Diebold2012-08-021-1/+2
* Add some error checking for the webtiles server config.Florian Diebold2012-06-241-0/+16
* Webtiles: Write the PID to the logfile.Florian Diebold2012-03-231-1/+1
* Webtiles: Don't allow new connections while shutting down.Florian Diebold2012-03-231-4/+13
* Webtiles: Don't try to create the user db in non-dgl mode.Florian Diebold2012-02-241-1/+2
* Limit the log file size in the webtiles server.Florian Diebold2012-02-231-5/+24
* Webtiles: Fix breakage from the recent refactor.Florian Diebold2011-11-171-0/+1
* Show player milestones in the Webtiles lobby.Florian Diebold2011-11-171-1/+2
* Hopefully generate the right files to make Webtiles games register in DGL.Florian Diebold2011-11-011-1/+1
* Webtiles server: Allow running in a chroot and as a daemon.Florian Diebold2011-10-301-68/+137
* Webtiles: Create the user database, if necessary.Florian Diebold2011-10-221-0/+2
* More Webtiles server refactoring.Florian Diebold2011-10-151-487/+13
* Webtiles: Restore the non-DGL mode.Florian Diebold2011-10-151-5/+8
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-270/+94
* Webtiles: Fix unicode handling while writing the rc file.Florian Diebold2011-10-031-1/+3
* Some more logging to help debug the Webtiles server.Florian Diebold2011-09-251-2/+15
* Add the capability to change the user/group after binding sockets to the Webt...Florian Diebold2011-09-121-0/+5
* Further logging improvements in the Webtiles server.Florian Diebold2011-09-121-4/+6
* Improve Webtiles server logging.Florian Diebold2011-09-101-32/+37
* Fix an exception in the Webtiles server's error handling.Florian Diebold2011-09-041-1/+1
* Pass a timeout value for HTTP keep-alive connections to the server.Florian Diebold2011-09-041-2/+7
* Immediately initialize newly registered users.Florian Diebold2011-09-041-4/+1
* Whitespace fixes.Adam Borowski2011-08-241-1/+1
* Allow changing the Webtiles banner after the user logs in.Florian Diebold2011-08-231-1/+6
* Webtiles: Don't reset idle time on control messages.Florian Diebold2011-08-231-1/+2
* Webtiles: Run the user init script after login, not before starting a game.Florian Diebold2011-08-231-15/+19
* Log the shutdown reason in the Webtiles server.Florian Diebold2011-08-231-0/+2
* Allow sorting the game list in Webtiles.Florian Diebold2011-08-231-1/+1
* Add rc file editing to Webtiles.Florian Diebold2011-08-231-0/+16
* Webtiles: Make running_game_path version-specific.Florian Diebold2011-07-171-0/+1
* Catch a WebTiles server exception when deselecting "Remember me" with an inva...Florian Diebold2011-07-101-4/+6
* Catch exceptions when trying to encode the password.Florian Diebold2011-07-091-2/+5
* Delay messages until the client is loaded.Florian Diebold2011-06-261-2/+2
* Fix watchers joining from the lobby.Florian Diebold2011-06-261-5/+3
* Add a non-dgl mode in which crawl is immediately started, without options.Florian Diebold2011-06-261-29/+42
* Whitespace fixes.Florian Diebold2011-06-261-2/+2
* "Remember me" function.Florian Diebold2011-06-261-1/+54
* Make "maximum number of connections" error really appear.Florian Diebold2011-06-261-2/+2
* Fix an exception after killing crawl.Florian Diebold2011-06-261-0/+1
* Fix the last commit.Florian Diebold2011-06-261-1/+1
* Handle exceptions when trying to write to a websocket.Florian Diebold2011-06-261-0/+8
* Reimplement crawl prefix autodetection.Florian Diebold2011-06-261-22/+18