index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T05:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
authserver
/
Server
Age
Commit message (
Expand
)
Author
2014-09-10
Core/Authserver: Added missing auth socket manager
Shauren
2014-09-09
Core/NetworkIO: Use reactor style sending on linux to reduce locking overhead
Shauren
2014-08-21
Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...
Shauren
2014-08-11
Core/NetworkIO: Prevent queueing more async operations when socket is already...
Shauren
2014-08-10
Core/Authserver: Fixed writing to invalid memory address
Shauren
2014-08-10
Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...
Shauren
2014-08-08
Core/Misc: Fix static analysis issues
jackpoz
2014-07-29
Core/Authserver: Fixed invalid memory access when AsByteArray returns less by...
Shauren
2014-07-27
Core/Network: Optimized packet sending by removing unneccessary memory copying
Shauren
2014-07-27
Core/Network: Allow storing any packet types in Socket write queue to reduce ...
Shauren
2014-07-27
Fixed gcc build
Shauren
2014-07-26
Core/Network: Refactored socket code, moved common operations to base Socket ...
Shauren
2014-07-25
Core/Network: Fix build
DDuarte
2014-07-25
Core/Network: Fix some possible exceptions on socket.close()
DDuarte
2014-07-22
Core/Authserver: Fixed changing realms
Shauren
2014-07-20
Refactored singletons to enable proper deconstruction during shutdown
leak
2014-07-10
Fixed a GCC internal error when compiling AsyncAcceptor
Subv
2014-07-07
Fixed the authserver not accepting clients.
Subv
2014-07-06
Removed some unneeded boost dependencies.
Subv
2014-07-04
Fixed compilation and some copy paste error
leak
2014-07-02
Cleaned up the authserver includes a bit.
Subv
2014-07-02
Backported AsyncAcceptor generalization to authserver
leak
2014-07-02
Some ground work for ASIO based RemoteAccess handling
leak
2014-06-24
Compile fix for recently added coding accessing socket information
leak
2014-06-23
Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
Subv
2014-06-13
Core/Misc:
Ascathor
2014-05-31
Replaced ACE_INET_Addr with boost::asio::ip::address
leak
2014-05-31
Ditched ACE_Singleton in favor of C++11 like Singleton
leak
2014-05-31
Restore PCH builds and make GCC happy
leak
2014-05-30
Damn you VS default settings..
leak
2014-05-30
Replace authserver ACE related code with Boost/C++11
leak
2014-01-30
Fix warnings introduced on littleendian in 2134cb610d45727a0623741f7416a36088...
QAston
2014-01-26
Fix incorrect debug log in authserver
QAston
2014-01-26
Remove unneeded bigendian checks (they're already part of EndianConvert).
QAston
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-12-22
Core/Auth: Fix expiring account bans
jackpoz
2013-11-16
Core/Auth: Fix Auth failing sometimes
jackpoz
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-10-28
Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.
leguybrush
2013-10-27
Core/Code: Unify codestyle for brackets: {} to { }.
Ascathor
2013-10-05
Core/Auth: Mitigate DoS attacks to authserver
jackpoz
2013-09-02
Auth/Misc: Code cleanup.
Chaplain
2013-08-25
Core/Auth: Implement time-based token for user login as described in RFC 6238.
raczman
2013-08-18
Fix BigNumber::AsByteArray function by returning Auto_Ptr.
QAston
2013-07-15
Core/Config: Refactored ConfigMgr
Shauren
2013-05-30
Core/Misc: Another batch of fixes for issues found by static analysis
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-04-22
[Ip2nationLock] Implement the ip2nation lock country.
Bezo
2013-02-11
Core/RealmSocket: Remove a not required #ifndef MSG_NOSIGNAL / #define MSG_NO...
Nay
2013-02-11
Core/Sockets: Always try to send MSG_NOSIGNAL in peer().send()
Nay
[next]