aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver
AgeCommit message (Expand)Author
2014-11-10Core: Nuke authserverDDuarte
2014-11-06Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structureShauren
2014-10-12Core/Authserver: Removed battle.net authresult enum from authserverShauren
2014-10-11Core/Battle.net: Implemented updating realm list after initial loginShauren
2014-10-10Removed a file that somehow came back - I blame magic.Shauren
2014-10-10Core/Config: Removed bnet port from authserver and authserver port from bnet ...Shauren
2014-10-10Core/Auth: Moved battle.net handling to separate projectShauren
2014-10-10Core: Fix non pch buildVincent-Michael
2014-10-05Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
2014-10-05Authserver/Battle.net: Fixed a typoSubv
2014-10-05Authserver/BattleNet: Added some initial work in the Friends (3) and Presence...Subv
2014-10-05Core/Authserver: Added battle.net chat channel opcode definitionsShauren
2014-10-05Core/Authserver: Added battle.net profile channel opcode definitionsShauren
2014-10-05Core/Authserver: Refactored handling battle.net client packetsShauren
2014-10-05Core/Authserver: Added battle.net cache channel opcode definitionsShauren
2014-10-05Core/Authserver: Added battle.net achievement channel opcode definitionsShauren
2014-10-05Core/Authserver: Added battle.net support channel opcode definitionsShauren
2014-10-05Core/Authserver: Added battle.net presence channel opcode definitionsShauren
2014-10-05Core/Authserver: Added friend related battle.net opcode definitionsShauren
2014-10-04Core/AuthserverShauren
2014-09-21Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-12Core/NetworkIO: Applied 4.3.4 changes to "new" network codeShauren
2014-09-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-10Core/Authserver: Added missing auth socket managerShauren
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
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/Battle.net: Made battle.net port configurableShauren
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
2014-08-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
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-10Core/Authserver: Fixed writing to invalid memory addressShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-08Core/Misc: Fix static analysis issuesjackpoz
2014-08-05Auth/Main: Fix crashes on shutdownDDuarte
2014-08-05Auth/Networking: Use non-throw resolves in realmlist updatesDDuarte
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/Authserver: Fixed invalid memory access when AsByteArray returns less by...Shauren
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
2014-07-29Fixed gcc compile with pchShauren
2014-07-28Attempt to fix centos compileShauren
2014-07-27Core/Network: Use base Socket class for battle.netShauren
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-27Fixed gcc buildShauren