aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/capab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix link compatibility with v4 after the sacommand merge.Gravatar Sadie Powell2026-02-261-5/+18
* Remove the c_ prefix from the c_registered mode.Gravatar Sadie Powell2026-02-261-9/+19
* Fix the old name of the noctcp mode.Gravatar Sadie Powell2026-02-171-1/+1
* Remove the u_ prefix from user modes.Gravatar Sadie Powell2026-01-201-1/+7
* Clean up the sslmodes module.Gravatar Sadie Powell2026-01-201-1/+14
* 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
* Replace string concatenation with a format string.Gravatar Sadie Powell2025-03-221-4/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-5/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-301-0/+18
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-2/+2
* Refactor "CAPAB CAPABILITIES" code.Gravatar Sadie Powell2024-08-171-31/+38
* Drop the protocol version from module capab functions.Gravatar Sadie Powell2024-08-161-8/+8
* Merge CompareModulesNew into CompareModules.•••This isn't necessary now we only support the 1205 protocol. Gravatar Sadie Powell2024-08-161-20/+11
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-103/+11
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+643