aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets/ByteBuffer.h
AgeCommit message (Expand)Author
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-05-08Core: Update to 10.2.7Shauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
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/PacketIO: Validate utf8 in every client packetShauren
2021-10-22Core/Packets: Reduce memory footprint of cached queries (#22297)jackpoz
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-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
2016-08-20Core: Fixed non pch build for unixVincent-Michael
2016-04-06Core/Misc: MSVC /W4 warning fixesShauren
2016-03-24Core/Shared: Converted the shared library to a shared library ,-).Naios
2016-01-28Core/Misc: Removed unneccessary boost/asio/buffer.hpp includeShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-09-25Core/PacketIO: Updated and enabled SupportTicketSubmitComplaint, SupportTicke...Shauren
2015-07-25Core/Misc: Removed ReadAsPacked/WriteAsPacked methods from ObjectGuid, they a...Shauren
2015-04-18Core/PacketIO: Updated and enabled more battleground packetsShauren
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-02-24Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's se...Shauren
2015-02-02Core/PacketIO: Fixed SMSG_DB_REPLY structureShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-23Core/Packets: moved chat packet building function to packet builder classjoschiwald
2014-11-16Core/Packets: updated AccountData packetsjoschiwald
2014-10-23Core/Misc: Optimized ByteBuffer::ReadStringShauren
2014-10-23Core/Entities: First step to 128 bit guidsShauren
2014-10-19Core/NetworkIO: *Fixed basic auth packetsSovak