| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop deleting the spanningtree utilities on unload.•••This is not an owning pointer now. | 2026-03-30 | 1 | -1/+1 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -23/+23 | |
| * | Move CUList to be declared inside User. | 2026-03-26 | 1 | -4/+4 | |
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -1/+1 | |
| * | 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 | -79/+75 | |
| * | 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 | -22/+22 | |
| * | Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. | 2026-03-05 | 1 | -3/+3 | |
| * | Move the event/ prefix of events to the parent class. | 2026-03-02 | 1 | -4/+4 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -1/+1 | |
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -0/+3 | |
| * | Add join time to the membership identifier. | 2025-12-28 | 1 | -0/+1 | |
| * | Merge branch 'insp4' into master. | 2025-12-07 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| * | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | |
| * | Merge branch 'insp4' into master. | 2025-03-22 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2025-03-03 | 1 | -1/+3 | |
| * | Make the server protocol APIs use a reference instead of a pointer. | 2024-09-19 | 1 | -1/+1 | |
| * | Rename TreeServer::GetParent to GetTreeParent. | 2024-09-19 | 1 | -3/+3 | |
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2024-08-18 | 1 | -4/+5 | |
| * | Merge branch 'insp4' into master. | 2024-07-24 | 1 | -0/+3 | |
| * | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -18/+2 | |
| * | Merge branch 'insp4' into master. | 2024-07-22 | 1 | -16/+1 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+923 |
