marado / TalkerNode

A telnet-based talker, written in Node.js
The Unlicense
11 stars 11 forks source link

Replace IAC handling with something good #34

Open marado opened 8 years ago

marado commented 8 years ago

https://www.npmjs.com/package/telnet-stream might be a good reference.

marado commented 6 years ago

https://github.com/blinkdog/telnet-stream/issues/1#event-1357752351 makes this easier (probably) now...

marado commented 3 years ago

The lack of proper IAC handling makes echo on Windows' telnet client to not be working (more details on #122). Tagging this as an amnuts-parity issue, since, while Amnuts does not properly handle IAC either, it at least deals better than TalkerNode (currently) the echo sittuation on Windows' telnet.