aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-06-26Core/CrashHandler: Make crashhandler tread-safejackpoz
2015-06-21Core/Utilities: TaskScheduler: add a task validator and on update success cal...Naios
2015-06-21Core/Updater: Fix a wrong formatter introduced in 0d095109eec31Naios
2015-06-21Core/Threading: Fixed possible data races after making auth queries async by ...Shauren
2015-06-20Core/Updater: Add some info about the count of applied updates.Naios
2015-06-20Core/DBLayer: Sprinkle some async magic on worldserver auth/session load processShauren
2015-06-13Core/Misc: Warning fixesShauren
2015-06-12Core/DBLayer: Correct Battle.net CheckPasswordDJScias
2015-06-03Core/Shared: Hide the internal shared_ptr of the TaskContextNaios
2015-06-01Core/CrashHandler: Log STACK_OVERFLOW crashesjackpoz
2015-05-31Shared/Util: Introduce a task scheduler which schedules task with c++11 techn...Naios
2015-05-30Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
2015-05-30Core/DBLayer: proper 6x account unbanDJScias
2015-05-28Core/Updater: Fix issues when connecting through unix sockets.glkrlos
2015-05-27Remove unnecessary semicolonsDaniel M. Weeks
2015-05-22Core/Garrisons: Implemented follower class/spec abilities and saving them to ...Shauren
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-05-17Core/Garrisons: Initial work on garrison followersShauren
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-27Core/Misc: Use boost::in_place() to initialize optionals.Naios
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and flag9...Shauren
2015-04-26Core/Misc: Replace tc's optional with boost::optional.Naios
2015-04-24Core/Log: Fix newlines when using dynamic log namesNaios
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-21Core/Player: Added character templatesCarbenium
2015-04-20Removed unused includeShauren
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-04-18Core/PacketIO: Updated and enabled more battleground packetsShauren
2015-04-15Add missing newlineDaniel M. Weeks
2015-04-15Remove unnecessary semicolonsDaniel M. Weeks
2015-04-15Fix documentationDaniel M. Weeks
2015-04-15Prevent collisions in GCC attribute definitionsDaniel M. Weeks
2015-04-14Core/Quests: Added research results about last field in QuestPackageItem.db2Shauren
2015-04-13Core/Quests: fixed quest rewardingRat
2015-04-12Core/Battle.net: Ensure email is always uppercaseShauren
2015-04-11Core/Battle.net: Query optimizations part2 - made all queries asynchronousShauren
2015-04-11Core/Battle.net: Query optimizations part1 - reduced the amount of queries du...Shauren
2015-04-11Core/Bnet: Fixed crash on shutdown happening when there were still players co...Shauren
2015-04-10Core/Misc:Vincent-Michael
2015-04-08Core: Whitespace cleanupVincent-Michael
2015-04-06Core/Database: removed old questItem fieldsRat
2015-04-05Core/Player: Implement CharSections.dbc and serverside checksCarbenium
2015-04-05Core/DBUpdater: Remove some constructors accidently merged in 455eee9392acNaios
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
2015-04-04Misc: Fixed license header formattingShauren
2015-04-02Rename variables to fix C++11 keyword collisionDaniel M. Weeks