dispatch/pkg/irc
2020-06-15 10:58:51 +02:00
..
cap_test.go
cap.go Filter SASL mechanisms on RPL_SASLMECHS without trying next one 2020-06-04 05:06:59 +02:00
case_test.go
case.go
client_test.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
client.go Handle kick, rename server to network 2020-06-15 10:58:51 +02:00
conn_test.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00
conn.go Implement SCRAM-SHA-256 2020-06-04 02:28:41 +02:00
const.go Handle kick, rename server to network 2020-06-15 10:58:51 +02:00
ctcp.go Parse ident and host, rename irc.Message.Nick to Sender 2020-05-24 11:09:59 +02:00
dcc.go
feature_test.go
feature.go
internal_test.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00
internal.go Handle kick, rename server to network 2020-06-15 10:58:51 +02:00
message_test.go Parse ident and host, rename irc.Message.Nick to Sender 2020-05-24 11:09:59 +02:00
message.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00
meta.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00
sasl.go Filter SASL mechanisms on RPL_SASLMECHS without trying next one 2020-06-04 05:06:59 +02:00
state_test.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00
state.go Collapse and log join, part and quit, closes #27, log nick and topic changes, move state into irc package 2020-06-03 03:04:38 +02:00