Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add descriptive comments to most Go functions | Runxi Yu | 2025-03-31 | 1 | -0/+3 |
* | Add missing license header to irc.go | Runxi Yu | 2025-03-31 | 1 | -0/+3 |
* | Remove test message in IRC | Runxi Yu | 2025-03-25 | 1 | -5/+0 |
* | Variable name lengths | Runxi Yu | 2025-03-22 | 1 | -7/+7 |
* | Initial linting | Runxi Yu | 2025-03-22 | 1 | -1/+1 |
* | Log incoming and outgoing messages | Runxi Yu | 2025-03-22 | 1 | -10/+21 |
* | Handle error when doing NICK/USER | Runxi Yu | 2025-03-22 | 1 | -1/+4 |
* | Only say test when self-joining | Runxi Yu | 2025-03-22 | 1 | -0/+7 |
* | IRC sending queues | Runxi Yu | 2025-03-22 | 1 | -17/+94 |
* | Add rudimentary IRC logic | Runxi Yu | 2025-03-22 | 1 | -0/+46 |