aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2014-07-06Fixed login, we're in world guys!Subv
2014-07-06Fixed packet header decryption and zero size packet handlingleak
2014-07-06Corrected a mistake in the client packet sizeSubv
2014-07-05Fixed the crashesSubv
2014-07-05Fixed PCH build, some leaks and tidied the code up a bitSubv
2014-07-06Some groundwork for replacing the ACE based WorldSocket handlingleak
2014-07-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-07-02Fixed login and some errorsSubv
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-25Core/Skills: Check if a skill can be unlearned with SkillRaceClassInfo.dbc da...Shauren
2014-06-24Core/Databases: Removed ACE dependencies on some of the database handling code.Subv
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-13Core/Misc:Ascathor
2014-06-11Core/PacketIO: Fixed logic in DosProtection::EvaluateOpcodeShauren
2014-06-11Fixed typo, spotted by @GooyethShauren
2014-06-09Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-06-08Replaced mutex related code in Common.hleak
2014-06-07Core/Misc: Kill Whitespace ...Vincent-Michael
2014-06-07Core/Banks: Fix some bank exploitsjackpoz
2014-06-06Core/NetworkIO: Added latency info for opcodes overflow logMichael
2014-06-03Core/WorldSession: After sudden disconnects, session should persist for a minuteTrisjdc
2014-06-02Replaced LockedQueue ACE lock with std::mutexleak
2014-06-01Core/Misc: Code cleanupjackpoz
2014-06-01Core/QuestPOI: Mitigate possible DoS with CMSG_QUEST_POI_QUERYjackpoz
2014-05-29CoreCore/NetworkIO: Fix disconnect when canceling character creationjackpoz
2014-05-29Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-05-27Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-05-26Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-05-25Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-05-25Core/NetworkIO: Adjust packet throttling valuesjackpoz
2014-05-24Core/NetworkIO: Improve packet spam solutionjackpoz
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-24Core/Movement: Fixed an exploit allowing players to crash the server by using...Shauren
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-02-06Core/Entities: allow interaction with gameobject questgivers if player can ta...joschiwald
2014-01-19Core/Misc: Fix crashDehravor
2014-01-19Merge pull request #11299 from Carbenium/MailboxCmdDiscover-
2014-01-10Core/Battlefield: some codestyle changesjoschiwald
2014-01-05Core/Threading: Handle CMSG_ZONEUPDATE only in WorldSession update - changing...Shauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Quests: Fixed icon shown above questgivers with daily quests that have a...Shauren
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-12-12Renamed methodd-sat
2013-12-06Add mailbox commandCarbenium
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-04Core/Threads: Include Helgrind suppressions filejackpoz
2013-11-03Core/Network: Fix race condition in WorldSession timeoutjackpoz
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush