DarkflameServer/dNet
wincent 4004534732 Initial work on TCP transport layer:
* Optionally compiled additional TCP transport layer.
* Config to enable it.
* Tested and functional with lcdr's tcpudp dll, udp being disabled in the dll due to port issues.
* Removed unused RakNet replica manager and id manager. We've got our own replica manager since pre-open-source.
* Utilizes async boost behavior.

Todo:
* Figure out how to do ping calculations.
* Fix crashes on universe shutdown.
* Test TLS on a VPS.
* Remove unnecessary logging.
* Test with lots of clients.
* Finish "master" to "manager" naming refactor.
2024-10-13 22:42:59 +02:00
..
AuthPackets.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
AuthPackets.h chore: Change AuthServer to use BitStream references (#1475) 2024-02-26 08:06:02 -06:00
BitStreamUtils.h Fix g++ 14 (#1610) 2024-06-06 04:00:44 -05:00
ChatPackets.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ChatPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ClientPackets.cpp Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
ClientPackets.h Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
CMakeLists.txt Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
dServer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
MasterPackets.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
MasterPackets.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
PacketUtils.cpp chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
PacketUtils.h chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
RakNetPeer.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
RakNetPeer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
RakNetTransportLayer.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
RakNetTransportLayer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpPeer.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpPeer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpSession.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpSession.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpTransportLayer.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TcpTransportLayer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TransportLayer.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
TransportPeerInterface.h Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
WorldPackets.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
WorldPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ZoneInstanceManager.cpp Initial work on TCP transport layer: 2024-10-13 22:42:59 +02:00
ZoneInstanceManager.h chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00