aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat/Chat.cpp
AgeCommit message (Expand)Author
2015-03-30Core/Misc: Remove unused headersleak
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-10-18Core/ObjectAccessor: don't use singleton when calling static methodsjoschiwald
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-09-18Core/Misc: changed trinity string id to unsigned and removed obsolete codejoschiwald
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-25Scripts/Commands: Change "few" commands to target current Player by defaultjackpoz
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-04-13Scripts/Commands: ".modify speed" targets current Player by defaultjackpoz
2014-03-30Core/Misc: Fix warning with GCCjackpoz
2014-03-29Core/Misc: Fix warningjackpoz
2014-03-29Core/Commands: Handle "" as empty string argumentjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-23Core/Chat: Refactored building chat packetsShauren
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-06Core/Commands: Restored old functionality of getSelectedPlayer in chat commandsShauren
2013-10-03Core/Players: Fixed issues with incorrect targets being selected for spellsShauren
2013-09-27Core/RBAC: Move RBAC code to namespace rbacSpp
2013-08-30Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)Spp
2013-08-26Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-24Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-01Core/Battlegrounds: Fixed error with counting AB owned nodes (and warning fixes)Shauren
2013-05-29Update Chat.cppb4nan1
2013-05-24Core/Commands: Fixed wrong field types used in db queries for pinfo command a...Shauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-04-23Core/Log: Added guid (of gm), area and zone to gm command log.xjose93
2013-02-25Core/RBAC: Create new permissions 'Notify if a command was not found' and 'En...Spp
2013-02-05Typo fixSpp
2013-02-05Core/RBAC: Allow custom security levels for commands. (Before this change any...Spp
2013-02-04Core: Implement Role based Access ControlSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Random changes here and there to minimize differences with 4.3.4 b...Spp
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-11-01Core/Chat: Prevent client crashes with invalid chat language and message type...leak
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-29Core/Commands: Convert more misc commands in commandscriptVincent-Michael
2012-07-29Convert misc commands in commandscriptVincent-Michael
2012-07-15Core/Commands: Convert ticket commands in commandscriptVincent-Michael
2012-07-14Core/Commands: Convert ban / unban / baninfo / banlist commands in commandscriptVincent-Michael
2012-07-06Core/Commands: Convert lookup commands in commandscriptVincent-Michael
2012-07-02Core/Commands: Convert guild commands in commandscriptVincent-Michael
2012-06-21Core/Commands: Convert reset commands in commandscriptVincent-Michael
2012-06-21Core/Commands: Convert list commands in commandscriptVincent-Michael
2012-06-21Scripts/Commands: Convert character and server commands to commandscriptXees
2012-06-19Core/Commands: Convert cast commands in commandscriptVincent-Michael
2012-06-14Core/Chat: Convert instance commands in commandscriptVincent-Michael