Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CID instead of connection pointers while logging | Runxi Yu | 2024-12-12 | 1 | -1/+1 |
* | Use uint32 for SIDs, uint64 for CIDs | Runxi Yu | 2024-12-12 | 1 | -23/+18 |
* | Server & Client should only have pointer receivers | Runxi Yu | 2024-12-08 | 1 | -3/+3 |
* | UID -> CID | Runxi Yu | 2024-12-08 | 1 | -11/+11 |
* | Send 002 to 005 stubs on registration | Runxi Yu | 2024-12-08 | 1 | -11/+26 |
* | Implement SASL stub | Runxi Yu | 2024-12-08 | 1 | -2/+6 |
* | CAP: Primitive negotiation | Runxi Yu | 2024-12-08 | 1 | -9/+21 |
* | Handle send failures | Runxi Yu | 2024-12-08 | 1 | -5/+5 |
* | Reformat | Runxi Yu | 2024-12-08 | 1 | -6/+8 |
* | Proper UID handling | Runxi Yu | 2024-12-08 | 1 | -0/+28 |
* | Registration | Runxi Yu | 2024-12-08 | 1 | -1/+12 |
* | Client teardown and proper nick changes | Runxi Yu | 2024-12-08 | 1 | -0/+12 |
* | Primitive nick registration | Runxi Yu | 2024-12-08 | 1 | -2/+6 |
* | Primitive client states | Runxi Yu | 2024-12-08 | 1 | -3/+18 |
* | Make Client.conn optional | Runxi Yu | 2024-12-08 | 1 | -3/+3 |
* | Server and self awareness | Runxi Yu | 2024-12-08 | 1 | -0/+38 |