Mercurial > hg > rlgwebd
graph
-
rlgwebd: use some newer Javascript features.2020-04-03, by John "Elwin" Edwards
-
Terminal emulation: implement the CSI b sequence.2019-09-05, by John "Elwin" Edwards
-
Changes for compatibility with recent versions of NodeJS.2019-08-26, by John "Elwin" Edwards
-
Move the NODE_PATH location.2017-12-26, by John "Elwin" Edwards
-
Fix possibly insecure permissions on the control socket.2017-01-28, by John "Elwin" Edwards
-
rlgwebd-stop: avoid the deprecated domain module.2017-01-28, by John "Elwin" Edwards
-
RLGWebD: replace deprecated fs.exists() with fs.access().2017-01-27, by John "Elwin" Edwards
-
Fix syntax error in Makefile.2017-01-13, by John "Elwin" Edwards
-
Use either HTTP or HTTPS.2017-01-08, by John "Elwin" Edwards
-
Fail cleanly if necessary files can't be opened.2017-01-05, by John "Elwin" Edwards
-
Move RLGWebD configuration options into a configuration file.2017-01-05, by John "Elwin" Edwards
-
Initial support for TLS.2017-01-02, by John "Elwin" Edwards
-
Actually restart RLGWebD if it crashes.2016-04-23, by John "Elwin" Edwards
-
Some fixes to the documentation.2016-02-02, by John "Elwin" Edwards
-
Make sure games have saved and exited before stopping the server.2016-01-29, by John "Elwin" Edwards
-
Update the documentation.2016-01-15, by John "Elwin" Edwards
-
Add an uninstall target to the Makefile.2016-01-15, by John "Elwin" Edwards
-
Change various filenames.2016-01-15, by John "Elwin" Edwards
-
RLGWebD: move the control socket into /var/run.2016-01-15, by John "Elwin" Edwards
-
Add a script to stop RLGWebD.2016-01-02, by John "Elwin" Edwards
-
Begin adding systemd compatibility.2016-01-01, by John "Elwin" Edwards
-
Add support for Advanced Rogue 7 and XRogue.2015-06-23, by John "Elwin" Edwards
-
Stop printing credentials in the logfile.2015-01-31, by John "Elwin" Edwards
-
Update the documentation, removing the betas.2015-01-24, by John "Elwin" Edwards
-
Additions to the help page.2015-01-21, by John "Elwin" Edwards
-
Fix a use of the wrong variable name.2015-01-21, by John "Elwin" Edwards
-
Client: improve messages at the end of watching a game.2015-01-20, by John "Elwin" Edwards
-
Finish moving DglSession methods into the prototype.2015-01-20, by John "Elwin" Edwards
-
Move TermSession and DglSession common code into a base class.2015-01-19, by John "Elwin" Edwards
-
Move all TermSession methods into the prototype.2015-01-19, by John "Elwin" Edwards
-
Begin moving TermSession methods into the prototype.2015-01-18, by John "Elwin" Edwards
-
Print metadata at the beginning of ttyrec files.2015-01-17, by John "Elwin" Edwards
-
Improve the clear-command recognition.2015-01-16, by John "Elwin" Edwards
-
Added tag beta8 for changeset b5df697150012015-01-15, by John "Elwin" Edwards
-
Move index.html files.2015-01-14, by John "Elwin" Edwards
-
Add client-side support for watching dgamelaunch games.2015-01-14, by John "Elwin" Edwards
-
Add server-side support for watching dgamelaunch games.2015-01-14, by John "Elwin" Edwards
-
Fix further crashes when following dgamelaunch games.2015-01-12, by John "Elwin" Edwards
-
Added tag beta7 for changeset db27b91578f02015-01-11, by John "Elwin" Edwards
-
RLGWebD: fix simultaneous watcher bugs.2015-01-10, by John "Elwin" Edwards
-
RLGWebD: fix simultaneous player bug.2015-01-09, by John "Elwin" Edwards
-
rlgwebd.js: clean up TermSession parameters.2015-01-09, by John "Elwin" Edwards
-
Remove the TermSession 'open' event.2015-01-09, by John "Elwin" Edwards
-
Rename watcher to dglwatcher.2015-01-07, by John "Elwin" Edwards
-
watcher: exit if errors occur.2015-01-07, by John "Elwin" Edwards
-
rlgwebd.js: prevent races when reading ttyrecs.2015-01-07, by John "Elwin" Edwards
-
rlgwebd.js: read ttyrecs created by dgamelaunch.2015-01-06, by John "Elwin" Edwards
-
RLGWebD: overhaul the list of current games.2015-01-04, by John "Elwin" Edwards
-
Properly print session tags in the log.2015-01-04, by John "Elwin" Edwards
-
RLGWebD client: fix watching.2015-01-04, by John "Elwin" Edwards
-
RLGWebD: Clean up code related to session timestamps.2015-01-03, by John "Elwin" Edwards
-
RLGWebD: excise polling.2015-01-03, by John "Elwin" Edwards
-
rlgwebd.js: get rid of numerical game identifiers.2015-01-01, by John "Elwin" Edwards
-
Use posix.getpwnam() to look up UID/GID to drop to.2014-05-12, by John "Elwin" Edwards
-
Keep a list of dgamelaunch games and put it in the /status message.2014-04-01, by John "Elwin" Edwards
-
Begin support for watching dgamelaunch games.2014-04-01, by John "Elwin" Edwards
-
Merge with poll-removal.2014-04-01, by John "Elwin" Edwards
-
WebTTY: remove polling.2014-01-28, by John "Elwin" Edwards
-
Increase max username length to 20.2014-03-31, by John "Elwin" Edwards
-
Mostly finish README.txt.2014-03-09, by John "Elwin" Edwards
-
termemu.js: implement cursor hiding.2014-01-27, by John "Elwin" Edwards
-
Implement another control sequence.2014-01-26, by John "Elwin" Edwards
-
Check that the ttyrec stream has an fd before passing it to fstat.2014-01-06, by John "Elwin" Edwards
-
Remove ptyhelper.c because the pty module has replaced it.2014-01-01, by John "Elwin" Edwards
-
Add a README though it's still incomplete.2014-01-01, by John "Elwin" Edwards
-
Use SVG for the bell icon instead of PNG.2013-11-01, by John "Elwin" Edwards
-
RLGWebD: game binaries have moved to /usr/bin.2013-10-29, by John "Elwin" Edwards
-
sqlickrypt: add support for salted SHA-512 passwords, and fix NULL bug.2013-10-21, by John "Elwin" Edwards
-
RLGWebD: inprogress dirs have moved2013-10-21, by John "Elwin" Edwards
-
RLGWebD: use NODE_PATH to find modules.2013-08-14, by John "Elwin" Edwards
-
WebTTY: use WebSockets when possible.2013-07-22, by John "Elwin" Edwards
-
Replace the daemon module with posix.2013-07-20, by John "Elwin" Edwards
-
termemu.js: handle some tmux-produced control sequences.2013-07-18, by John "Elwin" Edwards
-
webtty: don't hardcode paths.2013-07-18, by John "Elwin" Edwards
-
Added tag beta6 for changeset e4f27a093d1e2012-09-13, by John "Elwin" Edwards
-
Update the documentation.2012-09-13, by John "Elwin" Edwards
-
Options-related UI improvements.2012-09-12, by John "Elwin" Edwards
-
Logins don't time out anymore.2012-09-12, by John "Elwin" Edwards
-
Options page: improve some CSS.2012-08-29, by John "Elwin" Edwards
-
Options page: handle not being logged in.2012-08-29, by John "Elwin" Edwards
-
Make the options page functional.2012-08-29, by John "Elwin" Edwards
-
Initial layout of the options page.2012-08-28, by John "Elwin" Edwards
-
RLG-Web client: store login key in DOM Storage.2012-08-27, by John "Elwin" Edwards
-
RLG-Web server: allow changing e-mail and password.2012-08-27, by John "Elwin" Edwards
-
Improve the /uinfo interface.2012-08-26, by John "Elwin" Edwards
-
Add a user information interface at /uinfo.2012-08-13, by John "Elwin" Edwards
-
sqlickrypt: fix typo in database filename.2012-08-13, by John "Elwin" Edwards
-
Improve the probability of detecting numpad 5.2012-08-12, by John "Elwin" Edwards
-
Correct the clear sequence for srogue.2012-08-12, by John "Elwin" Edwards
-
Add support for Advanced Rogue 5.2012-08-12, by John "Elwin" Edwards
-
sqlickrypt: add setpw command.2012-07-28, by John "Elwin" Edwards
-
rlgterm.js: display the game's proper name when starting.2012-07-23, by John "Elwin" Edwards
-
sqlickrypt: add getmail and setmail commands.2012-07-19, by John "Elwin" Edwards
-
Fix WebSocket support checking.2012-07-16, by John "Elwin" Edwards
-
Added tag beta5 for changeset 86c1b79cf6622012-07-16, by John "Elwin" Edwards
-
RLG-Web server: update timestamps for WebSocket games.2012-07-16, by John "Elwin" Edwards
-
RLG-Web: improvements to choices and status messaging.2012-07-16, by John "Elwin" Edwards
-
Replace taking over games with forced saves.2012-07-16, by John "Elwin" Edwards
-
RLG-Web: fix lockfile mixup.2012-07-16, by John "Elwin" Edwards
-
RLG-Web: improve taking over sessions.2012-07-16, by John "Elwin" Edwards
-
RLG-Web client: add playing through WebSockets.2012-07-16, by John "Elwin" Edwards
-
RLG-Web server: add playing through WebSockets.2012-07-15, by John "Elwin" Edwards
-
RLG-Web client: determine the host for WebSocket connections.2012-07-14, by John "Elwin" Edwards