aboutsummaryrefslogtreecommitdiff
path: root/server_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/+12
|
* Toggleable IPv4 supportTest_User2024-07-241-1/+7
|
* sockaddr is verysane™Test_User2024-07-241-5/+16
|
* YayTest_User2024-07-241-0/+2
|
* Using the proper defines is importantTest_User2024-07-241-2/+2
|
* Fix some bugsTest_User2024-07-241-2/+2
|
* Possibly broken incoming IPv6 supportTest_User2024-07-241-29/+41
|
* Fix cross-protocol netsplit propagationsTest_User2024-07-241-0/+2
|
* File descriptionsTest_User2024-07-221-1/+1
|
* Some improvements and openssl send bufferingTest_User2024-06-191-0/+16
|
* Network relocations, and in-progress buffered networking codeTest_User2024-06-181-2/+12
|
* Start of InspIRCd v3 supportTest_User2024-06-151-24/+17
|
* Improvements and the start of reloadable modulesTest_User2024-06-151-22/+11
|
* Some fixesTest_User2024-06-151-1/+3
|
* PsuedoclientsTest_User2024-06-141-0/+5
|
* One-hop latency tracking, make TLS certs optional if no incoming connections ↵Test_User2024-06-131-4/+8
| | | | are to be done
* nick and kill supportTest_User2024-06-131-2/+2
|
* str_clone finally, as well as some other stuffTest_User2024-06-121-12/+5
|
* Mostly complete user tracking addedTest_User2024-06-101-22/+20
|
* More complete server tracking and communication readyTest_User2024-06-101-4/+40
|
* Basic server tracking addedTest_User2024-06-101-0/+98
|
* Incoming connection support for InspIRCd v2Test_User2024-06-101-5/+13
|
* In-progress mesh haxserv; still has a lot to write up before it's usableTest_User2024-06-091-0/+162