goirc
goirc copied to clipboard
Event-based stateful IRC client framework for Go.
The rate limit code is hard-coded for hybrid's algorithm currently. Other servers probably use different algorithms. Twitch's "IRC" server won't let you send more than 20 messages in 30 seconds,...
when i reconnect my wifi, after about 260 seconds, another irc client see goirc deamon timeout. but the goirc daemon emit disconnect event after about 15 minutes. want to known...
Many servers support upgrading a plaintext connection to be encrypted by using the STARTTLS command before registration. This client ought to support that.
I'm working on a bot plugin framework and it would be useful to register a handler which gets all events so I can dispatch the events with a different handler...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...