aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-30RevampRunxi Yu1-79/+11
2024-12-12Use meselog instead of slogRunxi Yu1-14/+11
2024-12-12Use CID instead of connection pointers while loggingRunxi Yu1-1/+1
2024-12-12Use uint32 for SIDs, uint64 for CIDsRunxi Yu1-1/+1
2024-12-08Server & Client should only have pointer receiversRunxi Yu1-1/+1
2024-12-08Send 002 to 005 stubs on registrationRunxi Yu1-0/+2
2024-12-08commandHandlers -> CommandHandlersRunxi Yu1-1/+1
2024-12-08CAP: Primitive negotiationRunxi Yu1-0/+2
2024-12-08Handle send failuresRunxi Yu1-9/+25
2024-12-08Remove another unnecessary anonymous functionRunxi Yu1-3/+1
2024-12-08Remove unnecessary anonymous functionRunxi Yu1-3/+1
2024-12-08Proper UID handlingRunxi Yu1-13/+10
2024-12-08Client teardown and proper nick changesRunxi Yu1-0/+1
2024-12-08Primitive nick registrationRunxi Yu1-1/+4
2024-12-08Primitive client statesRunxi Yu1-0/+6
2024-12-08Make Client.conn optionalRunxi Yu1-4/+4
2024-12-08Server and self awarenessRunxi Yu1-10/+17
2024-12-08Add basic command handlingRunxi Yu1-6/+35