summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/config.py
Commit message (Expand)AuthorAgeFilesLines
* Add a config.py option for development: no_cachePekka Lampila2014-03-121-0/+2
* Mention morgue_url and autologin in config.pyPekka Lampila2014-02-051-1/+10
* Sort spectator names and link them to player pages in webtiles chat.gammafunk2014-01-091-0/+6
* Reverse no_json_options logic and renamePekka Lampila2013-12-111-1/+5
* Webtiles: allow multiple IP/port combinations.Neil Moore2013-11-271-0/+11
* Webtiles: Implement experimental support for watching games started from DGL.Florian Diebold2012-08-081-0/+3
* WebTiles: properly salt passwords.Neil Moore2012-08-071-0/+12
* Support Python 2.6 again.Neil Moore2012-08-071-1/+4
* Change default path for webtiles ttyrecs to include the player name.Florian Diebold2012-07-011-4/+4
* Add an example user initialization script for webtiles.Florian Diebold2012-06-231-1/+1
* Webtiles: Set dgl_mode back to on by default.Florian Diebold2012-04-081-1/+1
* Remove Xom's cursed gift speech from .pl database as well.Adam Borowski2012-04-021-1/+1
* A small comment tweak in the webtiles config.Florian Diebold2012-02-241-2/+2
* Webtiles: Improve caching settings.Florian Diebold2011-11-181-0/+3
* Show player milestones in the Webtiles lobby.Florian Diebold2011-11-171-0/+3
* Webtiles: Allow configuring the ttyrec size.Florian Diebold2011-11-161-0/+2
* Webtiles: Change some defaults and add comments to the config file.Florian Diebold2011-11-151-11/+21
* Hopefully generate the right files to make Webtiles games register in DGL.Florian Diebold2011-11-011-8/+12
* Webtiles server: Allow running in a chroot and as a daemon.Florian Diebold2011-10-301-0/+7
* More Webtiles server refactoring.Florian Diebold2011-10-151-7/+7
* Webtiles: Write an ID header in the ttyrecs similarly to DGL.Florian Diebold2011-10-151-0/+2
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-0/+6
* Add the capability to change the user/group after binding sockets to the Webt...Florian Diebold2011-09-121-0/+3
* Pass a timeout value for HTTP keep-alive connections to the server.Florian Diebold2011-09-041-0/+1
* Webtiles: Make running_game_path version-specific.Florian Diebold2011-07-171-2/+4
* Add a non-dgl mode in which crawl is immediately started, without options.Florian Diebold2011-06-261-0/+2
* "Remember me" function.Florian Diebold2011-06-261-0/+2
* Allow setting the client prefix in the server configuration, and autodetect it.Florian Diebold2011-06-261-4/+8
* Make it possible to load different versions of the game client.Florian Diebold2011-06-261-1/+1
* Allow choosing between multiple game versions and game-modes such as sprint o...Florian Diebold2011-06-261-5/+30
* Add a limit for idle time after which crawl is stopped.Florian Diebold2011-06-261-0/+1
* Allow only accepting ssl connections.Florian Diebold2011-06-261-0/+1
* Add more requirements for usernames and passwords.Florian Diebold2011-06-261-0/+3
* Call a program to initialize the user before starting crawl.Florian Diebold2011-06-261-0/+2
* Add the missing status_file_update_rate setting to config.py.Florian Diebold2011-06-261-0/+2
* Send SIGTERM if crawl doesn't quit after SIGHUP.Florian Diebold2011-06-261-0/+2
* Write a status file.Florian Diebold2011-06-261-0/+2
* Implement the "where" display for DGL.Florian Diebold2011-06-261-0/+2
* Implement a timeout mechanism.Florian Diebold2011-06-261-0/+2
* Add SSL support.Florian Diebold2011-06-261-0/+31