aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* RevampRunxi Yu2024-12-301-79/+11
* Use meselog instead of slogRunxi Yu2024-12-121-14/+11
* Use CID instead of connection pointers while loggingRunxi Yu2024-12-121-1/+1
* Use uint32 for SIDs, uint64 for CIDsRunxi Yu2024-12-121-1/+1
* Server & Client should only have pointer receiversRunxi Yu2024-12-081-1/+1
* Send 002 to 005 stubs on registrationRunxi Yu2024-12-081-0/+2
* commandHandlers -> CommandHandlersRunxi Yu2024-12-081-1/+1
* CAP: Primitive negotiationRunxi Yu2024-12-081-0/+2
* 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