aboutsummaryrefslogtreecommitdiff
path: root/src/common/Asio
AgeCommit message (Collapse)Author
2025-04-14Core/Utilities: Added boost asio callback that transforms callback ↵Shauren
signatures from (error_code + other) to (boost::outcome)
2025-04-09Core/Network: Move to separate projectShauren
2024-12-09Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-12Core/Networking: Support IPv6Shauren
2023-12-24Core/Common: fixed nopch build for msvc compilers (#29516)Ovahlord
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ↵Shauren
was enabled and ThreadPool was greater than 1 Despite that issue, logging was still threadsafe, just not ordered properly
2023-07-20Core/Bnet: Send hostnames in portal requests for launcherloginShauren
2023-07-19Scripts/Spells: Allow using templated spell script with multiple template ↵Shauren
arguments in RegisterSpellScriptWithArgs * Also fixed some script conversion issues
2023-07-18Core/Network: Don't send localhost addresses to external clientsShauren
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow ↵Shauren
using hostnames in LoginREST bnetserver config options
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and ↵Shauren
remove compatibility code for unsupported versions
2020-12-12Dep/Boost: Partial support for boost 1.74 - asioShauren
Ref #25470 (cherry picked from commit 155e37831e9c581c6a8ebba34fe70d3459301d0a)
2020-01-02New YearAokromes
2019-04-14Core/Dep: Boost 1.70 compatibilityShauren
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: ↵Shauren
networking stuff * Based on work done by @dimiandre in PR #21173 Closes #21171 Closes #21173