EverWrath/src/server/game/Server
M'Dic 8b9541873a
feat(Core/ChatHandler/Conf): Flood Control Addon Messages (#12603)
* feat(Core/ChatHandler): Flood Control Addon Messages

Original Closed PR by @Kitzunu
https://github.com/azerothcore/azerothcore-wotlk/pull/11675

Cherrypicked TC:
cherry-pick commit (TrinityCore/TrinityCore@5384fc1)
cherry-pick commit (stoneharry/TrinityCore@a0629fc)

Co-Authored-By: stoneharry 3818405+stoneharry@users.noreply.github.com
Co-Authored-By: Shauren shauren.trinity@gmail.com
Co-Authored-By: stoneharry <3818405+stoneharry@users.noreply.github.com>
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* update: (pr): Review Response

* update: (core): Chathandler

No reason why this case should even exist. Previous or current.  This cast is under two sided interations which will always lead to you being in a group of some sorts. there is literally zero sense having a above or equal to level 80 if statement here.

* update (cleanup): Code Style

suggestion per @Nefertumm

Co-Authored-By: Angelo Venturini <nefertum.dev@protonmail.com>

Co-authored-by: stoneharry <3818405+stoneharry@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com>
2022-08-17 10:37:34 -04:00
..
Packets feat(Core/Packets): SMSG_WORLD_STATE_UI_TIMER_UPDATE (#11047) 2022-03-27 01:31:21 -03:00
Protocol feat(Core/Packet): CMSG_SET_SHEATHED 2022-03-11 18:12:21 +01:00
Packet.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Packet.h refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
WorldPacket.h refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
WorldSession.cpp feat(Core/ChatHandler/Conf): Flood Control Addon Messages (#12603) 2022-08-17 10:37:34 -04:00
WorldSession.h feat(Core/ChatHandler/Conf): Flood Control Addon Messages (#12603) 2022-08-17 10:37:34 -04:00
WorldSocket.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
WorldSocket.h refactor(Core/Misc): headers cleanup (#9259) 2021-11-22 17:24:39 +07:00
WorldSocketMgr.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
WorldSocketMgr.h feat(Core/Socket): make world OnSocketAccept like auth (#8946) 2021-11-04 18:42:34 +01:00