aboutsummaryrefslogtreecommitdiff
path: root/clients.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-08Server & Client should only have pointer receiversRunxi Yu1-3/+3
2024-12-08UID -> CIDRunxi Yu1-11/+11
2024-12-08Send 002 to 005 stubs on registrationRunxi Yu1-11/+26
2024-12-08Implement SASL stubRunxi Yu1-2/+6
2024-12-08CAP: Primitive negotiationRunxi Yu1-9/+21
2024-12-08Handle send failuresRunxi Yu1-5/+5
2024-12-08ReformatRunxi Yu1-6/+8
2024-12-08Proper UID handlingRunxi Yu1-0/+28
2024-12-08RegistrationRunxi Yu1-1/+12
2024-12-08Client teardown and proper nick changesRunxi Yu1-0/+12
2024-12-08Primitive nick registrationRunxi Yu1-2/+6
2024-12-08Primitive client statesRunxi Yu1-3/+18
2024-12-08Make Client.conn optionalRunxi Yu1-3/+3
2024-12-08Server and self awarenessRunxi Yu1-2/+15
2024-12-08Add basic command handlingRunxi Yu1-0/+25