aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets/ByteBuffer.cpp
AgeCommit message (Expand)Author
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-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
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-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-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
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-01-24Core/Packets: Changed ByteBuffer write exceptions into asserts (reading is un...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-01-01Update copyright note for 2016Vincent-Michael
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-23Core/Packets: moved chat packet building function to packet builder classjoschiwald
2014-08-24Corrected initialization value in previous commitShauren
2014-08-24Core/NetworkIO: Fixed uninitialized fields in ByteBuffer for received packetsShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-06Core/Misc: Fixed textlike/hexlike methods of ByteBuffer to print properlyShauren
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-21Removed ACE dependies from ByteBufferleak
2014-06-01Core/NetworkIO: Fix performance loss when handling bad packetsjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-26Core: Fix compile with WITH_COREDEBUG option enabledSpp
2013-03-26Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)Spp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2012-02-29Core/Packets: Fixed exceptions being incorrectly thrown when appending empty ...Shauren
2012-02-29Core: Build fix (for real this time) and warning fixShauren