aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle send failuresRunxi Yu2024-12-081-9/+25
* Remove another unnecessary anonymous functionRunxi Yu2024-12-081-3/+1
* Remove unnecessary anonymous functionRunxi Yu2024-12-081-3/+1
* Proper UID handlingRunxi Yu2024-12-081-13/+10
* Client teardown and proper nick changesRunxi Yu2024-12-081-0/+1
* Primitive nick registrationRunxi Yu2024-12-081-1/+4
* Primitive client statesRunxi Yu2024-12-081-0/+6
* Make Client.conn optionalRunxi Yu2024-12-081-4/+4
* Server and self awarenessRunxi Yu2024-12-081-10/+17
* Add basic command handlingRunxi Yu2024-12-081-6/+35
* Initial commitRunxi Yu2024-12-071-0/+53