IRC is a library that can be used to create IRC servers or clients. Based on RFCs 1459, 2810, 2811, 2812, and 2813.
Go to file
justin 1b12cbfb34 Include support for IRC server operators
Added authentication interface for operators with basic implementation
2015-08-28 16:17:56 -04:00
.gitignore Init commit 2015-08-01 11:34:43 +00:00
LICENSE Init commit 2015-08-01 11:34:43 +00:00
README.md Init commit 2015-08-01 11:34:43 +00:00
channel.go NAMES responses for global added. 2015-08-09 12:56:44 -07:00
client.go Now supports client registration tracking 2015-08-10 08:31:44 -07:00
commands.go Handler for IRC ISON command provided 2015-08-10 09:18:28 -07:00
modes.go Fix to not reveal channel key to nonmembers 2015-08-09 09:58:17 -07:00
mux.go Added proper parsing of channel modes. 2015-08-07 17:37:41 -07:00
oper.go Include support for IRC server operators 2015-08-28 16:17:56 -04:00
server.go Include support for IRC server operators 2015-08-28 16:17:56 -04:00

README.md

irc

IRC is a library that can be used to create IRC servers or clients.

Based on RFCs 1459, 2810, 2811, 2812, and 2813.