DarkflameServer/dChatServer
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
..
ChatIgnoreList.cpp chore: remove chat_internal and processes everything over chat connection (#1508) 2024-03-31 22:27:50 -05:00
ChatIgnoreList.h fix up enum names 2023-11-18 20:21:13 -08:00
ChatPacketHandler.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ChatPacketHandler.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
ChatServer.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
CMakeLists.txt fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06:00
PlayerContainer.cpp feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00
PlayerContainer.h feat: slashcommands for showall, findplayer, get/openhttpmoninfo, and debug world packet (#1545) 2024-04-17 21:47:28 -05:00