aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Warden
AgeCommit message (Expand)Author
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
2015-01-01Update copyright note for 2015Vincent-Michael
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-08-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-25Core/Shared: Change rand32 to return uin32 instead of int32DDuarte
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-08Merge branch 'battle.net' into 4.3.4Shauren
2014-06-03Core/Crypto: Refactored HmacHash to make it easier to use with different hash...Shauren
2014-05-18Core/Warden: Fix crashjackpoz
2014-04-30Core/Auth: Battle.net stuffShauren
2014-02-08Core/Warden: Fix crashDehravor
2014-01-12Core/Movement: Add LOS check for fleeingmovement target point.zengwf
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-01-30Core/Misc: Some changes to minimize differences with 4.3.4 branchSpp
2013-01-30Core/Misc: Remove some calls to const_castSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-04Core/Misc: Fix a couple of warnings, some of them performance relatedNay
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-15Core/Warden: Remove warningSpp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step II)Spp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-08-21Core/Logging: Fix incorrect error level for some warden messagesSpp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-13Core/Warden: Workaround for an OpenSSL bug in the ARC4 stream cipher initiali...leak
2012-06-30Core: Minor code style correctionsShauren
2012-06-21Core/Misc: Code-style + some const methods.Chaplain