TooTallNate / node-telnet

Telnet implementation for Node.js
87 stars 30 forks source link

termtype implementation. #14

Closed chjj closed 9 years ago

chjj commented 9 years ago

@TooTallNate, I've got terminal_type working. Really excited. It seems to work perfectly.

chjj commented 9 years ago

Also, could we do a release after this is merged? The environment variables combined with the termtype allow so much to be possible now.

chjj commented 9 years ago

@TooTallNate, any word on this? I'm getting all antsy.

chjj commented 9 years ago

@TooTallNate, I've rewritten node-telnet a lot so it doesn't require dependencies. Would you be interested in merging it? https://github.com/chjj/node-telnet/blob/tnet/lib/telnet.js

I've also slightly improved upon other things, primarily the stuff I've already added. It's backwardly compatible with the original even though it emits some more convenient events. It can parse a stream byte-by-byte. It's also a bit more extensible since everything is exposed including the constants, and it can handle unknown options properly.