aboutsummaryrefslogtreecommitdiff
path: root/CoupServ.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-15Actually fix PING nowTest_User1-1/+1
2024-06-15Fix PING on timeout, partlyTest_User1-1/+1
2024-06-14Another table bug fixedTest_User1-4/+8
2024-06-14README.md: Check out HaxIRCdRunxi Yu1-1/+8
2024-06-14README.md: Clarify protocol version is 1202, not 1202/1205Runxi Yu1-1/+1
2024-06-12Fix some extra newlines being sentTest_User2-2/+2
2024-06-10Fix missing newlineTest_User1-1/+1
2024-06-09Fix missing argc check, fix warning message to contain the right numberTest_User1-1/+6
2024-06-09Explicitly tell server about the server about the version, mention InspIRCd ↵Test_User2-3/+3
v2 compatability in README.md
2024-06-08Fix missing channel->Test_User1-1/+1
2024-06-08Fix bug with getline() usage, make sh spawn a new thread so it won't hang ↵Test_User1-33/+74
everything else while running
2024-06-07Use the proper timestampTest_User1-0/+2
2024-06-07Fix an old parsing bug that's never actually triggered by inspircdTest_User1-1/+1
2024-06-07(Optional) Client certificate support, fix main to exit if init client or ↵Test_User3-9/+17
server network fails
2024-06-07Do not send prefix in unknown command message when there was no prefix usedTest_User1-1/+2
2024-05-31Don't respond to channels that it's not inTest_User2-0/+24
2024-05-26Writing on stale fds is a bad ideaTest_User2-1/+2