aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.example.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Sadie Powell2024-09-051-1/+0
| | | | | | 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.
* Refactor InspIRCd::StripColor.Gravatar Sadie Powell2024-08-301-2/+2
| | | | | - Only strip characters we actually recognise. - Strip the value for hex color codes.
* Add a config variable for the example dir.Gravatar Sadie Powell2024-08-301-11/+11
| | | | This makes including example files easier on system-wide installs.
* Allow building log_json against yyjson.Gravatar Sadie Powell2024-08-231-3/+4
| | | | | | 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.
* Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-171-0/+2705