Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@tadzik tadzik released this 25 Feb 10:20
· 0 commits to master since this release

Features

  • Handle error 415 (+R/+M). (#114)

Bugfixes

  • Make sure PART reasons aren't being dropped (887cacd)
  • Fix reconnect loop due to the close listener being called on socket destruction. (#115)
  • Fix auto reconnect due to event listeners not being called. (#116)
  • Fix nick changes not being bridged to matrix. (#117)
  • Ensure channel.users is an accurate representation of the NAMES response after updates, removing stale users. (#118)

Internal changes

  • Remove newlines (except trailing ones) from _send() payloads (37cb805)