aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/protocolinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-1/+1
* Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-151-11/+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. Gravatar Sadie Powell2026-03-121-9/+17
* Rename TreeServer::GetParent to GetTreeParent.Gravatar Sadie Powell2024-09-191-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-5/+0
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+123