DarkflameServer/dNet
David Markowitz ec4ec2133b
fix: logging uninitialized memory ()
fixes an issue where the console would halt because we printed a control code which did such
2024-12-03 15:01:43 -06:00
..
AuthPackets.cpp fix: logging uninitialized memory () 2024-12-03 15:01:43 -06:00
AuthPackets.h chore: Change AuthServer to use BitStream references () 2024-02-26 08:06:02 -06:00
BitStreamUtils.h Fix g++ 14 () 2024-06-06 04:00:44 -05:00
ChatPackets.cpp consolidate the messagetype enums into a single namespace () 2024-11-17 18:39:44 -06:00
ChatPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet () 2024-04-17 21:47:28 -05:00
ClientPackets.cpp Remove deps from dNet () 2024-01-07 08:05:57 +01:00
ClientPackets.h Remove deps from dNet () 2024-01-07 08:05:57 +01:00
CMakeLists.txt fix: Dissolve more CMake dependencies () 2024-03-05 20:13:24 -06:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp consolidate the messagetype enums into a single namespace () 2024-11-17 18:39:44 -06:00
dServer.h feat: Add some save data tests () 2024-11-17 16:27:33 -08:00
MasterPackets.cpp consolidate the messagetype enums into a single namespace () 2024-11-17 18:39:44 -06:00
MasterPackets.h format codebase 2022-07-28 08:39:57 -05:00
PacketUtils.cpp chore: remove all raw packet reading from chat packet handler () 2024-01-14 01:03:01 -06:00
PacketUtils.h chore: remove all raw packet reading from chat packet handler () 2024-01-14 01:03:01 -06:00
WorldPackets.cpp consolidate the messagetype enums into a single namespace () 2024-11-17 18:39:44 -06:00
WorldPackets.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet () 2024-04-17 21:47:28 -05:00
ZoneInstanceManager.cpp chore: continue work on removing raw packet reading () 2024-01-07 02:02:27 -06:00
ZoneInstanceManager.h chore: continue work on removing raw packet reading () 2024-01-07 02:02:27 -06:00