aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.example.conf
Commit message (Expand)AuthorAgeFilesLines
* Add support for filtering message tags to the known keys.Gravatar Sadie Powell2026-02-161-2/+3
* Add an option to automatically ZLine users who send amsgs.Gravatar Sadie Powell2025-12-261-3/+4
* 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".•••TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f. Gravatar Sadie Powell2025-08-191-0/+9
* Use the same message for ssl_{gnutls,openssl} as other modules.Gravatar Sadie Powell2025-07-281-8/+23
* Add flag support to rline.Gravatar Sadie Powell2025-06-281-1/+7
* Fix enforcing use of the PSL database in link data.•••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. Gravatar Sadie Powell2025-04-171-1/+2
* Document <helpchan>.Gravatar Sadie Powell2025-03-101-0/+6
* Fix a minor typo in the example module config.Gravatar Sadie Powell2025-02-281-1/+1
* Fix the list of supported exemptions.Gravatar Sadie Powell2025-01-201-3/+3
* Add support for regex flags to the filter module.Gravatar Sadie Powell2024-10-291-1/+7
* Use PRIVMSG instead of SQUERY in the example aliases.•••We can guarantee that the target is a service here so it doesn't make sense to use SQUERY. Gravatar Sadie Powell2024-10-111-3/+3
* Make the messageflood and repeat messages a bit better.Gravatar Sadie Powell2024-09-281-2/+2
* Make it clear that Anope 2.1 does not need cmode or umode +r.Gravatar Sadie Powell2024-09-261-1/+2
* Remove non-breaking space from the sasl module comment.Gravatar Wade Cline2024-09-231-1/+1
* Hide the channels of services pseudoclient with +I from opers too.•••Closes #2106. Gravatar Sadie Powell2024-09-221-4/+9
* Allow opting-out of saving bot messages in the channel history.•••Closes #2107. Gravatar Sadie Powell2024-09-221-0/+4
* Rename <chanhistory:bots> to <chanhistory:sendtobots>.Gravatar Sadie Powell2024-09-221-7/+8
* Document the deprecation of the cloak_md5 and md5 module.Gravatar Sadie Powell2024-09-051-4/+6
* Fix needlessly separating threads and lanes in the argon2 module.•••We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. Gravatar Sadie Powell2024-09-051-1/+0
* Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. Gravatar Sadie Powell2024-08-301-2/+2
* Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. Gravatar Sadie Powell2024-08-301-11/+11
* Allow building log_json against yyjson.•••This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. Gravatar Sadie Powell2024-08-231-3/+4
* Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-171-0/+2705