DarkflameServer/dChatServer
Aaron Kimbrell b68823b4cb
fix: properly check friend list limits (#1300)
* fix: properly check friend list limits
added a config for friend list limit for the brave that want to mod the client to sanely go over 50
moved the best friend limit config to chatconfig.ini where it should be
cleanup loading these configs options a bit

Tested that the BFF limit works and that the new friend limit works as well

* fix typo

* fix member variable naming
2023-11-17 18:44:48 -06:00
..
ChatPacketHandler.cpp fix: properly check friend list limits (#1300) 2023-11-17 18:44:48 -06:00
ChatPacketHandler.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
ChatServer.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
CMakeLists.txt Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
PlayerContainer.cpp fix: properly check friend list limits (#1300) 2023-11-17 18:44:48 -06:00
PlayerContainer.h fix: properly check friend list limits (#1300) 2023-11-17 18:44:48 -06:00