DarkflameServer/dNet
Aaron Kimbrell 99e7349f6c
feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545)
* feat: showall, findplayer, get/openhttpmoninfo

http monitor info is planned to be used later, just putting in info that i've since reverse engineered and don't want lost

Additionally add debug world packet for duture dev use

Tested all new commands and variation of command arguments

* fix missing newline at eofs

* address most feedback

* Compormise and use struct with (de)serialize

* remove httpmoninfo commands
2024-04-17 21:47:28 -05:00
..
AuthPackets.cpp chore: Less verbose name for enum underlying type casts (#1494) 2024-03-06 23:45:04 -06:00
AuthPackets.h chore: Change AuthServer to use BitStream references (#1475) 2024-02-26 08:06:02 -06:00
BitStreamUtils.h chore: default size to 33 on LU(W)Strings since that's the most common lenght (#1410) 2024-01-12 14:23:44 -06: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 fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -06:00
dServer.h chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -06:00
MasterPackets.cpp chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -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 (#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
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 chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00
ZoneInstanceManager.h chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00