aboutsummaryrefslogtreecommitdiff
path: root/modules/cloak.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename utility/map to container and prefix the difference method.Gravatar Sadie Powell2026-04-041-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-311-1/+1
* Add methods to ListExtItem to encode individual elements.•••This allows its use with non-string lists. Gravatar Sadie Powell2026-03-301-54/+6
* Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. Gravatar Sadie Powell2026-03-291-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-12/+12
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-4/+4
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-1/+1
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-081-2/+2
* 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-4/+4
* Add the old connect class to OnPostChangeConnectClass.Gravatar Sadie Powell2026-03-061-1/+1
* 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-2/+2
* 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-1/+1
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-12/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-1/+1
* Add <security:banrealmask>.Gravatar Sadie Powell2025-04-161-5/+8
* Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-221-0/+2
* Synchronise the full cloak state on link for services.Gravatar Sadie Powell2025-03-141-0/+37
* Fix an inverted statement in the cloak module.Gravatar Sadie Powell2025-03-141-3/+3
* Add support for usernames in the cloaking system.Gravatar Sadie Powell2025-03-141-21/+102
* Rename Cloak::Method::Generate to Cloak::Method::Cloak.Gravatar Sadie Powell2025-03-141-2/+2
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-041-1/+1
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-7/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-2/+12
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+462