aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-1/+2
|
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-2/+2
|
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-2/+2
|
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-1/+1
|
* Rework sending server protocol messages.Gravatar Sadie Powell2026-03-121-9/+0
| | | | | | | | | | | | | | | | | - 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.
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-2/+2
|
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-0/+3
|
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+184