aboutsummaryrefslogtreecommitdiff
path: root/modules/spanningtree/capab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT.•••This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. Gravatar Sadie Powell2026-04-071-1/+1
* Rename utility/map to container and prefix the difference method.Gravatar Sadie Powell2026-04-041-1/+1
* Move query string code from spanningtree to stringutils.Gravatar Sadie Powell2026-04-031-13/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-311-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-191-0/+1
* Improve support for renaming modes.Gravatar Sadie Powell2026-03-191-29/+1
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-6/+6
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-11/+11
* 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-20/+40
* Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. Gravatar Sadie Powell2026-03-021-2/+2
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-6/+6
* Merge the chg* and set* modules.Gravatar Sadie Powell2026-03-011-0/+5
* 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