aboutsummaryrefslogtreecommitdiff
path: root/irc.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05Unexport fields in Serverv0.1.24Runxi Yu1-12/+12
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-16/+16
2025-04-05ircSend* shall no longer be global variablesRunxi Yu1-13/+8
2025-04-05config shall no longer be a global variableRunxi Yu1-10/+10
2025-04-05Use log/slog instead of clogRunxi Yu1-6/+6
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+3
2025-03-31Add missing license header to irc.goRunxi Yu1-0/+3
2025-03-25Remove test message in IRCRunxi Yu1-5/+0
2025-03-22Variable name lengthsRunxi Yu1-7/+7
2025-03-22Initial lintingRunxi Yu1-1/+1
2025-03-22Log incoming and outgoing messagesRunxi Yu1-10/+21
2025-03-22Handle error when doing NICK/USERRunxi Yu1-1/+4
2025-03-22Only say test when self-joiningRunxi Yu1-0/+7
2025-03-22IRC sending queuesRunxi Yu1-17/+94
2025-03-22Add rudimentary IRC logicRunxi Yu1-0/+46