aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver
AgeCommit message (Expand)Author
2014-07-07Fixed the authserver not accepting clients.Subv
2014-07-06Removed some unneeded boost dependencies.Subv
2014-07-06Change the freeze detector thread to be a periodic callback running on the th...leak
2014-07-04Refactored both world and auth mainleak
2014-07-04Fixed compilation and some copy paste errorleak
2014-07-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
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-07-02Delinking ACE from Shared and authserverleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-28Auth/Misc: Move OpenSSL version log from Warning to Informationjackpoz
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-06-07Core/Misc: Kill Whitespace ...Vincent-Michael
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
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-05-15Fix various warnings. The core, the scripts and the tools now compile without...Praetonus
2014-05-13Replace ACE signal handling with Boostleak
2014-05-12Add support for Boost 1.55leak
2014-05-03Core/Auth: Add support for build 13930 of chinaAokromes
2014-03-19Authserver: Fix typoGacko
2014-02-05Remove whitespaces from previous commitGacko
2014-02-05Authserver / Worldserver: Fix warnings about unused variablesGacko
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-28Core/Misc: Fix warningsjackpoz
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-11-08Core/Logs: Create default set of loggers and Appender if the config is wrong.Spp
2013-11-07Core/Logging: Extend logging system to allow inheritance of loggersSpp
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-03Core/Misc: Fixed some more issues found by static code analysis tools.Sebastian Valle
2013-09-02Auth/Misc: Code cleanup.Chaplain
2013-08-25Core&Tools: Fix warnings and non-pch buildNay
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-30Config: Change ProcessPriority default to 0 (Normal)Nay
2013-07-29Misc: Fix warnings and buildNay