aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only syscall to wake if there's one to be wokenTest_User2024-06-201-5/+7
* partial lockless send for buffered plaintextTest_User2024-06-201-9/+48
* Reorder plaintext buffered send codeTest_User2024-06-201-10/+8
* Fix some missing returnsTest_User2024-06-192-2/+4
* Mark futexes as private since it's all same-process, fix timeout on plaintext...Test_User2024-06-193-3/+21
* More logging, CI fixTest_User2024-06-192-1/+18
* Probably improve CI efficiencyTest_User2024-06-191-1/+1
* Fix some locking bugsTest_User2024-06-192-3/+8
* Don't send more than half the buffer at a timeTest_User2024-06-193-18/+4
* Some improvements and openssl send bufferingTest_User2024-06-1912-31/+1347
* pthread option for buffered sendingTest_User2024-06-181-2/+72
* More futexes, so it actually works decently now... still no pthread mutex sup...Test_User2024-06-181-6/+25
* Some fixesTest_User2024-06-183-20/+59
* Network relocations, and in-progress buffered networking codeTest_User2024-06-1814-35/+443
* Another round of CI fixingTest_User2024-06-184-1/+13
* Fix missing includeTest_User2024-06-181-0/+1
* More CI fixesTest_User2024-06-183-3/+3
* Fix CI stuffTest_User2024-06-184-4/+4
* Well, git isn't nice it seemsTest_User2024-06-182-0/+2
* InspIRCd v3 FJOIN, improved tag trimming, improved makefileTest_User2024-06-184-7/+116
* Add initial .woodpecker.yamlRunxi Yu2024-06-184-0/+37
* Fix CFLAGS additions getting wiped if you don't specify themTest_User2024-06-181-2/+2
* `get` help message, fix inspircd v3 pongTest_User2024-06-182-3/+3
* Fix missing references to mutex functions if the compiler didn't inline themTest_User2024-06-181-0/+5
* Optional futex support, increased spam limitTest_User2024-06-1810-51/+193
* allow/deny noticesTest_User2024-06-171-3/+35
* Deoper supportTest_User2024-06-179-43/+215
* Spelling part 2Test_User2024-06-172-56/+56
* Spelling fixesTest_User2024-06-179-203/+203
* This shouldn't be hereTest_User2024-06-171-1/+1
* Fix missing spaceTest_User2024-06-171-2/+2
* InspIRCd v3 support progress, still not really usableTest_User2024-06-179-212/+782
* README.md, mostly from runxiyuTest_User2024-06-161-0/+47
* haxserv -> HaxIRCdTest_User2024-06-162-7/+7
* Add a simple LICENSE text file, in addition to .c/.hRunxi Yu2024-06-161-0/+25
* Start of InspIRCd v3 supportTest_User2024-06-1512-113/+1974
* Expand command listTest_User2024-06-156-14/+356
* Improvements and the start of reloadable modulesTest_User2024-06-1517-323/+424
* spam commandTest_User2024-06-152-7/+113
* kill, and alignmentTest_User2024-06-152-7/+48
* More stuffTest_User2024-06-154-0/+58
* Fixes and command improvementsTest_User2024-06-153-20/+17
* Commands and stuffTest_User2024-06-1511-11/+156
* Some fixesTest_User2024-06-153-7/+29
* KICK support, more HaxServ stuffTest_User2024-06-148-4/+61
* Case differences for helpTest_User2024-06-142-7/+14
* HaxServ commandsTest_User2024-06-143-1/+135
* PsuedoclientsTest_User2024-06-1416-46/+517
* PRIVMSG/NOTICE support, improve kill_userTest_User2024-06-146-10/+271
* Improve propagation codeTest_User2024-06-142-164/+132