index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-02T14:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
authserver
/
Server
/
AuthSocket.cpp
Age
Commit message (
Expand
)
Author
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-09
Core/Build: Enable Clang PCH support and OS X specific features
Spp
2012-09-10
Core: Warning fixes (Also some -pedantic under game folder)
Spp
2012-09-08
Core/Authsocket: Correct field types for an account_banned related query
Nay
2012-08-30
Core: Fix many "errors"/warnings and coding style (2)
Nay
2012-08-30
Core: Fix many "errors"/warnings and coding style (1)
Nay
2012-08-28
Core/Authserver: Improved realmlist for multiple realms with different versio...
Shauren
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-03-26
Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and db...
kaelima
2012-02-19
Core/Warden: Base implementation for Warden functionality
leak
2012-01-24
Core/AuthServer: Streamlined authserver log messages (added client port for e...
leak
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-12-31
Core/DBLayer: Refactor prepared statement defines Note:
leak
2011-11-26
Core/DB: Fix character creation in Player::SaveToDB.
kaelima
2011-10-18
Compile Fix
Spp
2011-09-29
Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"
Spp
2011-09-28
Configuration/ConfigMgr: converted from singleton to namespace with free func...
Spp
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-04-29
Add spaces after commas
leak
2011-02-20
Core/Log: Implement log masks for debug log level, to allow selective debug o...
Machiavelli
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-27
Core/Authserver: Revert a small mistake. Thanks aurimas.
silinoron
2010-12-27
Core/Authserver: Significant cleanup in preparation for a rewrite.
silinoron
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-12-21
Core/AuthServer: Fix the previous commit (it might help to actually fetch wha...
click
2010-12-21
Core/AuthServer: Allow reauthentication to the authserver on realm logout. Th...
click
2010-12-04
Core/Authserver: Cleanup.
silinoron
2010-11-16
Core/Authserver: Clean up authserver base code a bit + follow codingstyle
click
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-09-25
Core: Generic cleanup (tab2spaces/whitespace removal)
click
2010-09-24
Core/DBLayer:
Machiavelli
2010-09-17
Authserver: Fixed crash when accounts limited to ip tried to login and fixes ...
Shauren
2010-09-16
Auth/Login: fixes the "cant relog after login failed" bug and fixes a potenti...
Rat
2010-09-12
Core/Authsocket: Fix errorenous authentication failure
Machiavelli
2010-09-12
Core/DBLayer: Add GetCString method for PreparedResultSet (dynamic copy is re...
Machiavelli
2010-09-12
Core/DBLayer: Replace all ad-hoc queries in AuthSocket with prepared statements
Machiavelli
2010-09-12
Auth: Typo fix in logon challenge handler, closes issue 3975, thanks 41782992
Shocker
2010-09-12
Cleanup/Core: Remove whitespace and tabs
click
2010-09-11
Core/DBLayer:
Machiavelli
2010-09-03
Core/DBLayer:
Machiavelli
2010-09-02
Core/DBLayer:
Machiavelli
2010-08-29
Rewrite much of the GM ticket system
silinoron
2010-08-22
Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...
click
2010-08-16
Send the right data when trying to log in with the wrong password.
silinoron
2010-08-08
* Rename: Sha1Hash -> SHA1Hash.
XTZGZoReX
2010-07-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-06-08
more cmake fixes. comment collision compilation until fixed
Tartalo
2010-06-06
* Restructuring authserver and worldserver.
XTZGZoReX