Skip to content

Releases: envis10n/deno-telnet

Tests

02 Nov 18:20
Compare
Choose a tag to compare

Added tests and CI stuff. This also moves to a deps.ts approach to dependencies.

Parser options overhaul

30 Oct 21:47
Compare
Choose a tag to compare

This brings actual telnet option handling and functionality.

The Parser class now has a "send" event, which provides data to be sent immediately to the remote endpoint. It also now has helper methods for sending WILL, WONT, DO, and DONT commands based on supported options, which can be set via the Parser.prototype.options.support or Parser.prototype.options.supportRemote methods.

This means the parser can automatically handle negotiations for options based on the current support set in the compatibility table.

New parser

29 Oct 19:12
Compare
Choose a tag to compare

This is an update to the parser itself, which was a bit problematic. The new parser follows the same structure as libtelnet-rs, my other telnet project. (Thanks to @LiquidityC for the help on that one)

Fix import urls

04 Aug 02:09
Compare
Choose a tag to compare

This release fixes a few import URLs to point to the proper locations. This also pins the std import to 0.63.0

Initial deno.land/x release

04 Aug 01:51
Compare
Choose a tag to compare

This is the initial push release for https://deno.land/x/deno_telnet

0.1.3

01 Apr 20:05
Compare
Choose a tag to compare

Added some helper methods, getting closer to being highly usable now.

0.1.2

01 Apr 06:35
Compare
Choose a tag to compare

Actually tested to be working.

Testing was conducted using the example server located under examples, with Mudlet 4.6.2

Fixxx

01 Apr 03:25
92c18e7
Compare
Choose a tag to compare
Fixxx Pre-release
Pre-release
0.1.1

Update README.md

Initial Release

01 Apr 03:21
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1.0

Init