dispatch/pkg/irc
2020-06-03 03:04:38 +02:00
..
cap_test.go Add SASL auth and CAP negotiation 2020-05-23 08:05:37 +02:00
cap.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
case_test.go Add casefolding to irc lib 2019-01-13 05:10:11 +01:00
case.go Send irc features to the client 2019-01-27 08:53:07 +01:00
client_test.go Parse ident and host, rename irc.Message.Nick to Sender 2020-05-24 11:09:59 +02:00
client.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_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 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
const.go Scrape horse doc constants, handle all nick collision error types 2020-05-23 02:30:48 +02:00
ctcp.go Parse ident and host, rename irc.Message.Nick to Sender 2020-05-24 11:09:59 +02:00
dcc.go Set timeout and deadline in DownloadDCC 2020-05-20 08:38:18 +02:00
feature_test.go Send irc features to the client 2019-01-27 08:53:07 +01:00
feature.go Send irc features to the client 2019-01-27 08:53:07 +01:00
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 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
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 Pass config struct into irc.Client 2020-05-23 09:42:20 +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