Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove comments from the beginning of LICENSE.{CC0,MIT} | Runxi Yu | 2024-12-08 | 2 | -4/+0 |
* | Handle send failures | Runxi Yu | 2024-12-08 | 8 | -39/+75 |
* | Remove another unnecessary anonymous function | Runxi Yu | 2024-12-08 | 1 | -3/+1 |
* | Reformat | Runxi Yu | 2024-12-08 | 4 | -12/+14 |
* | Omit msg.Tags nil check | Runxi Yu | 2024-12-08 | 1 | -2/+2 |
* | Remove unnecessary anonymous function | Runxi Yu | 2024-12-08 | 1 | -3/+1 |
* | CAP: Stub | Runxi Yu | 2024-12-08 | 1 | -0/+22 |
* | USER: Don't allow reregistration | Runxi Yu | 2024-12-08 | 2 | -3/+8 |
* | Pong should return server name as 1st argument | Runxi Yu | 2024-12-08 | 1 | -1/+1 |
* | Proper UID handling | Runxi Yu | 2024-12-08 | 3 | -13/+39 |
* | Registration | Runxi Yu | 2024-12-08 | 5 | -2/+42 |
* | Client teardown and proper nick changes | Runxi Yu | 2024-12-08 | 3 | -3/+26 |
* | Primitive nick registration | Runxi Yu | 2024-12-08 | 5 | -5/+35 |
* | Primitive client states | Runxi Yu | 2024-12-08 | 3 | -3/+26 |
* | Make Client.conn optional | Runxi Yu | 2024-12-08 | 2 | -7/+7 |
* | Server and self awareness | Runxi Yu | 2024-12-08 | 8 | -35/+129 |
* | Add basic command handling | Runxi Yu | 2024-12-08 | 6 | -12/+124 |
* | Slight refactor | Runxi Yu | 2024-12-08 | 5 | -15/+16 |
* | Add LICENSE | Runxi Yu | 2024-12-07 | 1 | -0/+4 |
* | Initial commit | Runxi Yu | 2024-12-07 | 11 | -0/+472 |