aboutsummaryrefslogtreecommitdiff
path: root/protocols.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-24Yay basic NickServ actually functions nowTest_User8-10/+199
2024-06-24More services stuffTest_User13-17/+204
2024-06-24The start of some services, inspircd3 support extra broken for nowTest_User13-17/+356
2024-06-23Misc stuffTest_User2-4/+9
2024-06-21-pthread mutex, +semaphoresTest_User7-238/+64
2024-06-20Seperate futex fom atomicsTest_User4-38/+41
2024-06-20FixesTest_User1-0/+3
2024-06-20Reduced locking buffered openssl writing now readyTest_User2-29/+61
2024-06-20Fix typoTest_User1-1/+1
2024-06-20Only syscall to wake if there's one to be wokenTest_User1-5/+7
2024-06-20partial lockless send for buffered plaintextTest_User1-9/+48
2024-06-20Reorder plaintext buffered send codeTest_User1-10/+8
2024-06-19Fix some missing returnsTest_User2-2/+4
2024-06-19Mark futexes as private since it's all same-process, fix timeout on plaintext...Test_User3-3/+21
2024-06-19More logging, CI fixTest_User2-1/+18
2024-06-19Probably improve CI efficiencyTest_User1-1/+1
2024-06-19Fix some locking bugsTest_User2-3/+8
2024-06-19Don't send more than half the buffer at a timeTest_User3-18/+4
2024-06-19Some improvements and openssl send bufferingTest_User12-31/+1347
2024-06-18pthread option for buffered sendingTest_User1-2/+72
2024-06-18More futexes, so it actually works decently now... still no pthread mutex sup...Test_User1-6/+25
2024-06-18Some fixesTest_User3-20/+59
2024-06-18Network relocations, and in-progress buffered networking codeTest_User14-35/+443
2024-06-18Another round of CI fixingTest_User4-1/+13
2024-06-18Fix missing includeTest_User1-0/+1
2024-06-18More CI fixesTest_User3-3/+3
2024-06-18Fix CI stuffTest_User4-4/+4
2024-06-18Well, git isn't nice it seemsTest_User2-0/+2
2024-06-18InspIRCd v3 FJOIN, improved tag trimming, improved makefileTest_User4-7/+116
2024-06-18Add initial .woodpecker.yamlRunxi Yu4-0/+37
2024-06-18Fix CFLAGS additions getting wiped if you don't specify themTest_User1-2/+2
2024-06-18`get` help message, fix inspircd v3 pongTest_User2-3/+3
2024-06-18Fix missing references to mutex functions if the compiler didn't inline themTest_User1-0/+5
2024-06-18Optional futex support, increased spam limitTest_User10-51/+193
2024-06-17allow/deny noticesTest_User1-3/+35
2024-06-17Deoper supportTest_User9-43/+215
2024-06-17Spelling part 2Test_User2-56/+56
2024-06-17Spelling fixesTest_User9-203/+203
2024-06-17This shouldn't be hereTest_User1-1/+1
2024-06-17Fix missing spaceTest_User1-2/+2
2024-06-17InspIRCd v3 support progress, still not really usableTest_User9-212/+782