Skip to content

Tags: go-irc/irc

Tags

v4.0.0

Toggle v4.0.0's commit message
readme: switch to soft-wrapping lines

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reader: ignore empty messages (#81)

Co-authored-by: Kaleb Elwert <[email protected]>

v3.1.3

Toggle v3.1.3's commit message
Improve numerics generation

This adds a specific search parameter for IRCv3 because it can be in the
origin, information, or contact fields.

Fixes #77

v3.1.2

Toggle v3.1.2's commit message
Add obsolete RFC1459 and RFC2812 numerics

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix read loop not exiting when the server closes the connection (#73)

Co-authored-by: Sean Latimer <[email protected]>

v3.1.0

Toggle v3.1.0's commit message
Add nolint to numerics.go

v3.0.0

Toggle v3.0.0's commit message
Update module path to gopkg.in/irc.v3

v2.1.2

Toggle v2.1.2's commit message
Revert "Remove go.mod in prepration for re-tagging"

This reverts commit 73265a5.

v2.1.1

Toggle v2.1.1's commit message
Add initial go.mod file

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from go-irc/client-cleanup

Move client code out into separate filter functions