dispatch/pkg/irc
2020-05-19 10:37:20 +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 Remove channel from reconnect list when parting 2020-05-01 05:40:49 +02:00
client.go Make ToCTCP handle any type of CTCP message, move DCC handling to separate file 2020-05-12 04:13:05 +02:00
conn_test.go Read lines with a bufio.Scanner, reuse input buffer, ignore empty messages, handle multiple spaces between tags and prefix 2019-01-11 04:53:50 +01:00
conn.go Make ToCTCP handle any type of CTCP message, move DCC handling to separate file 2020-05-12 04:13:05 +02:00
const.go Handle channel forwarding and errors better 2019-01-25 11:02:31 +01:00
dcc.go Log key dcc info messages, keep dcc tab open 2020-05-19 10:37:20 +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
message_test.go Send irc features to the client 2019-01-27 08:53:07 +01:00
message.go Make ToCTCP handle any type of CTCP message, move DCC handling to separate file 2020-05-12 04:13:05 +02:00