| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the remaining bits of stdalgo to utility/container. | 2026-04-04 | 1 | -2/+3 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -9/+9 | |
| * | Switch the extensible system to using shared pointers. | 2026-03-27 | 1 | -17/+20 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -3/+3 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -5/+3 | |
| * | Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. | 2026-03-12 | 1 | -10/+9 | |
| * | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 1 | -4/+4 | |
| * | Convert TranslateType to an enum class. | 2026-03-06 | 1 | -1/+1 | |
| * | Switch parameter count fields to use size_t. | 2026-03-02 | 1 | -1/+1 | |
| * | Implement support for per-command maximum targets.•••Closes #2157. | 2026-02-27 | 1 | -1/+2 | |
| * | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | |
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -3/+3 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+476 |
