issues
search
go-irc
/
irc
A simple go irc library meant to be a building block for other projects
MIT License
142
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Return context error in Client.RunContext()
#95
emersion
closed
2 years ago
1
client: fallback to nick when user/name is unset
#94
emersion
closed
2 years ago
3
readme: update GoDoc badge to v4
#93
emersion
closed
2 years ago
1
xdcc client
#92
ostafen
closed
2 years ago
0
Add escape characters to ISUPPORT
#91
belak
opened
2 years ago
0
Add casemapping primitives
#90
belak
opened
2 years ago
0
Remove NUL, CR and LF from messages before parsing
#89
hhirtz
closed
3 years ago
4
Merge develop back in to master
#88
belak
closed
2 years ago
1
Add facility to schedule recurring callbacks
#87
nathanvy
closed
3 years ago
6
Scheduling recurring function calls
#86
nathanvy
closed
3 years ago
4
Remove TagValue and Tags.GetTag
#85
belak
closed
3 years ago
1
Drop Tags.GetTag
#84
emersion
closed
3 years ago
1
Drop TagValue
#83
emersion
closed
3 years ago
2
Update to stable versions of GitHub Actions
#82
belak
closed
3 years ago
0
reader: ignore empty messages
#81
hhirtz
closed
3 years ago
7
Add Param method to Message type
#80
icholy
closed
4 years ago
1
Formatting package
#79
qaisjp
opened
4 years ago
3
Changes for v4
#78
belak
closed
2 years ago
7
ERR_INVALIDCAPCMD isn't exposed
#77
emersion
closed
4 years ago
5
v3.1.1 contains breaking changes
#76
emersion
closed
4 years ago
5
RPL_LOGGEDIN not defined
#75
emersion
closed
4 years ago
1
Client RunContext
#74
tehzwen
opened
4 years ago
2
Fix read loop not exiting when the server closes the connection
#73
belak
closed
4 years ago
2
fixed readLoop not exiting when exiting channel is closed
#72
SeanLatimer
closed
4 years ago
3
Update filler USER parameters to common practice
#71
danopia
closed
5 years ago
1
update example in Readme
#70
teknoraver
closed
5 years ago
1
Re-work go module and version tags
#69
belak
closed
6 years ago
2
Reset git tags to work around vgo
#68
belak
closed
6 years ago
1
Move client code out into separate filter functions
#67
belak
closed
6 years ago
0
Ensure all write errors cause the client to exit
#66
belak
closed
6 years ago
1
Update buffer empty broadcast to be more accurate for tests
#65
belak
closed
6 years ago
0
Add (*Client).RunContext to allow for cancelation
#64
belak
closed
6 years ago
0
Fix race conditions in tests
#63
belak
closed
6 years ago
0
Move read loop into separate goroutine
#62
belak
closed
6 years ago
0
Remove Message.FromChannel in favor of Client.FromChannel
#61
belak
closed
6 years ago
0
Only handle nick collisions during the handshake
#60
belak
closed
6 years ago
0
Stop rewriting CTCP PRIVMSG messages
#59
belak
closed
6 years ago
0
Initial support for IRCv3 CAP negotiation
#58
belak
closed
6 years ago
1
Handle SASL auth
#57
belak
opened
7 years ago
6
Add simple rate limiting to Client
#56
belak
closed
7 years ago
0
Test issue please ignore
#55
seabird-bot
closed
7 years ago
0
Add support for a ping loop and connection timeouts
#54
belak
closed
7 years ago
0
Support CAP negotiation in the Client
#53
belak
closed
6 years ago
8
Add missing Client.FromChannel
#52
belak
closed
7 years ago
0
Handle tags with no values better
#51
belak
opened
7 years ago
0
Breaking changes
#50
belak
closed
6 years ago
0
Start moving to a common set of test cases
#49
belak
closed
7 years ago
1
Add MaskToRegex helper
#48
belak
closed
7 years ago
0
Fix CTCP parsing to avoid segfault
#47
djt-code
closed
7 years ago
1
Split Conn out into a Reader and Writer
#46
belak
closed
7 years ago
0
Next