aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/treesocket2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-5/+3
* Rewrite tokenstream and move to stringutils.Gravatar Sadie Powell2026-03-141-1/+2
* 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-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-301-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-4/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-5/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-4/+4
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+458