Commit graph

7 commits

Author SHA1 Message Date
billchurch
20f67a71d4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	index.js
2017-02-01 16:22:59 -05:00
billchurch
ca4e059c39 Changing over from term.js to xterm.js
Changing over from term.js to https://github.com/sourcelair/xterm.js
Added cookieParser for some additional to do some URI translation
2017-02-01 16:05:53 -05:00
Bill Church
c5af044bbe keyboard-interactive handling
Added keyboard-interactive handling (thanks @mikej81).

Also cleaned up some syntax, missing semicolons.
2016-07-28 07:48:39 -07:00
billchurch
e08878d81a cleanup
mistakenly left some test code.
2016-05-20 10:51:44 -04:00
billchurch
bc20a06497 Increment port feature
If the specified port is being used, added a feature that it would
increment the port by 1 and try again, logging the chosen port to the
console.

removed console.log of config
2016-05-20 10:50:46 -04:00
billchurch
9a9cf5cdc0 Initial config file
Moved configuration variables from index.js to config.json using
read-config.
2016-05-20 10:39:58 -04:00
billchurch
638fafb95d Initial Commit
Initial Commit
2016-05-18 11:34:49 -04:00