aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/sinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite tokenstream and move to stringutils.Gravatar Sadie Powell2026-03-141-2/+3
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-6/+6
* 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-2/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-02-141-1/+2
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+95