summaryrefslogtreecommitdiff
path: root/src/server/apps/authserver
AgeCommit message (Collapse)Author
25 hoursfix(Core/Config) - Add UseSocketActivation to auth config (#24075)Ryan Turner
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
2025-10-25feat(Config): Implement configuration severity policy and logging mechanism ↵Yehonal
(#23284)
2025-08-21fix(SERVER/Main): Implementation for version param (#22707)SAS2000
2025-07-24feat(Core/Account): Add account flags support (#22533)Kitzunu
2025-07-19fix(Core/Authserver): HandleLogonProof query as async (#22510)天鹭
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-04-25chore(Core/Auth): align mysql ping log level and name to worldserver (#21986)Quentin Dawans
2024-12-22refactor(Core/Time): Introduce GetExpirationTime instead of calculati… ↵Kitzunu
(#21006)
2024-12-19refactor(Core/Misc): Use steady_timer instead of deadline_timer (#20940)Kitzunu
2024-09-29refactor(src/server/apps|database|shared): remove unused imports (#19505)Francesco Borzì
2024-09-19refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… ↵Kitzunu
(#19451)
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-27chore(Core/Authserver): Remove redundant conversion during Reconnect Proof ↵天鹿
cmd (#18957) https://github.com/TrinityCore/TrinityCore/pull/26765 Author: [walkline](https://github.com/walkline)
2024-07-02chore(Core/Misc): #include cleanup (#19255)Kitzunu
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.
2023-12-22refactor(Scripts): remove useless includes (#18004)IntelligentQuantum
2023-11-18chore(Core/Misc): sort includes (#17776)Winfidonarleyan
* chore(Cleanup): sort includes * fix build * fix build again
2023-09-21fix(CI): cppcheck failure step (#17240)Stefano Borzì
* feat: add cppcheck for scripts * fix: cppcheck step failure * trigger cppcheck build, it should fail * fix: cppcheck should succeed * fix: cppcheck
2023-09-20refactor(Core): Source config more aggressively from env, rephrase a few of ↵Mike Delago
the messages (#17114) * refactor(Core): Let modules source config from env * create a cache of configs from env * Update src/common/Configuration/Config.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * Update src/common/Configuration/Config.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * enforce new function name --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-14feat(Core/Config): Implement config override with env vars (#16817)Anton Popovichenko
* Core/Config: Implement config override with env vars Implement overriding of configuration from the .conf file with environment variables. Environment variables keys are autogenerated based on the keys defined in .conf file. Usage example: $ export TC_DATA_DIR=/usr $ AC_WORLD_SERVER_PORT=8080 ./worldserver * Add tests for env vars config
2023-02-21chore(Core/Misc): For Azeroth! (#15155)Kitzunu
2022-11-24feat(Core/Crypto): add support `OpenSSL 3.0` (#13354)Winfidonarleyan
2022-10-22fix(CORE): another attempt to fix the dbimport command line warning (#13449)Yehonal
2022-10-10feat(Core/DB): add support range loop for mysql result (#13355)Kargatum
2022-05-31refactor(Cmake): add support build selected applications and tools (#11836)Kargatum