aboutsummaryrefslogtreecommitdiff
path: root/clients.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use meselog instead of slogRunxi Yu2024-12-121-4/+5
|
* Use CID instead of connection pointers while loggingRunxi Yu2024-12-121-1/+1
|
* Use uint32 for SIDs, uint64 for CIDsRunxi Yu2024-12-121-23/+18
|
* Server & Client should only have pointer receiversRunxi Yu2024-12-081-3/+3
|
* UID -> CIDRunxi Yu2024-12-081-11/+11
|
* Send 002 to 005 stubs on registrationRunxi Yu2024-12-081-11/+26
|
* Implement SASL stubRunxi Yu2024-12-081-2/+6
|
* CAP: Primitive negotiationRunxi Yu2024-12-081-9/+21
|
* Handle send failuresRunxi Yu2024-12-081-5/+5
|
* ReformatRunxi Yu2024-12-081-6/+8
|
* Proper UID handlingRunxi Yu2024-12-081-0/+28
|
* RegistrationRunxi Yu2024-12-081-1/+12
|
* Client teardown and proper nick changesRunxi Yu2024-12-081-0/+12
|
* Primitive nick registrationRunxi Yu2024-12-081-2/+6
|
* Primitive client statesRunxi Yu2024-12-081-3/+18
|
* Make Client.conn optionalRunxi Yu2024-12-081-3/+3
|
* Server and self awarenessRunxi Yu2024-12-081-0/+38