aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Move building TARGMAX to core_info.Gravatar Sadie Powell2026-03-062-14/+23
* Add the old connect class to OnPostChangeConnectClass.Gravatar Sadie Powell2026-03-062-8/+3
* Convert TranslateType to an enum class.Gravatar Sadie Powell2026-03-069-14/+14
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-065-5/+5
* Add validation to silence extbans.Gravatar Sadie Powell2026-03-062-1/+21
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-061-0/+116
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-069-9/+131
* Convert the uninvite module to use standard replies.Gravatar Sadie Powell2026-03-061-17/+16
* Convert the dnsbl and gateway modules to use standard replies.Gravatar Sadie Powell2026-03-052-13/+25
* Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. Gravatar Sadie Powell2026-03-0513-38/+38
* Fix using the wrong parameter in the rline module.Gravatar Sadie Powell2026-03-051-2/+2
* Convert the shun and rline modules to use standard replies.Gravatar Sadie Powell2026-03-053-8/+25
* Convert the cban module to use standard replies.Gravatar Sadie Powell2026-03-051-3/+10
* Clean up the abbreviation module and move to standard replies.Gravatar Sadie Powell2026-03-051-29/+38
* Deduplicate command usability checks into Command::IsUsableBy.Gravatar Sadie Powell2026-03-051-16/+1
* Clean up ModuleManager somewhat.Gravatar Sadie Powell2026-03-041-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-031-0/+3
* Add the config read time to the httpd_stats output.Gravatar Sadie Powell2026-03-031-0/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-021-5/+4
* Fix kicking with multiple channels.Gravatar Sadie Powell2026-03-021-2/+3
* Switch parameter count fields to use size_t.Gravatar Sadie Powell2026-03-023-3/+3
* Abolish FMT_PTR, this does the same for both formatters.Gravatar Sadie Powell2026-03-023-6/+6
* Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-0225-60/+60
* 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-0224-70/+58
* Move the event/ prefix of events to the parent class.Gravatar Sadie Powell2026-03-0213-20/+20
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-0246-92/+92
* Fix regular users being told about server operator privileges.Gravatar Sadie Powell2026-03-011-1/+1
* Run incoming ENCAP commands through the old protocol preprocessor.Gravatar Sadie Powell2026-03-011-0/+13
* Merge the chg* and set* modules.Gravatar Sadie Powell2026-03-018-347/+192
* Debug log when an encapsulated command fails.Gravatar Sadie Powell2026-03-011-1/+12
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-0113-61/+172
* Fix swhois sending a NOTE when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-283-16/+15
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-282-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-4/+6
* Implement support for per-command maximum targets.•••Closes #2157. Gravatar Sadie Powell2026-02-2716-2/+31
* Fix some incorrect uses of SharedData in sacommands.Gravatar Sadie Powell2026-02-261-8/+9
* 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-262-10/+20
* Add the rewritten sacommands module.Gravatar Sadie Powell2026-02-261-0/+554
* Move ERR_USERONCHANNEL to the global numeric header.Gravatar Sadie Powell2026-02-261-1/+0
* Remove the sa* modules pending a complete rewrite.Gravatar Sadie Powell2026-02-267-776/+0
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-261-1/+1
* Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-2612-16/+27
* Fix the old name of the noctcp mode.Gravatar Sadie Powell2026-02-171-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-171-8/+87
* Fix parsing the flags in the swhois module.Gravatar Sadie Powell2026-02-151-4/+5
* Evict the customtitle module to inspircd-contrib.Gravatar Sadie Powell2026-02-131-159/+0
* Remove InValidMask as it only has one unnecessary use.Gravatar Sadie Powell2026-02-121-7/+1