aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Warden
AgeCommit message (Expand)Author
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-03-06Core/Warden: Send Lua checks only when ingame (#25977)Giacomo Pozzoni
2022-03-06Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2022-03-05Core/Warden: Max packet size 500 -> 450Treeston
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-06Core/Warden: Attempt to fix random ingame Lua errors with Warden enabledGiacomo Pozzoni
2022-02-04Core/Warden: Ensure Warden packets do not exceed 512 bytes. This should recti...Treeston
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2022-02-04Core/Warden: Add Lua checks to Warden (PR #25286)Treeston
2022-02-04Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. ...Treeston
2022-02-04Core/Warden: More refactors lifted from #25286.Treeston
2022-02-04Core/Warden: Some Warden refactors lifted from #25286.Treeston
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2022-02-02Core/Warden: Add .debug warden force, allowing you to force specific warden c...Treeston
2022-01-26Core/Warden: Fix for LUA_STR_CHECK (#25247)scizzydo
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Warden: Fix Warden reporting false positive checksjackpoz
2022-01-26Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2022-01-24Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2022-01-01Core/Log: Log all character kicks to "network.kick" categoryjackpoz
2021-12-22Core/Server: correct timestamp format for shutdown/restart notification broad...ForesterDev
2021-01-21Core/Logs: Add load time to some logs like every other load logAokromes
2020-09-19Core/PacketIO: Renamed a bunch of opcodes based on more research (only those ...Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-08-03Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-04-03Core/Entities: Fixed saving spawn difficulties to db for .npc add and .gob ad...Shauren
2020-01-02New YearAokromes
2019-08-17Ensure that all actions are compared to fixed point in time (ie. world update...xinef1
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-05-18Core/Game: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-20Core/Game: Fix no PCH buildNaios
2016-03-19Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template classShauren
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-02-03Core/PacketIO: Updated CMSG_WARDEN_DATACarbenium
2016-01-01Update copyright note for 2016Vincent-Michael
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-04Cleanup some whitespacesArmano
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren