Bill Church
Bill Church
Currently there is no support for WWA (white, white, amber) style strips. I plan on adding this and doing a PR, waiting for strips to test with first. This issue...
logging is somewhat inconsistent throughout the code, working to make things more consistent
collect credentials via browser modal box as an alternative to basic auth. Soliciting for ideas as to how this would be used. Potentially asking for username / password or ssh-rsa...
In the move to break the client away from the server, we should look at making the websocket capable of taking all of the parameters to start a session. #175...
A new method to collect credentials is required to work around browser incompatibilities and support alternate methods of authentication. Goals of this enhancement: - [x] Retain ability to use HTTP...
I believe socket.io has outlived its usefulness for this project and I think the bulk of the browsers used today support websockets natively. I've created a new branch [ws-experiment](../tree/ws-experiment) to...
Need to add a catch statement here: https://github.com/billchurch/webssh2/blob/0.2.10-1/app/server/socket.js#L29 Due to this error: ``` /Users/bill/Documents/webssh2/app/node_modules/ip6addr/ip6addr.js:352 throw new Error('Invalid argument: / expected'); ^ Error: Invalid argument: / expected at new CIDR (/Users/bill/Documents/webssh2/app/node_modules/ip6addr/ip6addr.js:352:13)...
This is working pretty great in my testing so far, however I think i'm missing the connection to get this to work exactly as I would like it (meaning, I...