aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver
AgeCommit message (Expand)Author
2025-01-09Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-26Core/JSON: Prevent more out of bounds memory accesses in json deserializationShauren
2024-12-19Core/Auth: Fix missing initializationShauren
2024-12-12Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-01Core/Proto: Added messages and services missing descriptors in clientShauren
2024-11-01Core/Proto: Updated protobuf messages and services for 11.0.2Shauren
2024-10-03Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-16Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-16Core/Common: Compile ServiceWin32 as part of common project instead of direct...Shauren
2024-09-16Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2024-08-30Core/Auth: Refactor client auth key storage to support more future client var...Shauren
2024-08-30Core/Misc: Remove duplicate helper functionsShauren
2024-08-29Core: Allow macOS arm64 client to connect (#30173)Motive
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-06-20Build: Normalize executable locations in build directory for all platformsShauren
2024-06-20Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-06-20CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773)Fabian König
2024-05-28Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
2024-05-28Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-05-28Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in ma...Shauren
2024-03-28Fix build with openssl 1.1.1Shauren
2024-03-28Core: port sneaky fixes from "Core: Updated to 10.2.6.53840"funjoker
2024-01-18Core/Bnet: Added SRP http endpoints10.2.0.52808Shauren
2024-01-16Core/Worldserver: Split Worldserver services into separate files (#29555)Meji
2023-12-26Build fixShauren
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...Shauren
2023-12-18Core/Bnet: Add new loggers to config file template, fixed request/response co...Shauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-09-16Core/SSL: Build fix for openssl 1.1.1Shauren
2023-09-16Core/SSL: Support more certificate formatsShauren
2023-08-03Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ...Shauren
2023-07-26Core/Bnet: Support password protected private keysShauren
2023-07-20Core/Bnet: Send hostnames in portal requests for launcherloginShauren
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow using...Shauren
2023-07-15Core/Network: Cleanup asio using directivesShauren
2023-06-09Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2023-05-05Core/DataStores: Remove temporary 10.0.7 workraroundShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-09-13Core/bnetserver: Implemented reconnecting with launcherloginShauren
2022-09-06Core/bnetserver: Add compatibility for classic clientsShauren
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-03-13Core/Config: Implement config override with env vars (#26811)Anton Popovichenko