aboutsummaryrefslogtreecommitdiff
path: root/general_network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* networking: #include <netinet/in.h>Runxi Yu2024-07-271-0/+1
| | | | | IPPROTO_TCP, etc. seem to be defined in netinet/in.h on non-Linux systems, including OpenBSD.
* Makefile and some option changes, and some fixesTest_User2024-07-251-12/+13
|
* Toggleable IPv4 supportTest_User2024-07-241-1/+5
|
* Probable outgoing IPv6 supportTest_User2024-07-241-3/+20
|
* File descriptionsTest_User2024-07-221-1/+1
|
* Partial nickname enforcement implementedTest_User2024-07-181-16/+32
|
* Yay basic NickServ actually functions nowTest_User2024-06-241-0/+8
|
* More services stuffTest_User2024-06-241-17/+29
|
* The start of some services, inspircd3 support extra broken for nowTest_User2024-06-241-16/+49
|
* Misc stuffTest_User2024-06-231-0/+3
|
* Some improvements and openssl send bufferingTest_User2024-06-191-10/+38
|
* Network relocations, and in-progress buffered networking codeTest_User2024-06-181-3/+16
|
* Deoper supportTest_User2024-06-171-3/+17
|
* Spelling fixesTest_User2024-06-171-31/+31
|
* InspIRCd v3 support progress, still not really usableTest_User2024-06-171-8/+41
|
* Start of InspIRCd v3 supportTest_User2024-06-151-66/+15
|
* Expand command listTest_User2024-06-151-1/+1
|
* Improvements and the start of reloadable modulesTest_User2024-06-151-0/+29
|
* Commands and stuffTest_User2024-06-151-1/+27
|
* Some fixesTest_User2024-06-151-3/+26
|
* KICK support, more HaxServ stuffTest_User2024-06-141-0/+9
|
* PsuedoclientsTest_User2024-06-141-7/+67
|
* PRIVMSG/NOTICE support, improve kill_userTest_User2024-06-141-1/+87
|
* Basic channel tracking addedTest_User2024-06-141-2/+154
|
* One-hop latency tracking, make TLS certs optional if no incoming connections ↵Test_User2024-06-131-0/+3
| | | | are to be done
* nick and kill supportTest_User2024-06-131-0/+41
|
* Add connection severing support and InspIRCd v2 RSQUIT support, ↵Test_User2024-06-121-0/+3
| | | | probably-temporarily break gnutls support
* str_clone finally, as well as some other stuffTest_User2024-06-121-70/+47
|
* Mostly complete user tracking addedTest_User2024-06-101-1/+199
|
* Basic server tracking addedTest_User2024-06-101-0/+4
|
* In-progress mesh haxserv; still has a lot to write up before it's usableTest_User2024-06-091-0/+138