aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/commands.h
Commit message (Expand)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-32/+32
* 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-25/+15
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-081-0/+4
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-0/+27
* Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-1/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+531