aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server
AgeCommit message (Expand)Author
2014-07-19Part 3: Merge branch 'master' of https://github.com/TrinityCore/TrinityCore i...Shauren
2014-07-19Part 1: Merge branch 'master' into 4.3.4Shauren
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-10Fixed a GCC internal error when compiling AsyncAcceptorSubv
2014-07-07Fixed the authserver not accepting clients.Subv
2014-07-06Removed some unneeded boost dependencies.Subv
2014-07-04Fixed compilation and some copy paste errorleak
2014-07-02Cleaned up the authserver includes a bit.Subv
2014-07-02Backported AsyncAcceptor generalization to authserverleak
2014-07-02Some ground work for ASIO based RemoteAccess handlingleak
2014-06-24Compile fix for recently added coding accessing socket informationleak
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-21Core/Battle.net: Defined more communication channelsShauren
2014-06-13Core/Misc:Ascathor
2014-06-11Core/Battle.net: Sorted out includes in BattlenetBitStream.hShauren
2014-06-11Core/Battle.net: Added missing include and fixed a warningShauren
2014-06-11Build fixShauren
2014-06-08Core/Commands: Added a set of commands to manage battle.net accountsShauren
2014-06-08Core/Battle.net: Additional checksShauren
2014-06-08Core/Battle.net: Refactored handling multiple game accountsShauren
2014-06-03Core/Battle.net: Removed sending "b", it's supposed to stay secretShauren
2014-06-03Core/Crypto: Refactored HmacHash to make it easier to use with different hash...Shauren
2014-06-01Core/Authserver: Added game account flagsShauren
2014-06-01Core/Battle.net: Implemented reconnectsShauren
2014-06-01Core/Authserver: Refactoring - moved GetAddressForClient to Realm structure, ...Shauren
2014-06-01Core/Battle.net: Refactored ModuleInfo creationShauren
2014-06-01Core/Battle.net: Fixed size check in bit streamShauren
2014-05-31Replaced ACE_INET_Addr with boost::asio::ip::addressleak
2014-05-31Core/Battle.net: Prevent joining invalid/offline realmsShauren
2014-05-31Ditched ACE_Singleton in favor of C++11 like Singletonleak
2014-05-31Restore PCH builds and make GCC happyleak
2014-05-30Damn you VS default settings..leak
2014-05-30Replace authserver ACE related code with Boost/C++11leak
2014-05-13Core/Battle.net: Use prepared statements in Battlenet::SocketShauren
2014-05-11Core/Battle.net: Fixed RealmJoinResult structure for 4.3.4Shauren
2014-05-10Core/Battle.net: Downgrade packet structures to 4.3.4Shauren
2014-05-07Core/Battle.net: Send account flags in auth completeShauren
2014-05-06Core/Battle.net: Implemented authserverShauren
2014-05-04Core/Battle.net: Fixed encryptionShauren
2014-05-04Core/Battle.netShauren
2014-05-02Core/Battle.net: Refactored FCC writingShauren
2014-05-02Core/Battle.netShauren
2014-04-30Verify received componentsShauren
2014-04-30Core/Auth: Battle.net stuffShauren
2014-01-30Fix warnings introduced on littleendian in 2134cb610d45727a0623741f7416a36088...QAston
2014-01-26Fix incorrect debug log in authserverQAston
2014-01-26Remove unneeded bigendian checks (they're already part of EndianConvert).QAston
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-22Core/Auth: Fix expiring account bansjackpoz