aboutsummaryrefslogtreecommitdiff
path: root/protocols/inspircd2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hax@andrewyu.org -> hax@runxiyu.orgHEADmasterTest_User5 days1-1/+1
|
* Convert to non-UB haxtable stuffTest_User2024-09-051-128/+166
|
* Separate haxstring/table from hereTest_User2024-09-041-2/+3
|
* Fix a typoTest_User2024-08-311-1/+1
|
* Fix RSQUIT behaviorTest_User2024-08-311-2/+6
|
* Fix cross-protocol netsplit propagationsTest_User2024-07-241-4/+18
|
* InspIRCd v3 supportTest_User2024-07-231-0/+15
|
* File descriptionsTest_User2024-07-221-1/+1
|
* Partial nickname enforcement implementedTest_User2024-07-181-11/+31
|
* More services stuffTest_User2024-06-241-0/+40
|
* The start of some services, inspircd3 support extra broken for nowTest_User2024-06-241-0/+45
|
* More logging, CI fixTest_User2024-06-191-0/+17
|
* Don't send more than half the buffer at a timeTest_User2024-06-191-18/+0
|
* Some improvements and openssl send bufferingTest_User2024-06-191-4/+33
|
* Optional futex support, increased spam limitTest_User2024-06-181-7/+8
|
* Deoper supportTest_User2024-06-171-9/+154
|
* Spelling part 2Test_User2024-06-171-28/+28
|
* Fix missing spaceTest_User2024-06-171-2/+2
|
* InspIRCd v3 support progress, still not really usableTest_User2024-06-171-2/+75
|
* Start of InspIRCd v3 supportTest_User2024-06-151-1/+24
|
* Improvements and the start of reloadable modulesTest_User2024-06-151-151/+124
|
* More stuffTest_User2024-06-151-0/+8
|
* Commands and stuffTest_User2024-06-151-0/+37
|
* KICK support, more HaxServ stuffTest_User2024-06-141-1/+16
|
* PsuedoclientsTest_User2024-06-141-4/+20
|
* PRIVMSG/NOTICE support, improve kill_userTest_User2024-06-141-8/+166
|
* Improve propagation codeTest_User2024-06-141-160/+124
|
* Basic channel tracking addedTest_User2024-06-141-0/+222
|
* One-hop latency tracking, make TLS certs optional if no incoming connections ↵Test_User2024-06-131-0/+85
| | | | are to be done
* nick and kill supportTest_User2024-06-131-45/+132
|
* Add connection severing support and InspIRCd v2 RSQUIT support, ↵Test_User2024-06-121-0/+45
| | | | probably-temporarily break gnutls support
* str_clone finally, as well as some other stuffTest_User2024-06-121-21/+2
|
* Mostly complete user tracking addedTest_User2024-06-101-22/+327
|
* More complete server tracking and communication readyTest_User2024-06-101-11/+124
|
* Finish server tracking for InspIRCd v2Test_User2024-06-101-18/+32
|
* Basic server tracking addedTest_User2024-06-101-11/+98
|
* Incoming connection support for InspIRCd v2Test_User2024-06-101-7/+31
|
* Can now hold InspIRCd connections, though still doesn't do anything with ↵Test_User2024-06-101-19/+97
| | | | them yet
* In-progress mesh haxserv; still has a lot to write up before it's usableTest_User2024-06-091-0/+341