aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2014-08-24Corrected initialization value in previous commitShauren
2014-08-24Core/NetworkIO: Fixed uninitialized fields in ByteBuffer for received packetsShauren
2014-08-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-22Core/Battle.net: Use real account name from account table to auth instead of ...Shauren
2014-08-21Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
2014-08-17Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-08-16Core/DBLayer: Fixed an incredibly rare memory leak happening when player star...Shauren
2014-08-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-15Core/Socket: Added helpers to retrieve the size of currently ready dataShauren
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed Th...Shauren
2014-08-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is already...Shauren
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-11Kill potentially uninitialized variable warningleak
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
2014-08-10Core: Fix non pch buildVincent-Michael
2014-08-10Core/NetworkIO: Prevent double closing the same socketShauren
2014-08-10Core/Misc: Removed ACE leftoversShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-10Core: Fix build for Intel Composer XEVincent-Michael
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-08Core/NetworkIO: Handle exceptions thrown from socket constructor when retriev...Shauren
2014-08-07Revert "Core: Fix build for vs2014"Vincent-Michael
2014-08-07Core: Fix build for vs2014Vincent-Michael
2014-08-07Core/Socket: Fix typo in constructorDuarte Duarte
2014-08-07Core: Kill AGAIN whitespace :(Vincent-Michael
2014-08-07Core: Fix non pch buildVincent-Michael
2014-08-06Prevent reading address information from potentially closed socketleak
2014-08-06Core/Misc: Fixed textlike/hexlike methods of ByteBuffer to print properlyShauren
2014-08-05Core: Fix build for shit OSVincent-Michael
2014-08-02Core/Shared: Fix world and auth crash on shutdown (PCQ & DbWorker)DDuarte
2014-07-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
2014-07-29Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-29Update Socket.hShauren
2014-07-29Core/Socket: Fixed expected template evaluated type for AsyncWrite if PacketT...Shauren
2014-07-28Core/Networking: Attempt to fix some exceptionsDDuarte
2014-07-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-27Fixed a rare crash case when authserver socket was forcefully closed during readleak
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ...Shauren
2014-07-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-26Added comments to 6961f957c9d03bff634f0b75466458564845722e to make sure noone...Shauren