diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/reference.conf | 12 |
2 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,5 @@ -- ircd-hybrid-8.1.2 Release Notes +o) Added general::cycle_on_host_change configuration option o) Added general::stats_u_oper_only configuration option o) Added support for SHA-256 ssl certificate fingerprint based operator{} and connect{} blocks. diff --git a/doc/reference.conf b/doc/reference.conf index 673ae3e..506cefe 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -792,12 +792,6 @@ gecos { */ channel { /* - * cycle_on_host_change: sends a fake QUIT/JOIN combination - * when services change the hostname of a specific client. - */ - cycle_on_host_change = yes; - - /* * disable_fake_channels: this option, if set to 'yes', will * disallow clients to create or join channels that have one * of the following ASCII characters in their name: @@ -940,6 +934,12 @@ serverhide { * compiled in options in config.h */ general { + /* + * cycle_on_host_change: sends a fake QUIT/JOIN combination + * when services change the hostname of a specific client. + */ + cycle_on_host_change = yes; + /* services_name: servername of nick/channel services */ services_name = "service.someserver"; |