Releases: jeromeludmann/deno-irc
Releases · jeromeludmann/deno-irc
v0.17.2
v0.16.0
What's Changed
- add exponential backoff option to reconnect plugin by @jeromeludmann in #15
Full Changelog: v0.15.0...v0.16.0
v0.15.0: Implement optional flood protection (#11)
v0.14.1
This release adds a check that prevents client from crashing in some specific cases (on "part", "kick", "quit" and "kill").
v0.14.0
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
Fixes Libera issue on connection
v0.13.0
This release introduces SASL registration. Thanks to @xyzshantaram
Some improvements are made:
- registration code rewritten
- separate account and server passwords (
password
andserverPassword
options)
Deno deps have been upgraded to [email protected].
v0.12.5
Upgrades Deno deps to [email protected].
v0.12.4
Upgrades Deno deps to [email protected]
and fixes some things related to test coverage.
v0.12.3
- fixes API Reference links in README
- upgrades Deno deps to
[email protected]