| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 1 | -1/+1 | |
| * | Add insp::find_value, insp::to_ptr and switch code to use them. | 2026-04-04 | 1 | -14/+3 | |
| * | Pass a server reference to OnRouteMessage. | 2026-04-04 | 1 | -1/+1 | |
| * | Tighten up the TLS requirements for server links.•••Servers must now either provide a fingerprint in the link config or provide a valid certificate. There's an undocumented (for now) opt-out in the config but even with this set it still doesn't allow expired, revoked, or otherwise invalid certificates. | 2026-04-04 | 1 | -0/+1 | |
| * | Move query string code from spanningtree to stringutils. | 2026-04-03 | 1 | -11/+1 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -12/+15 | |
| * | Move CUList to be declared inside User. | 2026-03-26 | 1 | -2/+2 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -3/+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 | -32/+11 | |
| * | 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 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2025-12-07 | 1 | -2/+3 | |
| * | Merge branch 'insp4' | 2025-08-15 | 1 | -0/+9 | |
| * | Move spanningtree configuration to its own tag.•••This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place. | 2025-07-20 | 1 | -8/+10 | |
| * | Merge branch 'insp4' into master. | 2025-07-12 | 1 | -1/+3 | |
| * | Merge branch 'insp4' into master. | 2025-04-13 | 1 | -0/+6 | |
| * | 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-01 | 1 | -1/+1 | |
| * | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -6/+2 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+428 |
