Skip to content

Releases: go-irc/irc

v4.0.0

11 Sep 18:16
Compare
Choose a tag to compare
  • Add initial ISupport and Tracker support as unstable APIs
  • Drop the separate TagValue type
  • Drop Tags.GetTag

v3.1.4: reader: ignore empty messages (#81)

22 Jan 18:22
81824d7
Compare
Choose a tag to compare
Co-authored-by: Kaleb Elwert <belak@coded.io>

v3.1.1: Fix read loop not exiting when the server closes the connection (#73)

12 Feb 23:10
ed17aa9
Compare
Choose a tag to compare
Co-authored-by: Sean Latimer <sean@latimer.rocks>

v2.1.0: Merge pull request #67 from go-irc/client-cleanup

23 May 22:12
29f1845
Compare
Choose a tag to compare
  • Add (*Client).RunContext
  • Add support for IRCv3 cap negotiation
  • Improve ping loop

v2.0.0: Merge pull request #61 from go-irc/remove-msg-from-chan

23 May 22:10
01e72ff
Compare
Choose a tag to compare
  • CTCP messages will no longer be rewritten. The decision was made that this
    library should pass through all messages without mangling them.
  • Remove Message.FromChannel as this is not always accurate, while
    Client.FromChannel should always be accurate.

v1.1.0

17 Jan 18:33
Compare
Choose a tag to compare
Add missing Client.FromChannel