index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T03:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
authserver
Age
Commit message (
Expand
)
Author
2015-09-28
Update authserver.conf.dist
Sean Rhone
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-09-08
Config: Minor Typo
m_pan
2015-08-24
Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include ...
StormBytePP
2015-08-16
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...
StormBytePP
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP
2015-08-16
Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH...
Shauren
2015-08-16
Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...
StormBytePP
2015-08-16
Core/Logging: Refactored appender creation to allow using logging without mys...
Shauren
2015-07-04
Core/Executables: Add --version and -v to worldserver and authserver arguments
DDuarte
2015-07-01
Core/Misc: Fix build warnings
jackpoz
2015-06-10
Core/Auth: Fixed authserver not shutting down correctly when started as windo...
Shauren
2015-06-06
Core/Auth: Implemented starting authserver as a windows service
Shauren
2015-03-30
Core/Misc: Remove unused headers
leak
2015-03-29
CMake: Use source_groups to represent the source tree
Naios
2015-03-24
Core/DBUpdater: Add the possibility to limit the remove of orphaned entries.
Naios
2015-03-21
Core/Updates: Add an automatic database update system. Automatically detects ...
Naios
2015-03-18
Core/Authserver: Include cppformat
Carbenium
2015-03-11
Revert "Core/Server: Catch exceptions in int main()"
jackpoz
2015-02-22
Core/Server: Catch exceptions in int main()
Duarte Duarte
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-09-20
Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditions
jackpoz
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-08-05
Auth/Main: Fix crashes on shutdown
DDuarte
2014-08-05
Auth/Networking: Use non-throw resolves in realmlist updates
DDuarte
2014-07-29
Scripts/OutdoorPvP: replaced some chat texts with proper defense messages
joschiwald
2014-07-29
Core/Authserver: Fixed invalid memory access when AsByteArray returns less by...
Shauren
2014-07-29
Core/Config: User-friendlyfy configuration parsing errors
DDuarte
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: Fix non pch build
Vincent-Michael
2014-07-25
Core/Network: Fix build
DDuarte
2014-07-25
Core/Realmlist: Force resolving realm addresses to ipv4
Shauren
2014-07-25
Core/Network: Fix some possible exceptions on socket.close()
DDuarte
2014-07-23
Core/Mains: Handle SIGBREAK to achieve clean shutdown when users click X butt...
Shauren
2014-07-22
Core/Authserver: Fixed changing realms
Shauren
2014-07-21
Core: Kill again whitespace :(
Vincent-Michael
2014-07-20
Refactored singletons to enable proper deconstruction during shutdown
leak
2014-07-15
[Auth\Worldserver] Use boost to load console arguments. (Added a few style ch...
Chaplain
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
[next]