Minimal IRC server (and maybe client) toolkit in Go.
Built to experiment with the IRC protocol, mostly implementing the RFCs from scratch so don't expect it to be super-robust or correct. Aimed to be a good foundation for bootstrapping quick proof-of-concepts on the IRC protocol.
Status: v0.0
(no stability guarantee); if you're using this, please open an
issue with your API requirements.
Check the project's upcoming milestones to get a feel for what's prioritized.
- Parsing and encoding is done by https://github.com/sorcix/irc
- Server implementation references: rfc1459, rfc2812, rfc2813. More modernly, ircv3.net.
MIT