aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
AgeCommit message (Expand)Author
2025-02-18Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2025-02-14Core/Chat: Corrected names and descriptions for GM.LowerSecurity config optio...Mykhailo Redko
2024-11-29Core/Players: Add separate config option for starting money for Death Knight ...Benjamin Jackson
2024-04-07Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-12-02Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-02-16Update worldserver.conf.distAokromes
2022-10-13Core/Misc: Fixed worldserver shutdown with --update-databases-onlyShauren
2022-10-08Core/Misc: Minor cleanup in worldserver main.cppShauren
2022-10-08Core/Threading: Create ThreadPool classShauren
2022-09-11Core/World: Include more details about MaxCoreStuckTime asserts (#28188)Giacomo Pozzoni
2022-06-16Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-06-16Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-04-17Core/Chat: Apply chat flood control to addon messages as well (#26908)stoneharry
2022-04-16Core/World: Allow specifying minimum world updates diff in configShauren
2022-04-10Core/Metric: Send metrics in smaller intervalsjackpoz
2022-01-03Core/Time: Remove artificially high minimal update intervalsShauren
2021-10-01Flash worldserver on taskbar on thread start (#26886)Maks Szokalski
2021-08-19Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
2021-08-13Server/Config - Change default settings for saving gm logs. (#26804)Jinnaix
2021-08-06Core/Misc: Fix build on systems where size_t is not defined as uintXX_t, i.e....jackpoz
2021-07-30Core/SOAP: Fix memory leak on shutdown reported by ASanjackpoz
2021-07-30Core/SOAP: Fix new/free mismatch reported by ASanjackpoz
2021-07-28Core/Network: Add option to allow/disallow saving IP addresses to database (#...Giacomo Pozzoni
2021-07-24Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2021-06-15Core/Movement: Implement proper player speed change (#26561)Chaouki Dhib
2021-05-30Core/Misc: Fix build when using libstdc++-11 (#26564)KoNicks
2021-05-11Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2021-04-11Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2021-01-24DB/Item: Remove Plans: Goblin Rocket Boots (7192) from loot & exclude from be...illfated
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-26Core/Visibility: Split BG/Arena visibility settings (#25690)Gildor
2020-09-27Dep/Boost: Partial support for boost 1.74 - asioShauren
2020-09-20[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-06Core/PathFinding: Enable pathfinding (MMaps) by defaultjackpoz
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2020-08-29Core/Misc: Update Worldserver.conf for AhBot Pricing -make things more clear ...Jinnaix
2020-08-21Core/Misc: Update worldserver.conf.dist to match actual defaults.Treeston
2020-08-20Core/Warden: More refactors lifted from #25286.Treeston
2020-08-07Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2020-08-04Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2020-08-02Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-07-30Log sync db queries in World::Update() loop (#25174)Giacomo Pozzoni
2020-07-30Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2020-07-28Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2020-07-24Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2020-06-24fixed indentation for cmake filesipriver