summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-18 19:22:46 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-18 19:22:46 +0000
commitf6cdaf7981a5424671c3d435ac6ca9455fd6e46e (patch)
treed0d082e36d34d637f9ef2455c4c73474cc8a9be6
parente0182da708a84d6223d1428685ca839091a6996a (diff)
- 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
-rw-r--r--NEWS1
-rw-r--r--doc/reference.conf12
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
@@ -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";