Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp | Runxi Yu | 2024-12-30 | 1 | -79/+11 |
| | |||||
* | Use meselog instead of slog | Runxi Yu | 2024-12-12 | 1 | -14/+11 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Server & Client should only have pointer receivers | Runxi Yu | 2024-12-08 | 1 | -1/+1 |
| | |||||
* | Send 002 to 005 stubs on registration | Runxi Yu | 2024-12-08 | 1 | -0/+2 |
| | |||||
* | commandHandlers -> CommandHandlers | Runxi Yu | 2024-12-08 | 1 | -1/+1 |
| | |||||
* | CAP: Primitive negotiation | Runxi Yu | 2024-12-08 | 1 | -0/+2 |
| | |||||
* | Handle send failures | Runxi Yu | 2024-12-08 | 1 | -9/+25 |
| | |||||
* | Remove another unnecessary anonymous function | Runxi Yu | 2024-12-08 | 1 | -3/+1 |
| | |||||
* | Remove unnecessary anonymous function | Runxi Yu | 2024-12-08 | 1 | -3/+1 |
| | |||||
* | Proper UID handling | Runxi Yu | 2024-12-08 | 1 | -13/+10 |
| | |||||
* | Client teardown and proper nick changes | Runxi Yu | 2024-12-08 | 1 | -0/+1 |
| | |||||
* | Primitive nick registration | Runxi Yu | 2024-12-08 | 1 | -1/+4 |
| | |||||
* | Primitive client states | Runxi Yu | 2024-12-08 | 1 | -0/+6 |
| | |||||
* | Make Client.conn optional | Runxi Yu | 2024-12-08 | 1 | -4/+4 |
| | |||||
* | Server and self awareness | Runxi Yu | 2024-12-08 | 1 | -10/+17 |
| | |||||
* | Add basic command handling | Runxi Yu | 2024-12-08 | 1 | -6/+35 |
| | |||||
* | Initial commit | Runxi Yu | 2024-12-07 | 1 | -0/+53 |