aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver/Server
AgeCommit message (Expand)Author
2 daysCore/Network: Fix invalid NetworkThread array access for derived classes that...Shauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-09-29Core/Auth: Refactor bnet session to use composition instead of inheritance fo...Shauren
2025-06-12Core/Bnet: Update PCH content to include most commonly used headersShauren
2025-04-08Core/Network: Socket refactorsShauren
2025-01-07Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2024-12-26Core/JSON: Prevent more out of bounds memory accesses in json deserializationShauren
2024-12-18Core/Auth: Fix missing initializationShauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-08-29Core/Auth: Refactor client auth key storage to support more future client var...Shauren
2024-08-29Core/Misc: Remove duplicate helper functionsShauren
2024-08-28Core: Allow macOS arm64 client to connect (#30173)Motive
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-05-12Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
2024-05-07Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-03-21Fix build with openssl 1.1.1Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
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-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-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-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-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2022-01-26Core/Authserver: Deprecation of sha_pass_hash (PR #25138)Treeston
2021-08-08Core/Misc: ASSERT() cleanup - followup of cherry pick 572eab1c355d9298ee640eb...Shauren
2020-08-03Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-06-30Core/Misc: Changed GetLocaleByName to return invalid value on invalid input i...Shauren
2020-06-22DB/Account: update account_access table (#24788)ForesterDev
2020-04-14Core/DBLayer: Implement async transaction completion callbacksShauren
2020-01-02New YearAokromes
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-21Core/bnetserver: Fixed crash happening when sending packets larger than 4096 ...Shauren
2019-01-09Core/Misc: Improved ip2location code and set it to disabled by defaultShauren
2019-01-09Common: Replace ip2nation by ip2location. (#21957)Gooyeth
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Merge branch 'bfa'Shauren
2018-11-05Core/Bnet: Updated protobuf messages and servicesShauren
2018-10-22Core/Bnet: Safeguard auth process against bad external db modificationsShauren
2018-04-18Core/Bnet: Improve client ban messages (#21837)Roc13x
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren