aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver
AgeCommit message (Expand)Author
2017-06-22Buildsystem: Minor PCH building changesShauren
2017-06-19Core: ported headers cleanup from master branchariel-
2017-06-19Core/Misc: Cleanup worldserver/authserver main() functions to run destructors...Shauren
2017-05-23Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
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-25Core/authserver.conf.dist: missing description line (#17038)Trond B Krokli
2016-04-23Core/Authserver: removed obsolete codejoschiwald
2016-04-18Core/Scripting: Use the path of the worldserver executable to search for the ...Naios
2016-04-11Add missing configuration key LoginDatabase.SynchThreads.Gacko
2016-04-09Buildsystem: Initial changes to support building with vs clang toolsetShauren
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-18CMake: Use inherited dependencies in worldserver and authserverNaios
2016-03-16Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8cNaios
2016-03-12Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-03-12Core/Auth: Fixed login for accounts with accented charactersShauren
2016-03-11Core/Database: Move singleton instances into compilation unitsNaios
2016-03-11Core/Common: Generalize platform specific includes in common/PlatformNaios
2016-03-07Core/Auth: Fix the "Added realm" spamDDuarte
2016-03-06Core/Authserver: Partial port of 56cf7ff2a8f1e0a710544ec6300a21cfa44c0f73DDuarte
2016-03-06Core: Backport 6.x realm changesDDuarte
2016-02-22Core/Common: Add a generic config helper to access built-in overwriteable paths.Naios
2016-02-20Core/Networking: Rewrite networking threading modelShauren
2016-02-16Core/Auth: Cancel ban expiry check timer on shutdownShauren
2016-02-15Build fixShauren
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-12-19Config/AuthServer: Rename Wrong.Password.Login.Logging to WronPass.Logging an...Gacko
2015-09-28Update authserver.conf.distSean Rhone
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-09-08Config: Minor Typom_pan
2015-08-24Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ...StormBytePP
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP
2015-08-16Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH...Shauren
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...StormBytePP