Skip to content

Releases: go-irc/irc

v4.0.0

Choose a tag to compare

@belak belak released this 11 Sep 18:16
  • 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)

Choose a tag to compare

@belak belak released this 22 Jan 18:22
81824d7
Co-authored-by: Kaleb Elwert <belak@coded.io>

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

Choose a tag to compare

@belak belak released this 12 Feb 23:10
ed17aa9
Co-authored-by: Sean Latimer <sean@latimer.rocks>

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

Choose a tag to compare

@belak belak released this 23 May 22:12
29f1845
  • 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

Choose a tag to compare

@belak belak released this 23 May 22:10
01e72ff
  • 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

Choose a tag to compare

@belak belak released this 17 Jan 18:33
Add missing Client.FromChannel