aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2025-04-09Core/Network: Move to separate projectShauren
2025-04-08Core/Network: Socket refactorsShauren
2025-01-09Core/Grids: Modernize TypeContainer with variadic templateShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-20Core/PacketIO: Fixed writing exactly 32 bitsShauren
2024-12-20Core/PacketIO: Improved bit functions - no longer writes each bit separatelyShauren
2024-12-20Core/PacketIO: Read directly into output variable for numeric ByteBuffer::ope...Shauren
2024-12-20Core/PacketIO: Fixed endian conversions for array operationsShauren
2024-12-20Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...Shauren
2024-12-20Core/Misc: Apply consistent formatting in ByteBufferShauren
2024-12-12Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-12Core/DataStores: Refactor DBStorageIterator to make it usable with more std::...Shauren
2024-08-30Core/Client Builds: Refactor build_info structure to support any client variantsShauren
2024-08-30Core/Client Builds: Move build info out of RealmList classShauren
2024-08-30Build fix for libstdc++-11Shauren
2024-08-30Core/Auth: Refactor client auth key storage to support more future client var...Shauren
2024-08-29Core: Allow macOS arm64 client to connect (#30173)Motive
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-17Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ...Shauren
2024-08-04Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
2024-07-31Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...Shauren
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-18Build: CMake cleanupShauren
2024-06-24Core/Packets: ported ByteBuffer changes which had been sneaked in with 468a06...Ovahlord
2024-06-20Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...Shauren
2024-06-15Core/PacketIO: increased allowed storage size of ByteBuffer from ~10mb to ~10...Ovahlord
2024-05-28Core/Networking: Fixed Socket::DelayedCloseSocket not working if write queue ...Shauren
2024-03-28Core: port sneaky fixes from "Core: Updated to 10.2.6.53840"funjoker
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