commit 3e4ca16dc245727c64f23494636601c29fd07643 from: anzz1 via: GitHub date: Fri Sep 12 18:54:56 2025 UTC Improve "CloakHostModeX" documentation Closes #334. commit - 512af135d06e7dad93f51eae51b3979e1d4005cc commit + 3e4ca16dc245727c64f23494636601c29fd07643 blob - 2a08bb43e309c435bdf59393ce957aad94b52388 blob + f02c535d94ccd0fa7e44a7c8d798953df3176e4e --- doc/sample-ngircd.conf.tmpl +++ doc/sample-ngircd.conf.tmpl @@ -168,6 +168,7 @@ # Use this hostname for hostname cloaking on clients that have the # user mode "+x" set, instead of the name of the server. # Use %x to add the hashed value of the original hostname. + # If this variable is empty, regular users cannot set mode "+x" themselves. ;CloakHostModeX = cloaked.user # The Salt for cloaked hostname hashing. When undefined a random blob - 350c0f8674615af09dbe1832e043d204cf8da29f blob + d0d73f77181d0e86bead2c7d908f1731ec9c7458 --- man/ngircd.conf.5.tmpl +++ man/ngircd.conf.5.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd.conf(5) manual page template .\" -.TH ngircd.conf 5 "May 2024" ngIRCd "ngIRCd Manual" +.TH ngircd.conf 5 "Sep 2025" ngIRCd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS @@ -253,7 +253,8 @@ don't change. Use %x to add the hashed value of the or \fBCloakHostModeX\fR (string) Use this hostname for hostname cloaking on clients that have the user mode "+x" set, instead of the name of the server. Default: empty, use the name -of the server. Use %x to add the hashed value of the original hostname +of the server. Use %x to add the hashed value of the original hostname. +If this variable is empty, regular users cannot set mode "+x" themselves. .TP \fBCloakHostSalt\fR (string) The Salt for cloaked hostname hashing. When undefined a random hash is