Mercurial > hg > rlgwebd
graph
-
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
-
RLG-Web client: use WebSockets for game lists.2012-07-14, by John "Elwin" Edwards
-
RLG-Web server: send status events over WebSockets.2012-07-14, by John "Elwin" Edwards
-
RLG-Web server: refactor statusmsg() to work with WebSockets.2012-07-13, by John "Elwin" Edwards
-
RLG-Web server: code cleanup.2012-07-13, by John "Elwin" Edwards
-
RLG-Web: Complete the WebSocket watcher.2012-07-13, by John "Elwin" Edwards
-
RLG-Web: begin converting to WebSockets.2012-07-13, by John "Elwin" Edwards
-
Added tag beta4 for changeset 75a016c490762012-07-12, by John "Elwin" Edwards
-
rlgterm.js: remove unnecessary debugging messages.2012-07-11, by John "Elwin" Edwards
-
RLG-Web client: improvements to UI messages.2012-07-11, by John "Elwin" Edwards
-
RLG-Web client: hide debugging information.2012-07-11, by John "Elwin" Edwards
-
RLG-Web: Allow games to be taken over.2012-07-11, by John "Elwin" Edwards
-
rlgterm.js: improve registration failure messages.2012-07-11, by John "Elwin" Edwards
-
RLG-Web client: replace setTitle() with message().2012-07-11, by John "Elwin" Edwards
-
RLG-Web: improve game-starting messages.2012-07-10, by John "Elwin" Edwards
-
RLG-Web client: distinguish playing and watching in UI.2012-07-10, by John "Elwin" Edwards
-
RLG-Web: add a new message framework.2012-07-10, by John "Elwin" Edwards
-
RLG-Web: make /pstatus/* differentiate between dgl and RLG-Web games.2012-07-09, by John "Elwin" Edwards
-
RLG-Web: use the pty module.2012-07-09, by John "Elwin" Edwards
-
WebTTY: use the pty.js module.2012-07-09, by John "Elwin" Edwards
-
rlgwebd.js: Unlink control socket at startup.2012-07-09, by John "Elwin" Edwards
-
rlgwebd.js: set the width and height on Player objects.2012-07-08, by John "Elwin" Edwards
-
rlgterm.js: fix debugging messages for registration.2012-07-08, by John "Elwin" Edwards
-
Add an information page.2012-07-08, by John "Elwin" Edwards
-
Switch to node v0.8.2012-07-08, by John "Elwin" Edwards
-
Added tag beta3 for changeset 3fd410c52a612012-06-24, by John "Elwin" Edwards
-
Try to guess a good text size.2012-06-24, by John "Elwin" Edwards
-
Make font resizing affect the keyboard too.2012-06-24, by John "Elwin" Edwards
-
Improvements to the keyboard.2012-06-24, by John "Elwin" Edwards
-
Begin handling XMLHttpRequest errors.2012-06-22, by John "Elwin" Edwards
-
Remove the refresh button.2012-06-22, by John "Elwin" Edwards
-
Automatically update the lists of current games and actions.2012-06-22, by John "Elwin" Edwards
-
Improve the layout of some buttons.2012-06-21, by John "Elwin" Edwards
-
Set a default font.2012-06-21, by John "Elwin" Edwards
-
Try to get some compatibility for keys.2012-06-21, by John "Elwin" Edwards
-
Added tag beta2 for changeset 4728fc71bbda2012-06-20, by John "Elwin" Edwards
-
RLG-Web client: some visual improvements.2012-06-20, by John "Elwin" Edwards
-
Display idle time of games in progress.2012-06-20, by John "Elwin" Edwards
-
RLG-Web client: refresh the current games list.2012-06-20, by John "Elwin" Edwards
-
Some status improvements.2012-06-20, by John "Elwin" Edwards
-
RLG-Web client: adjust polling for watching.2012-06-20, by John "Elwin" Edwards
-
rlgwebd.js: fix failure to respond.2012-06-20, by John "Elwin" Edwards
-
RLG-Web client: initialize and restore the terminal when watching.2012-06-20, by John "Elwin" Edwards
-
Make sure watchers start with completely drawn screens.2012-06-20, by John "Elwin" Edwards
-
RLG-Web client: implement watching.2012-06-19, by John "Elwin" Edwards
-
Move credentials into the drivers.2012-06-19, by John "Elwin" Edwards
-
RLG-Web client: explain when there are no games to watch2012-06-18, by John "Elwin" Edwards
-
RLG-Web client: display a list of current games.2012-06-18, by John "Elwin" Edwards
-
RLG-Web: make multiple watchers possible.2012-06-18, by John "Elwin" Edwards
-
termemu.js: don't warn on certain control sequences.2012-06-15, by John "Elwin" Edwards
-
Added tag beta1 for changeset ab82ae1ba7932012-06-11, by John "Elwin" Edwards
-
rlgterm.js: don't make nonfunctional button.2012-06-11, by John "Elwin" Edwards
-
RLG-Web client: improve the forms.2012-06-11, by John "Elwin" Edwards
-
RLG-Web: delay removing TermSessions until the client is informed.2012-06-11, by John "Elwin" Edwards
-
RLG-Web client: visual improvements.2012-06-10, by John "Elwin" Edwards
-
RLG-Web: make login sessions time out.2012-06-10, by John "Elwin" Edwards
-
rlgterm.js: make the options table functional.2012-06-10, by John "Elwin" Edwards
-
RLG-Web: put the game options into a table.2012-06-09, by John "Elwin" Edwards
-
rlgterm.js: present game options to the player.2012-06-09, by John "Elwin" Edwards
-
rlgwebd.js: remove some debugging.2012-06-09, by John "Elwin" Edwards
-
rlgwebd.js: add a player status interface.2012-06-09, by John "Elwin" Edwards
-
rlgterm.js: fix failure to recognize end of game2012-06-09, by John "Elwin" Edwards
-
rlgwebd.js: refactor some game-starting code.2012-06-09, by John "Elwin" Edwards
-
RLG-Web: separate logging in and starting a game.2012-06-07, by John "Elwin" Edwards
-
RLG-Web: reduce polling further.2012-06-06, by John "Elwin" Edwards
-
rlgwebd.js: remove dead code.2012-06-06, by John "Elwin" Edwards
-
RLG-Web: autosave idle games.2012-06-06, by John "Elwin" Edwards
-
rglterm.js: reduce the server polling.2012-06-06, by John "Elwin" Edwards
-
rlgwebd.js: handle HTTP HEAD properly.2012-06-06, by John "Elwin" Edwards
-
RLG-Web: indicate alpha status.2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: add a status interface.2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: improve MIME types.2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: listen on any address2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: fix reference error2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: become a real daemon.2012-06-05, by John "Elwin" Edwards
-
rlgwebd.js: read commands from the console2012-06-04, by John "Elwin" Edwards
-
rlgwebd.js: add timestamps to log messages.2012-06-04, by John "Elwin" Edwards
-
sqlickrypt.c: finish switching to parametrized queries.2012-06-04, by John "Elwin" Edwards
-
sqlickrypt.c: begin converting to parametrized queries.2012-06-04, by John "Elwin" Edwards
-
Implement message order correction on the server side.2012-05-24, by John "Elwin" Edwards
-
Fix some typos.2012-05-23, by John "Elwin" Edwards
-
RLG-Web client: some cleanup2012-05-23, by John "Elwin" Edwards
-
RLG-Web: set up user directories on registration2012-05-23, by John "Elwin" Edwards
-
RLG-Web: add user registration2012-05-23, by John "Elwin" Edwards
-
sqlickrypt.c: add the ability to register new users.2012-05-22, by John "Elwin" Edwards
-
rlgwebd: switch to dgamelaunch's SQLite database.2012-05-20, by John "Elwin" Edwards
-
RLGWeb: switch to JSON protocol.2012-05-17, by John "Elwin" Edwards
-
webtty.js: check message order.2012-05-15, by John "Elwin" Edwards
-
shterm.js: Client-side message ordering2012-05-15, by John "Elwin" Edwards
-
webtty: switch upward protocol to JSON2012-05-14, by John "Elwin" Edwards
-
shterm.js: Add some debugging messages.2012-05-13, by John "Elwin" Edwards
-
webtty: switch all server responses to JSON.2012-05-11, by John "Elwin" Edwards
-
webtty: begin experimenting with JSON protocol.2012-05-09, by John "Elwin" Edwards
-
Make the emulator screen resizable.2012-05-09, by John "Elwin" Edwards
-
Call the dgl replacement rlgwebd instead of webttyd.2012-05-07, by John "Elwin" Edwards
-
WebTTY: switch terminal size to 80x25.2012-05-07, by John "Elwin" Edwards
-
Put common key tables into a common file.2012-05-07, by John "Elwin" Edwards
-
Add support for the delete key.2012-05-07, by John "Elwin" Edwards
-
Client: don't assume the terminal is 24x80.2012-05-07, by John "Elwin" Edwards
-
webtty.js: remove tty-module code.2012-05-06, by John "Elwin" Edwards
-
webtty.js: set up the environment and working directory.2012-05-06, by John "Elwin" Edwards
-
Add a few comments.2012-05-06, by John "Elwin" Edwards