index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T05:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Packets
/
ByteBuffer.cpp
Age
Commit message (
Expand
)
Author
2023-11-21
Core/Calendar: Implement different timezone support for ingame calendar
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2021-12-23
Core/PacketIO: Add a validating string helper class for use in packet classes
Shauren
2021-12-23
Core/ByteBuffer: Fix string format
Shauren
2021-12-23
Core/PacketIO: Validate utf8 in every client packet
Shauren
2021-02-06
Core/Misc: Fix static analysis issues
jackpoz
2020-09-06
Core/PacketIO: Fixed ByteBuffer auto-flush after b23190393248455f04d3a06def03...
Shauren
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-07-21
Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlike
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-13
Core/Shared: Include cleanup
Shauren
2017-01-24
Core/Packets: Changed ByteBuffer write exceptions into asserts (reading is un...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-12-23
Core/Packets: moved chat packet building function to packet builder class
joschiwald
2014-08-24
Corrected initialization value in previous commit
Shauren
2014-08-24
Core/NetworkIO: Fixed uninitialized fields in ByteBuffer for received packets
Shauren
2014-08-10
Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...
Shauren
2014-08-06
Core/Misc: Fixed textlike/hexlike methods of ByteBuffer to print properly
Shauren
2014-06-23
Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
Subv
2014-06-21
Removed ACE dependies from ByteBuffer
leak
2014-06-01
Core/NetworkIO: Fix performance loss when handling bad packets
jackpoz
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-03-26
Core: Fix compile with WITH_COREDEBUG option enabled
Spp
2013-03-26
Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)
Spp
2013-03-25
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....
Spp
2012-02-29
Core/Packets: Fixed exceptions being incorrectly thrown when appending empty ...
Shauren
2012-02-29
Core: Build fix (for real this time) and warning fix
Shauren