From f6cdaf7981a5424671c3d435ac6ca9455fd6e46e Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Jun 2013 19:22:46 +0000 Subject: - Update NEWS and reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2285 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 1 + doc/reference.conf | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 56bc7f0..325bda9 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ -791,12 +791,6 @@ gecos { * channel {}: The channel block contains options pertaining to channels */ 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 @@ -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"; -- cgit