aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets
AgeCommit message (Expand)Author
2025-11-02Core/PacketIO: Reduce the number of catch blocks in WorldSession::UpdateShauren
2025-05-23Core/PacketIO: Replace static_asserts with concepts and add them to PacketUti...Shauren
2025-05-23Core/PacketIO: Remove ByteBuffer constructor from MessageBufferShauren
2025-05-22Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]]Shauren
2025-05-21Core/PacketIO: Disable implicit bool to int conversions for ByteBuffer operatorsShauren
2025-05-21Core/PacketIO: Add char overloads to ByteBuffer operatorsShauren
2025-05-16Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out o...Shauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-12Core/PacketIO: Improved bit functions - no longer reads each bit separatelyShauren
2024-12-20Core/PacketIO: Fixed writing exactly 32 bitsShauren
2024-12-19Core/PacketIO: Improved bit functions - no longer writes each bit separatelyShauren
2024-12-19Core/PacketIO: Read directly into output variable for numeric ByteBuffer::ope...Shauren
2024-12-19Core/PacketIO: Fixed endian conversions for array operationsShauren
2024-12-19Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...Shauren
2024-12-19Core/Misc: Apply consistent formatting in ByteBufferShauren
2024-08-05Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ...Shauren
2024-08-03Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
2024-06-15Core/PacketIO: increased allowed storage size of ByteBuffer from ~10mb to ~10...Ovahlord
2024-05-08Core: Update to 10.2.7Shauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
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
2021-10-22Core/Packets: Reduce memory footprint of cached queries (#22297)jackpoz
2021-02-06Core/Misc: Fix static analysis issuesjackpoz
2020-09-06Core/PacketIO: Fixed ByteBuffer auto-flush after b23190393248455f04d3a06def03...Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-05-20Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ...Shauren
2020-03-17Core/PacketIO: Updated auction packets to newer buildShauren
2020-01-02New YearAokromes
2019-08-24Core/ByteBuffer: Replace throw() with noexceptShauren
2019-06-08Core/PacketIO: Rewrite updatefield handlingShauren
2019-04-01Core/PacketIO: Removed old and unused ByteBuffer functionsShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-11-05Core/PacketIO: Updated packet structures to 8.0.1Shauren
2018-07-21Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlikeShauren
2018-01-01Update copyright note for 2018vincent-michael
2017-05-13Core/Shared: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-04-26Core/Misc: Fixed issues found by coverityShauren
2017-04-19Core/DataStores: Updated sending out hotfixesShauren
2017-01-24Core/Packets: Changed ByteBuffer write exceptions into asserts (reading is un...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-08-20Core/Misc: Don't conditionally include non platform specific headersShauren