Mirror of github.com/gissleh/irc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gisle Aune 450fde2567 clean up id generation, add prefixes to IDs. 4 years ago
cmd/ircrepl Merge branch 'master' of github.com:gissleh/irc 4 years ago
handlers fix mroleplay enablerp/disalberp not working when RPCHAN is not provided, and fix variable typo. 4 years ago
internal/irctest clean up code, add client-specific handlers. 4 years ago
ircutil migrate to github, add stuff. 4 years ago
isupport a few small things. 4 years ago
list migrate to github, add stuff. 4 years ago
notes Fixed crashes and other problems with the event handlers, fixed packet event not being created/propagated correctly 6 years ago
.drone.jsonnet change drone ci to use jsonnet. 4 years ago
.gitignore blurgh pt. 2. 4 years ago
channel.go a few small things. 4 years ago
client.go clean up id generation, add prefixes to IDs. 4 years ago
client_test.go fixed client.HasQuit and made internal disconnects not setting that flag. 4 years ago
config.go add basic PLAIN-only SASL support. 4 years ago
event.go add Event.TargetIDs method. 4 years ago
event_error.go Initial Commit 6 years ago
event_input.go Fixed /m and /npc(a)c handlers, added SendRate to client config, added more testing. 6 years ago
event_packet.go Removed debug fmt.Printf from ParsePacket. 5 years ago
go.mod remove testify dep 4 years ago
go.sum clean up id generation, add prefixes to IDs. 4 years ago
handle.go remove global irc event handlers. 4 years ago
handle_test.go fix benchmark failure. 4 years ago
query.go a few small things. 4 years ago
state.go a few small things. 4 years ago
status.go a few small things. 4 years ago
target.go a few small things. 4 years ago
testconfig.json Initial Commit 6 years ago