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