summaryrefslogtreecommitdiff
path: root/src/server/apps/authserver/Main.cpp
AgeCommit message (Collapse)Author
2025-08-21fix(SERVER/Main): Implementation for version param (#22707)SAS2000
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ì
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
2022-11-24feat(Core/Crypto): add support `OpenSSL 3.0` (#13354)Winfidonarleyan
2022-05-31refactor(Cmake): add support build selected applications and tools (#11836)Kargatum