aboutsummaryrefslogtreecommitdiff
path: root/config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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