index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T12:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
/
ChannelHandler.cpp
Age
Commit message (
Expand
)
Author
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2020-03-15
Core/Channels: Limit channel length only for custom channels
jackpoz
2020-03-15
Core/Channels: Limit channel length to 31 characters
jackpoz
2020-03-15
Core/PacketIO: Validate utf8 in every client packet
Shauren
2020-01-02
New year
Aokromes
2019-08-09
Core/Channels: Fix a bug that would cause channel settings to disappear in ce...
Treeston
2019-07-13
Core/Chat: Rewrite some custom channel handling. Channel creation now properl...
Treeston
2019-05-29
Core/Channel: Sanitize channel names
jackpoz
2019-05-29
Core/Channel: Fix CRT Debug Assert triggered with invalid channel names
jackpoz
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-02-05
Core/Channel: properly notify client about invalid channel names
ariel-
2018-01-01
Update copyright note for 2018
tkrokli
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-10-07
Core/Channel: revamp channel system (#17980)
ariel-
2016-02-09
Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...
Shauren
2016-01-01
Update copyright note for 2016
Rushor
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-08-24
Core/Channels: fixed possible exploit with channel password
MitchesD
2014-07-29
Core/Channels: Do not allow creation of channels starting with digits
DDuarte
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-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-22
Core/Channels: Remove unnecessary calls to FindPlayer wherever is possible
Spp
2012-11-17
Core: Remove Player.h dependency from all the possible headers
Spp
2012-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-01-26
Core: Change Handlers location
Spp