| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2026-05-31 | 1 | -4/+4 | |
| |\ | |||||
| | * | Allow omitting an extban character by default.•••Character extbans are deprecated anyway and this makes it easier for modules to opt-out of providing one. | 2026-05-30 | 1 | -4/+4 | |
| * | | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2026-03-31 | 1 | -1/+1 | |
| * | | Fix various minor Doxygen issues. | 2026-03-29 | 1 | -0/+1 | |
| * | | 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. | 2026-03-29 | 1 | -6/+6 | |
| * | | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -7/+7 | |
| * | | Switch typedefs to using statements. | 2026-03-26 | 1 | -1/+1 | |
| * | | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -1/+1 | |
| * | | Mark all acting extbans as MATCH_REQUIRE_CHANNEL.•••This removes the need for special behaviour in the silence module. | 2026-03-09 | 1 | -1/+1 | |
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -8/+10 | |
| * | | Merge branch 'insp4' into master. | 2026-03-08 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some minor doxygen warnings. | 2026-03-08 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -3/+2 | |
| |\| | |||||
| | * | Remove the inverted parameter from the extban validation method. | 2026-03-06 | 1 | -3/+2 | |
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -0/+37 | |
| |\| | |||||
| | * | Add a validation hook for extbans. | 2026-03-04 | 1 | -0/+37 | |
| * | | 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. | 2026-03-02 | 1 | -1/+8 | |
| * | | Move the event/ prefix of events to the parent class. | 2026-03-02 | 1 | -1/+1 | |
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -1/+1 | |
| * | | Allow the use of extended bans in more scenarios. | 2026-01-05 | 1 | -17/+53 | |
| * | | Add <security:banrealmask>. | 2025-04-16 | 1 | -8/+12 | |
| |/ | |||||
| * | Add support for extbans without letters. | 2024-10-16 | 1 | -1/+1 | |
| * | Add a type alias for the extban letter type. | 2024-09-27 | 1 | -8/+11 | |
| * | Clean up the names of some variables in the extban header. | 2024-09-27 | 1 | -31/+31 | |
| * | Unregister extbans when the providing module is unloaded. | 2024-07-06 | 1 | -0/+5 | |
| * | Update copyright headers. | 2024-06-14 | 1 | -1/+1 | |
| * | Update Doxygen config and fix some warnings. | 2024-06-11 | 1 | -1/+2 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Split ExtBan::Acting from ExtBan::ActingBase. | 2024-02-15 | 1 | -5/+23 | |
| * | Fix list modes unintentionally being case sensitive.•••Closes #907. | 2023-08-12 | 1 | -0/+26 | |
| * | Make Numerics::CannotSendTo properly aware of extbans. | 2023-06-22 | 1 | -0/+4 | |
| * | Allow remapping mode and extban characters at load time.•••Closes #1970. | 2022-12-20 | 1 | -1/+1 | |
| * | Make the extban enums 8-bit. | 2022-04-29 | 1 | -0/+3 | |
| * | Fix a missing doxygen comment. | 2022-04-17 | 1 | -0/+6 | |
| * | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 1 | -0/+15 | |
| * | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 1 | -0/+18 | |
| * | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -0/+12 | |
| * | Remove duplicate includes from module headers. | 2022-01-25 | 1 | -2/+0 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -10/+10 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+1 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | Implement support for inverted extbans. | 2020-05-07 | 1 | -5/+14 | |
| * | Deduplicate extban parsing. | 2020-05-07 | 1 | -0/+20 | |
| * | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 1 | -0/+254 | |
