stuicey

Results 18 comments of stuicey

Sounds great, will be following progress :) Let me know if you need any help

Yeah sure, where'd you like to start? I think the bigInteger library in use is jsbn. As far as I can remember its only used in key exchange ( Diffie...

Hacked together a quick benchmark and it'll be a massive performance degradation to move libraries. JSBN is shipped as two parts (minimal & additional) and was manually stitched together to...

1 - `this.transport` is set [here](https://github.com/stuicey/SSHy/blob/master/js/transport.js#L37), its simply used as a reference back to `SSHyClient.Transport` so that key exchange has access to other modules ( [parceler](https://github.com/stuicey/SSHy/blob/master/js/transport.js#L24) ) 2 - `randomart`...

Great work so far :) Decryption is a bit weird; cause there wasn't a reliable way to disable nagle and the code being event based, the data gets added to...

Its a known shortfall, xtermjs is used as the frontend to handle xterm escape codes so until mobile support is provided by that library it won't trickle down to here:...

Yeah those two files are the core pieces of xtermjs - so updating them should bring in any fixes or updates that have went into the library. Personally I haven't...

If you're changing any of the JavaScript for SSHy you'll need to rebuild the distributed js file. Check the Build section in the readme for the commands I wouldn't be...