| Age | Commit message (Expand) | Author |
| 2021-08-29 | Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffec... | Shauren |
| 2021-08-14 | Core/ChatCommands: AccountIdentifier from current target | Carbenium |
| 2021-04-25 | Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ... | Shauren |
| 2021-01-03 | Core: whitespace cleanup, reduce double blank line to single (#25795) | Kargatum |
| 2020-12-10 | Game/ChatCommands: Make sure ChatHandler::extractPlayerTarget populates the s... | Treeston |
| 2020-10-30 | Core/Commands: Exclude ambigious cast operator overloads from command Variant | Shauren |
| 2020-10-25 | CI/GitHub: Switch to GCC 8 (#25610) | Giacomo Pozzoni |
| 2020-10-08 | Core/ChatCommands: Fix a potential crash if a custom chat command does not ha... | Treeston |
| 2020-09-23 | Core/ChatCommand: Improve feedback for ambiguous commands | Treeston |
| 2020-09-21 | Core/ChatCommands: Add `trinity_string` support for chat command help | Treeston |
| 2020-09-20 | Scripts/ChatCommands: Constrain how char const* may be used as a command hand... | Treeston |
| 2020-09-20 | 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic... | Treeston |
| 2020-09-20 | [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2... | Treeston |
| 2020-09-13 | Core/ChatCommands: Fix an issue that caused trailing variant options to somet... | Treeston |
| 2020-09-12 | Core/Chat: Fix hyperlink validation for inspected item links, for real this t... | Treeston |
| 2020-09-12 | [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) | Treeston |
| 2020-09-12 | Core/PacketIO: Fixed SMSG_INSPECT for items with random suffix | Shauren |
| 2020-09-12 | Core/Chat: Fixed validating item links with random properties | Shauren |
| 2020-09-10 | Core/ChatCommands: make ExactSequence more readable | Treeston |
| 2020-09-10 | Core/Chat: Permissible quest level for hyperlinks, [-1, 127] -> [-1, 32767]. ... | Treeston |
| 2020-09-10 | Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ... | Peter Keresztes Schmidt |
| 2020-09-10 | Core/Chat: Fix quest hyperlinks for quest level -1. Closes #25432. | Treeston |
| 2020-09-10 | Scripts/Commands: Convert remaining debug commands (PR #25429) | Peter Keresztes Schmidt |
| 2020-09-09 | Chat/Commands: Eradicate ChatHandler::extractOptFirstArg | Treeston |
| 2020-09-07 | Scripts/Commands: .character command conversion | Treeston |
| 2020-09-07 | Core/ChatCommands: Move ostream operator into Variant class so we don't pollu... | Peter Keresztes Schmidt |
| 2020-09-06 | [3.3.5] Scripts/Commands: .arena command conversion (PR #25407) | Treeston |
| 2020-09-04 | Scripts/Commands: Convert argument parsing of .npc commands | Treeston |
| 2020-09-03 | Scripts/Commands: Convert argument parsing of gameobject commands | Treeston |
| 2020-09-02 | Common/Util: Trinity::StringTo<double> support (PR #25364) | Treeston |
| 2020-09-02 | Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,... | Treeston |
| 2020-09-02 | UnitTests: |Hspell and |Htalent unit testing | Treeston |
| 2020-09-01 | Core/Misc: More DBC std::array refactors, stricter |Hitem checks, and more hy... | Treeston |
| 2020-09-01 | Core/Misc: DBC std::array refactors, and |Hachievement unit tests | Treeston |
| 2020-08-31 | UnitTests: Add a first set of item hyperlink tests | Treeston |
| 2020-08-31 | Core/Chat: Fix achievement and enchant link validation | Shauren |
| 2020-08-30 | Core/Chat: Correct Hyperlink validation for incomplete achievements. | Treeston |
| 2020-08-30 | Scripts/Commands: Fix a crash in .help - closes #25360 | Treeston |
| 2020-08-30 | Core/ChatCommands: C++17 cleanup (again) (PR #25323) | Treeston |
| 2020-08-28 | Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327) | Treeston |
| 2020-08-26 | Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2... | Treeston |
| 2020-08-24 | Revert "[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_... | Treeston |
| 2020-08-24 | [3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_view) | Treeston |
| 2020-08-23 | Core/ChatCommands: Do not try to consume integral types if the token is empty... | Peter Keresztes Schmidt |
| 2020-08-23 | Core/Misc: std::string -> std::string_view in a bunch of places, notably chat... | Treeston |
| 2020-08-22 | Core/ChatCommands: Add std::wstring argument type (#25302) | Peter Keresztes Schmidt |
| 2020-08-20 | Scripts/Commands: Convert argument parsing of event commands to new system (P... | Peter Keresztes Schmidt |
| 2020-08-20 | Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285) | Peter Keresztes Schmidt |
| 2020-08-17 | Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade... | Peter Keresztes Schmidt |
| 2020-08-17 | Core/ChatCommands: Add Variant.get<typename> overload (PR #25267) | Peter Keresztes Schmidt |