| Age | Commit message (Expand) | Author |
| 2022-03-12 | Core/ChatCommands: AccountIdentifier from current target | Carbenium |
| 2022-03-09 | Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ... | Shauren |
| 2022-03-05 | Core: whitespace cleanup, reduce double blank line to single (#25795) | Kargatum |
| 2022-02-28 | CI/GitHub: Switch to GCC 8 (#25610) | Giacomo Pozzoni |
| 2022-02-28 | Core/ChatCommands: Fix a potential crash if a custom chat command does not ha... | Treeston |
| 2022-02-27 | Core/ChatCommand: Improve feedback for ambiguous commands | Treeston |
| 2022-02-27 | Core/ChatCommands: Add `trinity_string` support for chat command help | Treeston |
| 2022-02-27 | Scripts/ChatCommands: Constrain how char const* may be used as a command hand... | Treeston |
| 2022-02-27 | 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic... | Treeston |
| 2022-02-27 | [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2... | Treeston |
| 2022-02-13 | Core/Misc: Minor game include cleanup | Shauren |
| 2022-02-11 | Core/Misc: Explicitly include required headers instead of relying on them to ... | Shauren |
| 2022-02-06 | Core/ChatCommands: Fix an issue that caused trailing variant options to somet... | Treeston |
| 2022-02-05 | [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) | Treeston |
| 2022-02-05 | Core/ChatCommands: make ExactSequence more readable | Treeston |
| 2022-02-05 | Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ... | Peter Keresztes Schmidt |
| 2022-02-05 | Chat/Commands: Eradicate ChatHandler::extractOptFirstArg | Treeston |
| 2022-02-05 | Scripts/Commands: .character command conversion | Treeston |
| 2022-02-05 | Core/ChatCommands: Move ostream operator into Variant class so we don't pollu... | Peter Keresztes Schmidt |
| 2022-02-05 | [3.3.5] Scripts/Commands: .arena command conversion (PR #25407) | Treeston |
| 2022-02-05 | Scripts/Commands: Convert argument parsing of .npc commands | Treeston |
| 2022-02-05 | Scripts/Commands: Convert argument parsing of gameobject commands | Treeston |
| 2022-02-04 | Common/Util: Trinity::StringTo<double> support (PR #25364) | Treeston |
| 2022-02-04 | Core/ChatCommands: C++17 cleanup (again) (PR #25323) | Treeston |
| 2022-02-04 | Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2... | Treeston |
| 2022-02-04 | Core/ChatCommands: Do not try to consume integral types if the token is empty... | Peter Keresztes Schmidt |
| 2022-02-04 | Core/Misc: std::string -> std::string_view in a bunch of places, notably chat... | Treeston |
| 2022-02-04 | Core/ChatCommands: Add std::wstring argument type (#25302) | Peter Keresztes Schmidt |
| 2022-02-03 | Core/Commands: Exclude ambigious cast operator overloads from command Variant | Shauren |
| 2022-02-03 | Scripts/Commands: Convert argument parsing of event commands to new system (P... | Peter Keresztes Schmidt |
| 2022-02-03 | Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285) | Peter Keresztes Schmidt |
| 2022-02-02 | Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade... | Peter Keresztes Schmidt |
| 2022-02-02 | Core/ChatCommands: Add Variant.get<typename> overload (PR #25267) | Peter Keresztes Schmidt |
| 2022-02-02 | Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to... | Treeston |
| 2022-02-02 | Core/ChatCommands: Add support for std::array-type arguments (#25261) | Peter Keresztes Schmidt |
| 2022-01-26 | Core/ChatCommands: Do not parse partial strings for numeric paramters (PR #25... | Peter Keresztes Schmidt |
| 2022-01-26 | Core/ChatCommands: Honor exact matches during enum arg parsing (PR #25255) | Peter Keresztes Schmidt |
| 2022-01-26 | Core/ChatCommands: Add support for enum type arguments (PR #25242) | Peter Keresztes Schmidt |
| 2022-01-23 | Core/Misc: Replace boost::optional with std::optional (#25047) | Peter Keresztes Schmidt |
| 2021-12-26 | Core/Misc: Fixed outdated cherry-picked file headers | Shauren |
| 2021-12-24 | Core/Misc: C++17 cleanups, commit 3, the header commit | Treeston |
| 2021-12-24 | Core/Misc: C++17 cleanups, commit 2, the advstd commit | Treeston |
| 2021-12-24 | Core/Misc: C++17 cleanups, commit 1 | Treeston |
| 2021-12-24 | Core/Chat: Add SpellInfo const* handler for command args. Use it to update .c... | Treeston |
| 2021-10-31 | Core/Chat: Implement hyperlink validation for new link types | Shauren |
| 2021-10-31 | Core/Chat: Unify chat hyperlink parsing (PR #22417) | Treeston |
| 2021-10-30 | Core/Commands: Parse character guid in achievement hyperlinks to ObjectGuid | Shauren |
| 2021-10-25 | Core/ChatCommands: Implement achievement link parsing | Treeston |
| 2021-10-25 | Core/ChatCommands: Properly handle single-argument handlers (argument string ... | Treeston |
| 2021-10-25 | Scripts/Commands: New argument parsing methodology (PR #22363) | Treeston |