Commit graph

526 commits

Author SHA1 Message Date
billchurch
9ebd56ddb9 fixed error message status overwriting
Fixed issue where error message would be overwritten in status bar as
websocket connection is closed. Added additional logging elements in
some events.
2017-02-10 10:56:11 -05:00
billchurch
e06d2570ae Fixes issue #4
Add a test for a blank (not null) username. Also added feature to
re-prompt for credentials if none are entered.
2017-02-10 08:23:06 -05:00
Bill Church
b86ae3e88d Fixed the banner newline/carriage return fix...
To not capture \r\n when looking for \r to fix formatting of banner messages.
2017-02-09 11:49:51 -05:00
billchurch
1725cdaa85 fixing banner formatting issues
when Unix hosts use lf vs cr/lf it doesn’t quite format right.
converting these to fix that. I’m not sure if this is something to be
solved in xterm.js, haven’t had time really review it.
2017-02-01 18:36:05 -05:00
billchurch
8a96240cd3 favicon.ico, because why not 2017-02-01 18:34:59 -05:00
billchurch
98c384e46c corrected some typos and issues 2017-02-01 16:55:34 -05:00
billchurch
20f67a71d4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	index.js
2017-02-01 16:22:59 -05:00
billchurch
a1586c7ea2 Updated to reflect new URL scheme 2017-02-01 16:22:21 -05:00
billchurch
3e3a8be5c9 Converting over to xterm.js 2017-02-01 16:20:48 -05:00
billchurch
34af6b548d Changing over from term.js to https://github.com/sourcelair/xterm.js
Added cookie parser
Updated some packages but locked versions, node on system I’m targeting
is currently locked v0.12.15…in case anyone wonders why I’m locking
some of these versions down.

Trying to make a grownup package.json ;)
2017-02-01 16:20:16 -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
billchurch
181907ce07 adding some more files to ignore… 2017-02-01 15:56:41 -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
472dd3f55b formatting 2016-05-20 08:50:22 -04:00
billchurch
c5f3dd9ce5 Updated package.json
Had references to BIG-IP which were not valid, this package does not
require BIG-IP
2016-05-20 08:48:14 -04:00
Bill Church
92abc82d87 Update README.md 2016-05-18 13:32:06 -04:00
billchurch
492ca2b3e6 xterm stylesheet 2016-05-18 13:29:37 -04:00
Bill Church
6425d3f5e7 Update README.md 2016-05-18 13:14:58 -04:00
Bill Church
0e876e3106 Update README.md 2016-05-18 13:14:42 -04:00
Bill Church
e7c6649f95 Update README.md 2016-05-18 13:14:18 -04:00
Bill Church
2fff947dde Create LICENSE 2016-05-18 13:08:45 -04:00
Bill Church
b61ba62c77 Create README.md 2016-05-18 13:04:40 -04:00
billchurch
638fafb95d Initial Commit
Initial Commit
2016-05-18 11:34:49 -04:00