Skip to content

Releases: jeromeludmann/deno-irc

v0.17.2

15 Oct 19:34
Compare
Choose a tag to compare

This release adds some changes for Deno v2.

v0.16.0

04 Aug 19:45
1f3dde2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0: Implement optional flood protection (#11)

15 Oct 16:22
3c56dd7
Compare
Choose a tag to compare

v0.14.1

03 Oct 10:35
Compare
Choose a tag to compare

This release adds a check that prevents client from crashing in some specific cases (on "part", "kick", "quit" and "kill").

v0.14.0

29 Sep 10:20
Compare
Choose a tag to compare

Some changes added to verbose option.

New values are available:

  • "raw": received and sent raw IRC messages
  • "formatted": formatted events, commands and state changes
  • (payload: LogPayload) => void: a custom logger implementation

v0.13.1

25 Sep 07:33
Compare
Choose a tag to compare

Fixes Libera issue on connection

v0.13.0

24 Sep 17:35
Compare
Choose a tag to compare

This release introduces SASL registration. Thanks to @xyzshantaram

Some improvements are made:

  • registration code rewritten
  • separate account and server passwords (password and serverPassword options)

Deno deps have been upgraded to [email protected].

v0.12.5

28 Feb 19:49
Compare
Choose a tag to compare

Upgrades Deno deps to [email protected].

v0.12.4

23 Dec 17:10
Compare
Choose a tag to compare

Upgrades Deno deps to [email protected] and fixes some things related to test coverage.

v0.12.3

16 Jul 08:27
Compare
Choose a tag to compare