summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/process_handler.py
Commit message (Expand)AuthorAgeFilesLines
* Change WebTiles crash handling to work by parsing stderr.Pekka Lampila2014-03-021-0/+16
* Fix player being sent WebTiles options twice.Pekka Lampila2014-02-181-2/+3
* Include a link to character dump/morgue in exit game dialog.Pekka Lampila2014-02-051-1/+10
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-1/+12
* Only send spectator JSON options after sending game client.Pekka Lampila2014-02-011-0/+4
* Make WebTiles spectator list sorting case-insensitivegammafunk2014-01-151-1/+1
* Sort spectator names and link them to player pages in webtiles chat.gammafunk2014-01-091-7/+31
* Fix a WebTiles log messagePekka Lampila2014-01-091-1/+1
* Add send timeouts to game<->webtiles server socketPekka Lampila2013-12-071-1/+7
* Allow prepending command-line options for webtiles launchers.Neil Moore2013-11-161-7/+12
* Revert "Only send the game state to the joining spectator"Pekka Lampila2013-10-181-16/+2
* Unload old game data on version change in WebTilesPekka Lampila2013-06-251-1/+1
* Handle manual URL hash changes better in WebTilesPekka Lampila2013-06-091-1/+1
* Fix WebTiles server with config.dgl_mode = FalsePekka Lampila2013-06-091-4/+10
* Remove unnecessary semicolons (chris).Florian Diebold2013-06-041-3/+3
* Only send the game state to the joining spectatorPekka Lampila2013-06-041-1/+15
* Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-5/+14
* Webtiles: Fix 0.9 games not showing up in the lobby.Florian Diebold2012-10-111-1/+8
* Webtiles: Fix a problem with 0.9 compatibility.Florian Diebold2012-10-111-2/+2
* Webtiles: Make it possible to disable ttyrec recording.Florian Diebold2012-09-071-1/+2
* Webtiles: Be a bit more resilient against errors while starting Crawl.Florian Diebold2012-08-281-15/+23
* Webtiles: Make static file URL also dependent on the exact Crawl version.Florian Diebold2012-08-261-1/+8
* Show the player in the chat if they're using Webtiles.Florian Diebold2012-08-201-18/+18
* Webtiles: Fix the server socket not getting closed for games found via watch_...Florian Diebold2012-08-181-1/+5
* Webtiles: Fix ghost games, add some more logging.Florian Diebold2012-08-151-2/+8
* Webtiles: Log ProcessHandler id.Florian Diebold2012-08-151-1/+5
* Webtiles: Fix idle times for games started from DGL.Florian Diebold2012-08-141-0/+9
* Don't flag games as 'tiles' with watch_socket_dirs.Neil Moore2012-08-131-3/+3
* Webtiles: For games started from DGL, use the token in the socket filename to...Florian Diebold2012-08-131-7/+17
* WebTiles: correct row/columns ttyrec metadata.Neil Moore2012-08-131-1/+1
* Fix an error in Webtiles.Florian Diebold2012-08-121-8/+16
* Webtiles: Implement experimental support for watching games started from DGL.Florian Diebold2012-08-081-9/+68
* Webtiles: Don't try to send input over the socket if it hasn't yet opened.Florian Diebold2012-08-021-1/+1
* Log the webtiles chat in the game notes.Florian Diebold2012-06-071-1/+14
* Fix another stupid exception in the webtiles server.Florian Diebold2012-02-231-8/+17
* Fix the 0.9 compatibility mode in the Webtiles server.Florian Diebold2011-12-191-2/+2
* Show player milestones in the Webtiles lobby.Florian Diebold2011-11-171-0/+10
* Webtiles: Lobby refactoring.Florian Diebold2011-11-171-3/+52
* Webtiles: Allow configuring the ttyrec size.Florian Diebold2011-11-161-1/+2
* Webtiles: Don't use stale where data from previous games.Florian Diebold2011-11-161-1/+3
* Webtiles: Directly read .where files instead of depending on a DGL daemon.Florian Diebold2011-11-161-9/+23
* Webtiles: Fix dgl-less mode.Florian Diebold2011-11-151-1/+2
* Allow specifying the path to the Webtiles client data while compiling crawl.Florian Diebold2011-11-041-2/+18
* Remove a left-over debug log.Florian Diebold2011-11-041-1/+0
* Disallow starting a game while another is running for the same user in Webtiles.Florian Diebold2011-11-031-2/+118
* Hopefully generate the right files to make Webtiles games register in DGL.Florian Diebold2011-11-011-22/+47
* A bit of cleanup in the Webtiles server.Florian Diebold2011-10-191-4/+2
* Webtiles: Use a proper JS module loader (part I).Florian Diebold2011-10-181-9/+12
* Webtiles: Get rid of the last non-JSON client->server message.Florian Diebold2011-10-171-20/+16
* Webtiles: Fix the player counting as a spectator in the count.Florian Diebold2011-10-171-15/+21