summaryrefslogtreecommitdiff
path: root/src/server/shared/Network
AgeCommit message (Collapse)Author
2025-11-29feat(Core): Linux: Support systemd socket activation for the worldserver ↵Quentin Dawans
game socket (#21998)
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
2024-12-23fix(Core/Network): fix high idle cpu load in NetworkThread (#21033)sudlud
2024-12-19refactor(Core/Misc): Use steady_timer instead of deadline_timer (#20940)Kitzunu
2024-10-28refactor(src/server/database|shared): remove unused import (#20316)Francesco Borzì
2024-08-13fix(Shared/Socket): incorrect nodiscard flag (#19612)Grimdhex
fix(Build/Socket): incorrect nodiscard flag
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2024-07-07fix(CI): linux-build: add -Werror parameter (#19240)sudlud
* fix(CI): linux-build: add -Werror parameter * add KI tzunu * Revert "feat(CI): enable fail-fast for pch/nopch (#19058)" This reverts commit 564cbca7d37768d78a2b9e90467aad2204e1650b. * Update midsummer.cpp - drop unused variable * initialize variable * Update core-build-nopch.yml - drop gcc12 * fix(Core/CalendarMgr): do not use element after delete, but before * attempt to fix Socket.h error * Revert "attempt to fix Socket.h error" This reverts commit c1a59145ed3c49d0f76be2f81925434ea969db97. * fix Socket.h error - attempt 2 * Update Socket.h * Update Socket.h * npc_shattrath_daily_quest: init variable templateID * fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset() * boss_archimonde: drop unused variable * Revert "fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset()" This reverts commit 1f71aaef256990c5cdc16561676be302c954ea9d. * SmartScripts: SMART_TARGET_RANDOM_POINT: fix unintended fallthrough * Revert "Revert "feat(CI): enable fail-fast for pch/nopch (#19058)"" This reverts commit d13df293624e0f50d9374272bfd05ab56242511d. --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-07-02chore(Core/Misc): #include cleanup (#19255)Kitzunu
2024-06-05fix(Core/Networking): Fix crash in Proxy Protocol when removing closed ↵Anton Popovichenko
sockets. (#19011)
2024-05-04feat(Core/Network): Add Proxy Protocol v2 support. (#18839)Anton Popovichenko
* feat(Core/Network): Add Proxy Protocol v2 support. * Fix codestyle and build. * Another codestyle fix. * One more missing include.
2024-02-25chore(Core/Shared): little cleanup (#18385)Winfidonarleyan
2023-11-25chore(Shared/Network): make all pointers to `std::unique_ptr` (#17787)Winfidonarleyan
chore(Shared/Network): using smart pointers instead of native ptr's
2023-04-02fix(Core/World): Remove artificially high minimal update intervals an… ↵Kitzunu
(#15422) fix(Core/World): Remove artificially high minimal update intervals and Allow specifying minimum world updates diff in config * Allow specifying minimum world updates diff in config * Remove artificially high minimal update intervals * cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/29a4153f0038526ee6df690ec3499d66630e5071) * cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/de4920de81a495ed8d6b04cf68f3912c74921f48) * cherry-pick commit (https://github.com/jackpoz/TrinityCore/commit/32cef906b02562ffb129b095386a9314abde82f1) Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-01-27refactor(Core/Logging): switch to fmt style for LOG_ (#10366)Kargatum
* feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp * rework logging * add fmt replace logs * logging * FMT_LOG_ * settings * fix startup * 1 * 2 * 3 * 4 * 5 * fmt::print * to fmt
2021-11-22refactor(Core/Misc): headers cleanup (#9259)Kargatum
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-07-16feat(Core): replace ACE network with Boost.Asio (#6574)Kargatum
2021-06-21chore(Core/Logging): replace most server loggers (#5726)Kargatum
* chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-19refactor(Core): code cleanup (part 3) (#6380)Francesco Borzì
2021-05-31refactor(Core/Misc): acore to Acore (#6043)Kitzunu
2021-05-27feat(Core/Common): add Asio network threading (#6063)Kargatum
2021-04-17feat(Core/Logging): rework logging (#4692)Kargatum
* feat(Core/Logging): rework logging * correct level for sql.sql * del unused config options * Correct build * correct after merge * whitespace 20:29:37 1. 'Player.cpp'. Replace (1) 20:29:37 2. 'ObjectMgr.cpp'. Replace (3) * 1 * correct logging * correct affter merge * 1 * 2 * LOG_LEVEL_WARN * #include "AppenderDB.h" * 3 * 4 * 5 * 1. 'WorldSocket.cpp'. Replace (1) * 6 * 1
2021-03-17fix(Core/License): issue with old files license (#4762)Francesco Borzì
2021-02-24refactor(Core): sort #includes alphabetically (#4579)Kitzunu
2021-01-09feat(CI/Codestyle): added codestyle check (#3668)Kargatum
2020-12-07refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827)Francesco Borzì
2020-12-07refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)Francesco Borzì
2020-12-06refactor(Core): apply clang-tidy modernize-redundant-void-arg (#3825)Francesco Borzì
2020-12-06refactor(Core): apply clang-tidy modernize-use-nullptr (#3819)Francesco Borzì
2020-12-06refactor(Core): apply clang-tidy modernize-use-nodiscard (#3835)Francesco Borzì
2020-12-06refactor(Core): apply clang-tidy modernize-use-override (#3817)Francesco Borzì
2020-11-23refactor(Core): remove ACE types (#3745)Francesco Borzì
2020-09-11chore(Core/Shared): restyle shared lib with astyle (#3462)Kargatum
2020-08-31refactor(Core): NULL -> nullptr (#3275)Kitzunu
* NULL to nullptr * NULL to nullptr * NULL to nullptr * NULL to nullptr * NULL to nullptr Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2019-11-15feat(Core/Shared): added new library - shared (#2416)Kargatum