Releases: go-irc/irc
Releases · go-irc/irc
v4.0.0
v3.1.4: reader: ignore empty messages (#81)
Co-authored-by: Kaleb Elwert <[email protected]>
v3.1.1: Fix read loop not exiting when the server closes the connection (#73)
Co-authored-by: Sean Latimer <[email protected]>
v2.1.0: Merge pull request #67 from go-irc/client-cleanup
- 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
- 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.