aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop deleting the spanningtree utilities on unload.•••This is not an owning pointer now. Gravatar Sadie Powell2026-03-301-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-23/+23
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-4/+4
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-1/+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-79/+75
* Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. Gravatar Sadie Powell2026-03-081-22/+22
* Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. Gravatar Sadie Powell2026-03-051-3/+3
* Move the event/ prefix of events to the parent class.Gravatar Sadie Powell2026-03-021-4/+4
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-0/+3
* Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-0/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-221-0/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-1/+3
* Make the server protocol APIs use a reference instead of a pointer.Gravatar Sadie Powell2024-09-191-1/+1
* Rename TreeServer::GetParent to GetTreeParent.Gravatar Sadie Powell2024-09-191-3/+3
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-181-4/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-0/+3
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-18/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-16/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+923