aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for swhois entries that only servers can unset.Gravatar Sadie Powell2026-02-121-11/+22
* Add support for oper-only swhois entries.Gravatar Sadie Powell2026-02-121-21/+48
* Move maphide's config to its own tag.Gravatar Sadie Powell2026-02-111-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-111-1/+1
* Fix a typo in the swhois module.Gravatar Sadie Powell2026-02-101-1/+1
* Add the rewritten swhois module.Gravatar Sadie Powell2026-02-101-0/+441
* Remove the swhois module pending a complete rewrite.Gravatar Sadie Powell2026-02-101-153/+0
* Fix the xline_db version check.Gravatar Sadie Powell2026-01-231-1/+1
* Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-209-187/+116
* Remove the u_ prefix from user modes.Gravatar Sadie Powell2026-01-205-5/+11
* Clean up the sslmodes module.Gravatar Sadie Powell2026-01-203-33/+49
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-111-41/+35
* Allow using extbans in silences.•••Closes #2197. Gravatar Sadie Powell2026-01-051-2/+41
* Allow the use of extended bans in more scenarios.Gravatar Sadie Powell2026-01-0513-23/+28
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-0410-22/+13
* Add join time to the membership identifier.Gravatar Sadie Powell2025-12-286-39/+65