aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server
AgeCommit message (Expand)Author
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018tkrokli
2017-11-11Core/Misc: Fix static analysis issuesjackpoz
2017-07-21Core/Auth: Fixed client getting stuck on login or realm changeShauren
2017-07-12Core/Auth: Prevent queueing more than one realmlist query at the same timeShauren
2017-06-19Core: ported headers cleanup from master branchariel-
2017-03-15Core/Auth: Per SRP6a protocol, terminate connection of A % N == 0. This reso...Shauren
2017-01-29Build Fix (#19004)Gildor
2017-01-26Core/Auth: Use QueryCallbackProcessor insted boost::optional. Fixes build for...Tonghost
2017-01-25Core/DBLayer: Convert async queries to new query callbacks and remove old cal...Shauren
2017-01-02Update Copyright notice for 2017tkrokli
2016-11-10Core/Auth: Resolved authentication bypassChaosvex
2016-09-25Core/Auth: removed unneeded sub queryjoschiwald
2016-09-24Core/Auth: fixed logic in FailedLogins checkjoschiwald
2016-08-11Core/Logs: Fine tune more logsAokromes
2016-08-03Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-04-23Core/Authserver: removed obsolete codejoschiwald
2016-04-09Core/Misc: Moved RealmList to sharedShauren
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-12Core/Auth: Fixed login for accounts with accented charactersShauren
2016-03-06Core/Authserver: Partial port of 56cf7ff2a8f1e0a710544ec6300a21cfa44c0f73DDuarte
2016-03-06Core: Backport 6.x realm changesDDuarte
2016-02-20Core/Networking: Rewrite networking threading modelShauren
2016-02-15Core/Auth: Moved expiring bans to background task - no longer blocking querie...Shauren
2016-02-14Warning fixShauren
2016-02-14Core/Auth: Performance/security improvementsShauren
2016-01-05Core/Authserver: Do not close the socket immediately when user types in inval...Shauren
2016-01-01Update copyright note for 2016Rushor
2015-12-19Auth/Login: Rename config key usageGacko
2015-01-01Update copyright note for 2015Vincent-Michael
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-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