- Added support for environment options RFC1572. @not-jan
- Added support for binary transmission RFC856. @not-jan
- Added support for Unicode characters in character-at-a-time mode. This is gated behind the
unicode
feature. @not-jan
- Added support for character-at-a-time mode and line mode.
@not-jan
- Character-at-a-time mode can be enabled by setting the
message_mode
field in theTelnetCodec
struct tofalse
. This will result in each character generating an individual event.
- Character-at-a-time mode can be enabled by setting the
- Exposed the full
TelnetCodec
struct to the public API, where previously it was only partially exposed.
- Fixes several off-by-one errors in the decoding logic. @xxx
- Added raw message support in the TelnetEvent enum. @xxx
- Added tests for decoding logic. @xxx
- General documentation improvements.
Initial release.