aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server
AgeCommit message (Expand)Author
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 boostSubv
2014-06-13Core/Misc:Ascathor
2014-05-31Replaced ACE_INET_Addr with boost::asio::ip::addressleak
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-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
2013-11-16Core/Auth: Fix Auth failing sometimesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-05Core/Auth: Mitigate DoS attacks to authserverjackpoz
2013-09-02Auth/Misc: Code cleanup.Chaplain
2013-08-25Core/Auth: Implement time-based token for user login as described in RFC 6238.raczman
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
2013-07-15Core/Config: Refactored ConfigMgrShauren
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-04-22[Ip2nationLock] Implement the ip2nation lock country.Bezo
2013-02-11Core/RealmSocket: Remove a not required #ifndef MSG_NOSIGNAL / #define MSG_NO...Nay
2013-02-11Core/Sockets: Always try to send MSG_NOSIGNAL in peer().send()Nay
2013-02-08Core/Auth: Reverted part of fb43a92cc2aaffab42efebf025b6a12c01af8fde - sessio...Shauren
2013-01-27Core/Authserver: Added possibility to allow realm connections both from "worl...Shauren
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-08Core/Authsocket: Correct field types for an account_banned related queryNay
2012-08-30Core: Fix many "errors"/warnings and coding style (2)Nay
2012-08-30Core: Fix many "errors"/warnings and coding style (1)Nay
2012-08-28Core/Authserver: Improved realmlist for multiple realms with different versio...Shauren
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-26Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and db...kaelima
2012-02-19Core/Warden: Base implementation for Warden functionalityleak
2012-02-16Fix a lot of warningsSpp
2012-02-09Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS andSubv2112
2012-01-24Core/AuthServer: Streamlined authserver log messages (added client port for e...leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Core/DBLayer: Refactor prepared statement defines Note:leak