index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-11-04T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
worldserver
/
Main.cpp
Age
Commit message (
Expand
)
Author
2025-04-08
Core/Network: Socket refactors
Shauren
2025-01-07
Core/Network: Simplify worldserver port configuration: removed InstanceServer...
Shauren
2024-12-09
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
Shauren
2024-10-01
Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...
Shauren
2024-09-15
Core/Common: Compile ServiceWin32 as part of common project instead of direct...
Shauren
2024-09-15
Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...
Shauren
2024-08-18
Core/Realms: Realmlist refactors
Shauren
2024-06-02
Core/Misc: Fixed windows _UNICODE incompatibilities
Shauren
2024-05-07
Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...
Shauren
2024-04-30
Core/Misc: Refactor loading process to remove exit() calls that cause deadloc...
Shauren
2024-04-04
Core/OutdoorPvP: Fixed shutdown crash
Shauren
2024-04-04
Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in ma...
Shauren
2024-01-23
Core/Database: Fixed HotfixDatabase not being closed on shutdown with --updat...
Shauren
2023-12-08
Core/Misc: Minor code modernization - kill std::bind
Shauren
2023-12-01
Core/Misc: Added windows version checks during startup to avoid confusion abo...
Shauren
2023-11-24
Core/Locales: Set active code page and locale used by c string functions to utf8
Shauren
2023-08-03
Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ...
Shauren
2023-07-15
Core/Network: Refactor local/remote ip address selection code and allow using...
Shauren
2023-06-09
Core/Config: Implement reading config overrides from subdirectory (#29068)
Смердокрыл
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-10-13
Core/Misc: Fixed worldserver shutdown with --update-databases-only
Shauren
2022-10-13
Core/Threading: Create ThreadPool class
Shauren
2022-10-04
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...
Shauren
2022-10-04
Core/Instances: Instance lock rewrite (WIP)
Shauren
2022-09-29
Core/World: Include more details about MaxCoreStuckTime asserts (#28188)
Giacomo Pozzoni
2022-09-05
Core/Crypto: Fixed loading legacy openssl provider for RC4 on windows
Shauren
2022-07-31
Core/PacketIO: Updated packet structures to 9.2.7
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-06-10
Core/World: Allow specifying minimum world updates diff in config
Shauren
2022-05-06
Core/Crypto: Fixed EVP_PKEY reference counting for copied objects
Shauren
2022-05-03
Core/Crypto: Switch away from most deprecated openssl functions and removed u...
Shauren
2022-03-13
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
2022-03-12
Core/Misc: Fix build on systems where size_t is not defined as uintXX_t, i.e....
jackpoz
2022-03-11
Core/DBLayer: Add QueueSize() method (#26733)
Giacomo Pozzoni
2022-02-13
Core/Misc: Minor game include cleanup
Shauren
2022-01-26
Core/Misc: Fix compile errors found with msvc /permissive-
Shauren
2022-01-24
Log sync db queries in World::Update() loop (#25174)
Giacomo Pozzoni
2022-01-06
Core/Misc: Properly close database connections when using --update-databases-...
Shauren
2022-01-03
Core/Time: Remove artificially high minimal update intervals
Shauren
2021-12-18
Core/Misc: Enable MaxCoreStuckTime setting by default
jackpoz
2021-12-18
[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)
Treeston
2021-12-08
Core/Console: start CliRunnable thread after all log messages have been print...
Wyrserth
2021-11-21
Core/Misc: Update 85e3169fbd7b2da70e0f054399f4db64ded36325 about SOAP
jackpoz
2021-11-21
Core/Misc: Fix shutdown with SOAP enabled
jackpoz
2021-09-26
Core/Misc: Fix FreezeDetector triggered on startup
jackpoz
2021-05-24
Core/Misc: Add another boost hack. Fixes bnetserver/worldserver -c command li...
Shauren
2021-03-15
Shared/Metric: Fix crash on shutdown
jackpoz
2020-09-05
Kill whitespace
Shauren
2020-09-05
Core/Cosmetic: Execute OnStartup script hook before printing that startup is ...
Maks Szokalski
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
[next]