aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for per-command maximum targets.Gravatar Sadie Powell2026-02-271-4/+13
| | | | Closes #2157.
* Add the rewritten sacommands module.Gravatar Sadie Powell2026-02-261-0/+37
|
* Remove the sa* modules pending a complete rewrite.Gravatar Sadie Powell2026-02-261-51/+0
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-172-10/+17
|\
| * Document the DNSBL command.Gravatar Sadie Powell2026-02-161-8/+14
| | | | | | | | Closes #2190.
| * Add support for filtering message tags to the known keys.Gravatar Sadie Powell2026-02-161-2/+3
| |
* | Evict the customtitle module to inspircd-contrib.Gravatar Sadie Powell2026-02-132-23/+0
| |
* | Move maphide's config to its own tag.Gravatar Sadie Powell2026-02-111-3/+4
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-111-0/+7
|\|
| * Upgrade Doxyfile for the latest Doxygen.Gravatar Sadie Powell2026-01-261-0/+7
| |
* | Add the rewritten swhois module.Gravatar Sadie Powell2026-02-101-5/+14
| |
* | Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-203-36/+33
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-261-3/+4
|\|
| * Add an option to automatically ZLine users who send amsgs.Gravatar Sadie Powell2025-12-261-3/+4
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-072-8/+11
|\|
| * Update author list.Gravatar InspIRCd Robot2025-12-031-4/+3
| |
| * Fix the <autoconnect> indentation in the example link config.Gravatar Sadie Powell2025-12-031-2/+2
| |
| * Add <autoconnect:bootperiod> to allow quickly connecting after boot.Gravatar Sadie Powell2025-11-191-4/+8
| |
* | Remove a deprecated configuration option.Gravatar Sadie Powell2025-10-311-6/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-261-1/+1
|\|
| * Fix a dead link in the example configs.Gravatar Sadie Powell2025-10-261-1/+1
| | | | | | | | Closes #2812.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-301-3/+13
|\|
| * Lower the weight of tag messages from 0.2 to 0.1.Gravatar Sadie Powell2025-09-071-1/+1
| |
| * Add a way to opt into the old "reset on hit" messageflood behaviour.Gravatar Sadie Powell2025-09-071-1/+2
| |
| * Add long duration template variables to messageflood and repeat.Gravatar Sadie Powell2025-08-311-2/+2
| |
| * Revert "Demote the regex_tre module to inspircd-contrib".Gravatar Sadie Powell2025-08-191-0/+9
| | | | | | | | | | | | TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-07-281-8/+23
|\|
| * Use the same message for ssl_{gnutls,openssl} as other modules.Gravatar Sadie Powell2025-07-281-8/+23
| |
* | Move spanningtree configuration to its own tag.Gravatar Sadie Powell2025-07-202-38/+56
| | | | | | | | | | This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-06-291-1/+3
|\|
| * Add flag support to rline.Gravatar Sadie Powell2025-06-281-1/+7
| |
| * Fix enforcing use of the PSL database in link data.Gravatar Sadie Powell2025-04-171-1/+2
| | | | | | | | | | | | The link data not being enforced is unfortunately a bug but we can't do anything about it in v4 because it would break link compatibility.
* | Move customversion from <security> to <options>.Gravatar Sadie Powell2025-04-161-4/+4
| | | | | | | | | | This does not relate to security so it should not be in the <security> tag.
* | Add <security:banrealmask>.Gravatar Sadie Powell2025-04-161-0/+4
| |
* | Add the hash_gnutls module.Gravatar Sadie Powell2025-04-061-0/+20
| | | | | | | | | | This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear.
* | Delete the old hashing interface and modules.Gravatar Sadie Powell2025-04-061-91/+0
| |
* | Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-0/+100
| |
* | Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-063-13/+9
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-18/+22
|\|
| * Allow using the long duration format in the xline message.Gravatar Sadie Powell2025-03-181-18/+22
| |
* | Allow reloading the geolocation database with a module rehash.Gravatar Sadie Powell2025-03-191-0/+1
| |
* | Allow using signals to rehash any module instead of just TLS.Gravatar Sadie Powell2025-03-191-15/+27
| |
* | Add the cloak_custom module.Gravatar Sadie Powell2025-03-141-0/+47
| |
* | Remove the vhost module pending a rewrite.Gravatar Sadie Powell2025-03-141-20/+0
| |
* | Add <cloak:username> to the username cloak engine.Gravatar Sadie Powell2025-03-142-5/+14
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-143-42/+67
|\|
| * Add various missing information to the example configs.Gravatar Robby2025-03-102-42/+61
| | | | | | | | | | | | | | | | | | | | * Add missing restriction exemptions in example configs, and remove blockcaps. * Add missing extbans in example help config, and remove blockcaps. * Add missing user and channel modes in example help config. * Add the extban names in addition to the characters.
| * Document <helpchan>.Gravatar Sadie Powell2025-03-101-0/+6
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-101-1/+1
|\|
| * Add <helpchan> for granting privs to helpers on join.Gravatar Sadie Powell2025-03-101-1/+1
| |