| Age | Commit message (Expand) | Author |
| 2022-02-04 | Core/Misc: DBC std::array refactors, and |Hachievement unit tests | Treeston |
| 2022-02-04 | UnitTests: Add a first set of item hyperlink tests | Treeston |
| 2022-02-04 | Core/Chat: Add missing initialization to chat link data structures | Shauren |
| 2022-02-04 | Core/Chat: Correct Hyperlink validation for incomplete achievements. | Treeston |
| 2022-02-04 | Scripts/Commands: Fix a crash in .help - closes #25360 | Treeston |
| 2022-02-04 | Core/ChatCommands: C++17 cleanup (again) (PR #25323) | Treeston |
| 2022-02-04 | Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327) | 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-24 | Core/Commands: Initialize commands on startup instead of first use | Shauren |
| 2022-01-23 | Core/Misc: Replace boost::optional with std::optional (#25047) | Peter Keresztes Schmidt |
| 2022-01-23 | Core/DataStores: Port refactors from Update DBC field names to generated ones... | Peter Keresztes Schmidt |
| 2022-01-01 | Core/Misc: Remove whitespace at the end of lines | jackpoz |
| 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-12-21 | Core/Items: implement some helper methods for easier readability (#24113) | ForesterDev |
| 2021-12-18 | Core/Misc: Fix static analysis issues | Giacomo Pozzoni |
| 2021-12-18 | Core/Channels: Fix a bug that would cause channel settings to disappear in ce... | Treeston |
| 2021-12-18 | Core/Chat: Always save channel info to database on shutdown if persistence is... | Treeston |
| 2021-12-17 | Core/Misc: Fix build warning | Giacomo Pozzoni |
| 2021-12-17 | Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at... | Treeston |
| 2021-12-16 | Core/Misc: Fix no-pch build | jackpoz |
| 2021-12-16 | Core/Chat: Properly reload saved channel settings from DB after 8c16f31. | Treeston |
| 2021-12-16 | Core/Chat: Rewrite some custom channel handling. Channel creation now properl... | Treeston |
| 2021-12-14 | Core/Misc: More coding standards (#23519) | Aokromes |
| 2021-11-23 | Refactor SendSysMessage, SendGlobalSysMessage, SendGlobalGMSysMessage (#23029) | Heaven31415 |
| 2018-09-18 | Core/Chat: Some hyperlink follow-ups: | Treeston |
| 2018-09-17 | Core/Chat: Fix validation of tradeskill recipes that belong to multiple skill... | Treeston |
| 2021-11-02 | Core/Social: Implemented account ignores | Shauren |
| 2021-10-31 | Core/Chat: Implement hyperlink validation for new link types | Shauren |
| 2021-10-31 | Core/Chat: Add a missing terminator check | Treeston |
| 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 |