index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
authserver
/
Server
Age
Commit message (
Expand
)
Author
2011-06-23
Core/Network: Handle running out of file descriptors on linux-based systems (...
Derex
2011-04-29
Add spaces after commas
leak
2011-03-21
Core: Removed all double (and more) empty lines
Shauren
2011-02-20
Core/Log: Implement log masks for debug log level, to allow selective debug o...
Machiavelli
2011-01-26
Core: Generic cleanup (tab2spaces/trailing whitespace removal)
leak
2011-01-09
Core/Netcode: Fix file descriptor leak under linux platforms with ACE dev pol...
Derex
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
REALLY fix the CRLF-crap...
click
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
More copyright header updates (will this ever end?)
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-23
Core: Fix some warnings
Spp
2010-08-22
Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...
click
2010-08-21
Core: Remove lots warnings:
Spp
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-10
Fixed TrinityRealm compile on windows
Shauren
2010-06-09
win build: fixed game pch, generating revision.h, realm source dirs (but it d...
Shauren
2010-06-08
more cmake fixes. comment collision compilation until fixed
Tartalo
2010-06-06
* Restructuring authserver and worldserver.
XTZGZoReX