aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2014-08-22Core/Battle.net: Use real account name from account table to auth instead of ...Shauren
2014-08-22Core/NetworkIO: Removed MSG_VERIFY_CONNECTIVITY as an opcodeShauren
2014-08-22Compile fixShauren
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-19Core/NetworkIO: Restored opcode and size checks lost during ace->boost change...Shauren
2014-08-16Core/Socket: Fixed merge mistake causing players to always be kicked after so...Shauren
2014-08-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
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-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-09Core/WorldSession: Fix socket not being closed on clean logoutjackpoz
2014-08-04Core/NetworkIO: Adjust more packet throttling valuesjackpoz
2014-08-02Core/Server: Add mutex lock to PacketLogDDuarte
2014-08-01Core/Trade: Replaced SendNotification hacks with proper trade packetsShauren
2014-07-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-30Core/PacketLog: Save session ip and port information in saved packetsDDuarte
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-28Core/Network: Fixed packets being properly received only by the first player ...Shauren
2014-07-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
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-27Core/Server: Fix typoVincent-Michael
2014-07-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-25Core/Network: Fix buildDDuarte
2014-07-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-25Core/Network: Fix some possible exceptions on socket.close()DDuarte
2014-07-25Core/Shared: Change rand32 to return uin32 instead of int32DDuarte
2014-07-24Merge branch 'master' into 4.3.4DDuarte
2014-07-24Core/NetworkIO: Fixed boost::asio::async_write usage - packets will now be se...Shauren
2014-07-22Core: Fix compile and a warning in spell_paladinDDuarte
2014-07-21Core/NetworkIO: Restored world packet compressionShauren
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Replaced try/catch by non-throwing socket.close()leak
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Core: Fix non pch build (gcc)Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-19Fix terminate() being called on kicking a player (closing sockets twice is bad)leak
2014-07-19Part 2: Merge branch 'master' of https://github.com/TrinityCore/TrinityCore i...Shauren
2014-07-19Part 1: Merge branch 'master' into 4.3.4Shauren
2014-07-19Core/Logging: Changed format of packet log file from .bin to .pkt and restore...Shauren
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-13Fixed some compiler warningsSubv