aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.example.conf
Commit message (Expand)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.•••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