index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T18:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
authserver
/
Server
/
AuthSession.cpp
Age
Commit message (
Expand
)
Author
2014-11-10
Core: Nuke authserver
DDuarte
2014-11-06
Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structure
Shauren
2014-09-12
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Shauren
2014-09-09
Core/NetworkIO: Use reactor style sending on linux to reduce locking overhead
Shauren
2014-08-21
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Shauren
2014-08-21
Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...
Shauren
2014-08-12
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
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-07-30
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-29
Core/Authserver: Fixed invalid memory access when AsByteArray returns less by...
Shauren
2014-07-28
Attempt to fix centos compile
Shauren
2014-07-27
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Shauren
2014-07-27
Core/Network: Allow storing any packet types in Socket write queue to reduce ...
Shauren
2014-07-27
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
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
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-25
Core/Network: Fix build
DDuarte
2014-07-25
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-25
Core/Network: Fix some possible exceptions on socket.close()
DDuarte
2014-07-23
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-22
Core/Authserver: Fixed changing realms
Shauren
2014-07-20
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-20
Refactored singletons to enable proper deconstruction during shutdown
leak
2014-07-19
Part 1: Merge branch 'master' into 4.3.4
Shauren
2014-07-19
Merge remote-tracking branch 'origin/master' into 4.3.4
Shauren
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-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-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