aboutsummaryrefslogtreecommitdiff
path: root/network.c (unfollow)
Commit message (Expand)AuthorFilesLines
9 daysActually fix PING nowTest_User1-1/+1
9 daysFix PING on timeout, partlyTest_User1-1/+1
10 daysAnother table bug fixedTest_User1-4/+8
10 daysREADME.md: Check out HaxIRCdRunxi Yu1-1/+8
10 daysREADME.md: Clarify protocol version is 1202, not 1202/1205Runxi Yu1-1/+1
12 daysFix some extra newlines being sentTest_User2-2/+2
14 daysFix 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 v...Test_User2-3/+3
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 eve...Test_User1-33/+74
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 ser...Test_User3-9/+17
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