aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...Shauren
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-15Build: CMake cleanupShauren
2024-06-15Core/PacketIO: increased allowed storage size of ByteBuffer from ~10mb to ~10...Ovahlord
2024-06-02Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...Shauren
2024-05-08Core: Update to 10.2.7Shauren
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-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-10-18Core/Misc: Remove incorrect (and unused) equality operator overloads from Lin...Shauren
2023-10-05Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-03Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ...Shauren
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow using...Shauren
2023-07-15Core/Network: Cleanup asio using directivesShauren
2023-04-29Core/Realms: Remove duplicate realm names storageShauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...Shauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2022-12-17GCC build fixShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-11-27Core/DataStores: Add const to DBStorageIterator dereference operatorsShauren
2022-06-18Build: Cleanup proto & shared cmakelistsShauren
2022-06-17Core/Utils: Added helper function to make creating unique_ptr with custom del...Shauren
2022-04-09Core/DataStores: Removed unused code from DB2DatabaseLoaderShauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
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-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-01-26Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...Treeston
2022-01-24Core/Networking: Fixed authserver socket read handlers being called on incorr...Shauren
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2022-01-21Core/Misc: Future msvc warning fixesShauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2022-01-06fixed indentation for cmake filesipriver
2022-01-03Core/Time: Remove artificially high minimal update intervalsShauren
2021-12-23Core/PacketIO: Add a validating string helper class for use in packet classesShauren
2021-12-23Core/ByteBuffer: Fix string formatShauren
2021-12-23Core/PacketIO: Validate utf8 in every client packetShauren