aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/compat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-8/+8
* 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-97/+55
* Run incoming ENCAP commands through the old protocol preprocessor.Gravatar Sadie Powell2026-03-011-0/+13
* Merge the chg* and set* modules.Gravatar Sadie Powell2026-03-011-0/+23
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-2/+36
* Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-28/+35
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-251-0/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-0/+9
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-63/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-0/+13
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+142