| Age | Commit message (Expand) | Author |
| 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 |
| 2020-08-17 | make compilers happy | Treeston |
| 2020-08-17 | Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to... | Treeston |
| 2020-08-17 | revert 1aeb7a0 and f9e7dbd until I can work around GCC being silly | Treeston |
| 2020-08-17 | How did this even build in VS???? (don't kill me shauren) (f9e7dbd follow-up) | Treeston |
| 2020-08-17 | Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to... | Treeston |
| 2020-08-17 | Core/ChatCommands: Add support for std::array-type arguments (#25261) | Peter Keresztes Schmidt |
| 2020-08-16 | Core/ChatCommands: Do not parse partial strings for numeric paramters (PR #25... | Peter Keresztes Schmidt |
| 2020-08-16 | Core/ChatCommands: Honor exact matches during enum arg parsing (PR #25255) | Peter Keresztes Schmidt |
| 2020-08-16 | Core/ChatCommands: Add support for enum type arguments (PR #25242) | Peter Keresztes Schmidt |
| 2020-07-30 | Core/Commands: Initialize commands on startup instead of first use | Shauren |
| 2020-07-15 | Core/Misc: Replace boost::optional with std::optional (#25047) | Peter Keresztes Schmidt |
| 2020-07-12 | Core/DataStores: Update DBC field names to generated ones (#24999) | Peter Keresztes Schmidt |
| 2020-04-05 | Core/Misc: Remove whitespace at the end of lines | jackpoz |
| 2020-03-31 | Core/DBLayer: Prevent committing transactions started on a different database | Shauren |
| 2020-03-31 | Core/DBLayer: Prevent using prepared statements on wrong database | Shauren |
| 2020-03-19 | nopch fix | Shauren |
| 2020-03-19 | Core/Misc: C++17 cleanups, commit 3, the header commit | Treeston |
| 2020-03-19 | Core/Misc: C++17 cleanups, commit 2, the advstd commit | Treeston |
| 2020-03-19 | Core/Misc: C++17 cleanups, commit 1 | Treeston |
| 2020-03-19 | Core/Chat: Add SpellInfo const* handler for command args. Use it to update .c... | Treeston |
| 2020-01-02 | New year | Aokromes |
| 2019-09-27 | Core/Misc: Fix static analysis issues | Giacomo Pozzoni |
| 2019-08-09 | Core/Channels: Fix a bug that would cause channel settings to disappear in ce... | Treeston |
| 2019-08-04 | Core/Chat: Always save channel info to database on shutdown if persistence is... | Treeston |
| 2019-08-02 | Core/Misc: Fix build warning | Giacomo Pozzoni |
| 2019-08-01 | Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at... | Treeston |
| 2019-07-16 | Core/Misc: Fix no-pch build | jackpoz |
| 2019-07-16 | Core/Chat: Properly reload saved channel settings from DB after 8c16f31. | Treeston |
| 2019-07-13 | Core/Chat: Rewrite some custom channel handling. Channel creation now properl... | Treeston |
| 2019-07-08 | Core/Misc: More coding standards (#23519) | Aokromes |
| 2019-02-16 | Refactor SendSysMessage, SendGlobalSysMessage, SendGlobalGMSysMessage (#23029) | Heaven31415 |
| 2019-01-01 | Happy New Year, folks. It's 2019! | Treeston |
| 2018-10-19 | Core/Chat: Some fixes to talent hyperlink verification. Closes #22685. | Treeston |
| 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 |
| 2018-09-17 | Core/Chat: Fix tradeskill hyperlinks - embedded GUID is now properly read as ... | Treeston |
| 2018-09-17 | Core/Chat: Add a missing terminator check | Treeston |
| 2018-09-15 | Nopch fix (#22437) | Gildor |
| 2018-09-13 | Fix gcc warnings | Shauren |
| 2018-09-13 | gcc build fix | Treeston |
| 2018-09-13 | [3.3.5] Core/Chat: Unify chat hyperlink parsing (PR #22417) | Treeston |
| 2018-09-09 | Core/ChatCommands: Implement achievement link parsing | Treeston |
| 2018-09-08 | build fix for pedantic compilers | Treeston |
| 2018-09-08 | Build fix2 | Shauren |
| 2018-09-08 | Build fix | Shauren |
| 2018-09-08 | Core/ChatCommands: Properly handle single-argument handlers (argument string ... | Treeston |
| 2018-09-07 | Scripts/Commands: New argument parsing methodology (PR #22363) | Treeston |