aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Networking
AgeCommit message (Expand)Author
2025-09-22Core/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
2025-06-02Core/Network: Make ip address formattable with fmtShauren
2025-04-09Core/Network: Move to separate projectShauren
2025-04-08Core/Network: Socket refactorsShauren
2024-12-09Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-04-03Core/Networking: Fixed Socket::DelayedCloseSocket not working if write queue ...Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
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-16Core/Misc: Minor refactors in BaseEncoding and SslSocket to prepare for futur...Shauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-07-15Core/Network: Cleanup asio using directivesShauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...Shauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-01-24Core/Networking: Fixed authserver socket read handlers being called on incorr...Shauren
2022-01-03Core/Time: Remove artificially high minimal update intervalsShauren
2021-11-21Core/Networking: Set SO_REUSEADDR on *nix platformsjackpoz
2021-11-21Core/Networking: Fix memory leak (#22923)Giacomo Pozzoni
2020-01-02New YearAokromes
2019-04-14Core/Dep: Boost 1.70 compatibilityShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-08-15Core/Networking: Activate single threaded optimization for io_service running...Shauren
2017-05-13Core/Shared: Include cleanupShauren
2017-05-04Fix build.Gacko
2017-05-04Core/Misc: Cleanup worldserver/bnetserver main() functions to run destructors...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-26Core/Networking: Added SslSocket wrapper for boost::asio::ssl::streamShauren
2016-03-26Core/Common: Moved MessageBuffer to commonShauren
2016-03-19Core/Shared: Fix no PCH buildNaios
2016-03-12Core/Networking: Fixed DelayedCloseSocket when compiled without TC_SOCKET_USE...Shauren
2016-03-10Core/Networking: Added new AsyncRead method to Socket class allowing to pass ...Shauren
2016-02-21Final build fix for gcc 4.7 (no longer supported in 8 days)Shauren
2016-02-19Core/Networking: Rewrite networking threading modelShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-09Core/Networking: Fixed possible crashes happening if async query retrieving a...Shauren
2015-06-21Core/Threading: Fixed possible data races after making auth queries async by ...Shauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-11Core/Bnet: Fixed crash on shutdown happening when there were still players co...Shauren
2015-04-04Misc: Fixed license header formattingShauren
2015-03-28Core/Networking: Fixed unsafe access to _worldSession member in WorldSocketShauren
2015-03-28Core/PacketIO: Implemented CMSG_ENABLE_NAGLEShauren
2015-03-18Core: WARN instead of INFO - this is actually something we'd want to be infor...click