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