summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/ws_handler.py
Commit message (Expand)AuthorAgeFilesLines
* Don't try to flush messages if the connection is closed.Pekka Lampila2014-02-181-1/+1
* Include assert message and crash log in WebTiles exit dialog.Pekka Lampila2014-02-051-1/+2
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-2/+6
* Only send spectator JSON options after sending game client.Pekka Lampila2014-02-011-1/+0
* Pass crawl more arguments when using -print-webtiles-optionsPekka Lampila2014-01-301-3/+9
* Reverse no_json_options logic and renamePekka Lampila2013-12-111-1/+2
* Update display when getting new WebTiles optionsPekka Lampila2013-12-111-1/+2
* Handle versions that don't have WebTiles optionsPekka Lampila2013-12-111-11/+14
* Make the --print-webtiles-options call asynchronous.Florian Diebold2013-12-111-10/+9
* Send some rc file options to the WebTiles clientPekka Lampila2013-12-111-4/+31
* Handle invalid login cookie more gracefullyPekka Lampila2013-12-071-2/+8
* Avoid a double exception in WebTiles server codePekka Lampila2013-12-031-1/+2
* Revert "Only send the game state to the joining spectator"Pekka Lampila2013-10-181-7/+0
* Fix a problem going directly to #play- or #watch-Pekka Lampila2013-08-111-3/+10
* Allow logging in while watching someonePekka Lampila2013-06-281-1/+4
* Ask login if necessary when starting WebTiles gamePekka Lampila2013-06-281-6/+8
* Fix moving directly from playing to watchingPekka Lampila2013-06-261-1/+3
* Fix lobby being outdated after watching someonePekka Lampila2013-06-101-0/+1
* Don't require password for config.autologinPekka Lampila2013-06-101-1/+1
* Handle manual URL hash changes better in WebTilesPekka Lampila2013-06-091-11/+23
* Add autologin WebTiles server option for testingPekka Lampila2013-06-091-0/+2
* Remove some leftover debug codePekka Lampila2013-06-091-6/+0
* Remove unnecessary semicolons (chris).Florian Diebold2013-06-041-2/+2
* Only send the game state to the joining spectatorPekka Lampila2013-06-041-0/+8
* Remove two unnecessary spaces.Florian Diebold2013-05-101-1/+1
* Make Webtiles messages proper JSON again (rwbarton).Florian Diebold2013-05-101-1/+1
* Remove debug print statements.Florian Diebold2013-05-011-2/+0
* Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-7/+29
* Remove a lingering print statement.Florian Diebold2012-11-121-1/+0
* Compress Webtiles messages even without support from the browser.Florian Diebold2012-11-121-6/+56
* Fix BOMs in Webtiles rc files (#6225).Florian Diebold2012-09-141-1/+0
* Webtiles: Fix another source of ghost games.Florian Diebold2012-09-131-0/+3
* Webtiles: Be a bit more resilient against errors while starting Crawl.Florian Diebold2012-08-281-2/+4
* Show the player in the chat if they're using Webtiles.Florian Diebold2012-08-201-1/+1
* Webtiles: Fix ghost games, add some more logging.Florian Diebold2012-08-151-1/+2
* Webtiles: Implement experimental support for watching games started from DGL.Florian Diebold2012-08-081-13/+17
* Allow the webtiles server to read from multiple milestone files.Florian Diebold2012-07-151-3/+8
* Enable ancient websockets in newer tornado versions.Florian Diebold2012-07-051-0/+3
* Log the webtiles chat in the game notes.Florian Diebold2012-06-071-4/+2
* Fix an exception in the webtiles server when a websocket is closed.Florian Diebold2012-04-151-1/+1
* Fix Webtiles compatibility with tornado 2.2.Florian Diebold2012-04-091-5/+7
* Fix an unnecessary error message in the webtiles server.Florian Diebold2012-02-231-1/+1
* Fix an exception in the webtiles server.Florian Diebold2012-02-231-1/+1
* Fix webtiles on new tornado versions.Florian Diebold2012-01-061-1/+2
* Fix Webtiles rc editing being broken because of the lobby refactoring.Florian Diebold2011-11-191-1/+1
* Webtiles: Fix breakage from the recent refactor.Florian Diebold2011-11-171-2/+2
* Show player milestones in the Webtiles lobby.Florian Diebold2011-11-171-0/+21
* Webtiles: Lobby refactoring.Florian Diebold2011-11-171-45/+52
* Webtiles: Directly read .where files instead of depending on a DGL daemon.Florian Diebold2011-11-161-1/+1
* Webtiles: Apply substitutions to the path when editing the rcfile.Florian Diebold2011-11-041-3/+6