aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
* Add insp::find_value, insp::to_ptr and switch code to use them.Gravatar Sadie Powell2026-04-041-14/+3
* Pass a server reference to OnRouteMessage.Gravatar Sadie Powell2026-04-041-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. Gravatar Sadie Powell2026-04-041-0/+1
* Move query string code from spanningtree to stringutils.Gravatar Sadie Powell2026-04-031-11/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-12/+15
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-2/+2
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-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. Gravatar Sadie Powell2026-03-121-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. Gravatar Sadie Powell2026-03-081-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-2/+3
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-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. Gravatar Sadie Powell2025-07-201-8/+10
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-07-121-1/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-131-0/+6
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-221-0/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-6/+2
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+428