dispatch/pkg/irc
Dario Piombo ed2e56948e start of DCC implementation
(server side)

small refactoring and added speed calculation

fixup! small refactoring and added speed calculation

download progress

fixup! download progress
2020-05-11 17:34:37 +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 start of DCC implementation 2020-05-11 17:34:37 +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 start of DCC implementation 2020-05-11 17:34:37 +02:00
const.go Handle channel forwarding and errors better 2019-01-25 11:02:31 +01: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 start of DCC implementation 2020-05-11 17:34:37 +02:00