aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some issues with the previous merge.Gravatar Sadie Powell2025-12-271-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-261-15/+44
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-0735-86/+88
* Avoid using deprecated functions in ssl_openssl.Gravatar Sadie Powell2025-11-041-1/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-041-7/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-032-34/+60
* Add a missing override keyword.Gravatar Sadie Powell2025-10-311-1/+1
* Remove a deprecated configuration option.Gravatar Sadie Powell2025-10-311-21/+1
* Allow getting an I/O hook from a user I/O handler.Gravatar Sadie Powell2025-10-314-15/+14
* Reduce nesting in OnCleanup hooks.Gravatar Sadie Powell2025-10-313-34/+30
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-291-2/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-281-3/+2
* Move message serialization into core_clients.Gravatar Sadie Powell2025-10-281-6/+20
* Avoid duplicating some of the send/receive queue limiting code.Gravatar Sadie Powell2025-10-261-19/+10