index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T01:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
scripts
/
World
/
chat_log.cpp
Age
Commit message (
Expand
)
Author
2024-03-15
Core/Logging: Improved generated code for log statements (length of text is c...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2021-01-10
Scripts/Chat log: Move LANG_ADDON_LOGGED to addon chat logger
Shauren
2021-01-08
Split all addon chat logs into separate log streams (#25816)
Kyle Phelps
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-24
Nopch fix
Shauren
2017-05-18
Core/Game: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-04-12
Core/Chat: Implemented instance chat type
Shauren
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-04-29
Core/Misc: Remove obsolete C++11 backward compatibility macros
Dehravor
2014-04-08
Core/ChatLog: handle chatlog options with extended logging system
joschiwald
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-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-07-30
Core/Misc: Use proper headers to optimize compile
Vincent-Michael
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-07-31
Fix gcc build and remove redundant check from 0afc3c
Machiavelli
2011-07-31
Core/ChatLog: Properly filter out addon messages in whisper, party, raid and ...
Machiavelli
2011-06-12
Core: More codestyle cleanups
click
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-11-29
Core/Groups: Move all function definition from .h to .cpp
Spp
2010-11-17
Core/Scripts: pass message parameter by reference in OnChat methods to make i...
azazel
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Yet more copyright header updates
click
2010-09-16
Scripts/Quests:
azazel
2010-09-12
Cleanup/Core: Remove whitespace and tabs
click
2010-09-06
Core: Fix some warnings
Spp
2010-09-05
Scripts/Texts:
azazel
2010-09-04
Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a C-s...
silinoron
2010-08-23
Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...
silinoron
2010-08-12
* Modify PlayerScript::OnChat hook. Now it takes one optional parameter of ty...
azazel