commit - 512af135d06e7dad93f51eae51b3979e1d4005cc
commit + 3e4ca16dc245727c64f23494636601c29fd07643
blob - 2a08bb43e309c435bdf59393ce957aad94b52388
blob + f02c535d94ccd0fa7e44a7c8d798953df3176e4e
--- doc/sample-ngircd.conf.tmpl
+++ doc/sample-ngircd.conf.tmpl
# 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
.\"
.\" 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
\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