aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server
AgeCommit message (Expand)Author
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
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-07-29Core/Authserver: Fixed invalid memory access when AsByteArray returns less by...Shauren
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-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-25Core/Network: Fix buildDDuarte
2014-07-25Core/Network: Fix some possible exceptions on socket.close()DDuarte
2014-07-22Core/Authserver: Fixed changing realmsShauren
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
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 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