aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/ChannelHandler.cpp
AgeCommit message (Expand)Author
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2020-03-15Core/Channels: Limit channel length only for custom channelsjackpoz
2020-03-15Core/Channels: Limit channel length to 31 charactersjackpoz
2020-03-15Core/PacketIO: Validate utf8 in every client packetShauren
2020-01-02New yearAokromes
2019-08-09Core/Channels: Fix a bug that would cause channel settings to disappear in ce...Treeston
2019-07-13Core/Chat: Rewrite some custom channel handling. Channel creation now properl...Treeston
2019-05-29Core/Channel: Sanitize channel namesjackpoz
2019-05-29Core/Channel: Fix CRT Debug Assert triggered with invalid channel namesjackpoz
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-02-05Core/Channel: properly notify client about invalid channel namesariel-
2018-01-01Update copyright note for 2018tkrokli
2017-06-19Core: ported headers cleanup from master branchariel-
2017-01-02Update Copyright notice for 2017tkrokli
2016-10-07Core/Channel: revamp channel system (#17980)ariel-
2016-02-09Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-01Update copyright note for 2016Rushor
2015-01-01Update copyright note for 2015Vincent-Michael
2014-08-24Core/Channels: fixed possible exploit with channel passwordMitchesD
2014-07-29Core/Channels: Do not allow creation of channels starting with digitsDDuarte
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-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-22Core/Channels: Remove unnecessary calls to FindPlayer wherever is possibleSpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-01-26Core: Change Handlers locationSpp