github jeromeludmann/deno-irc v0.6.0

latest releases: v0.16.0, v0.15.0, v0.14.1...
2 years ago

Features:

  • plugins/nicklist: 'nicklist' event to keep nicklists up to date
  • plugins/names: used by plugins/nicklist, with multi-prefix capability
  • plugins/mode: user and channel modes management
  • plugins/isupport: supported features by the server
  • plugins/list: a way to retrieve the entire channel list, see #5
  • plugins/err_reply: convenient way to handle all ERR_ error replies

Internal:

  • capability requesting management on connect in plugins/registration
  • deleteProperty trap added and beforeMutate is now recursive in core/hooks
  • massive renaming to be more understandable

BREAKING CHANGES:

  • plugins/registration: put user data into user state
  • plugins/myinfo: put server data into server state

Don't miss a new deno-irc release

NewReleases is sending notifications on new releases.