Commit graph

15 commits

Author SHA1 Message Date
John "Elwin" Edwards
e7aa19136d Move index.html files.
The RLGWebD index.html no longer needs to be renamed when installing.
2015-01-14 15:16:31 -05:00
John "Elwin" Edwards
64d9d8cd54 WebTTY: remove polling.
Communication now uses WebSockets only.
2014-01-27 16:02:27 -08:00
John "Elwin" Edwards
d7df88f3cf WebTTY: use WebSockets when possible. 2013-07-22 07:51:53 -07:00
John "Elwin" Edwards
5b85a979e0 webtty: don't hardcode paths. 2013-07-18 10:36:58 -07:00
John "Elwin" Edwards
b9a6a1e303 WebTTY: use the pty.js module.
Convert TermSessions to spawn with the pty.js module instead of piping
everything through ptyhelper.
2012-07-08 21:20:56 -07:00
John "Elwin" Edwards
e3dd70ce08 Switch to node v0.8.
In node v0.8, path.exists() has been moved to the fs module.
2012-07-08 08:02:17 -07:00
John "Elwin" Edwards
db55f3f83c webtty.js: check message order.
Implement checking the numbers of the client's messages on the server.
Fixing out-of-ordering isn't implemented because the problem hasn't
been observed yet, though it likely will once actual network transit
is involved.
2012-05-15 16:26:28 -07:00
John "Elwin" Edwards
090e02ed59 webtty: switch upward protocol to JSON
Switch the client-to-server messages from the HTML forms format to
JSON (for the webtty app).  Message numbers are sent but not yet used.
2012-05-13 20:50:13 -07:00
John "Elwin" Edwards
b6bf7038ca webtty: switch all server responses to JSON. 2012-05-11 13:33:48 -07:00
John "Elwin" Edwards
71d43603a9 webtty: begin experimenting with JSON protocol. 2012-05-09 16:36:11 -07:00
John "Elwin" Edwards
02cc454ad1 Make the emulator screen resizable. 2012-05-09 13:38:05 -07:00
John "Elwin" Edwards
f29453c763 WebTTY: switch terminal size to 80x25. 2012-05-07 16:03:10 -07:00
John "Elwin" Edwards
e6cb51d8bf webtty.js: remove tty-module code. 2012-05-06 15:22:13 -07:00
John "Elwin" Edwards
5d2a367e1d webtty.js: set up the environment and working directory. 2012-05-06 15:06:32 -07:00
John "Elwin" Edwards
8dec6dff87 Put this project under version control, finally. 2012-05-06 08:45:40 -07:00