From 015db8e7a13975820e8f2a51dc3f8cf0e4cf0adc Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 5 Jun 2013 21:15:41 +0000 Subject: - Update NEWS and reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2209 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 3 ++- doc/reference.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 23df5dc..261a957 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,13 @@ o) IMPORTANT: moved disable_remote_command configuration directive from general{} block to serverhide{} block ######################################################################## +o) Minor code cleanups/performance improvements o) Fixed bug where opers could see LOCOPS messages even if they don't have the +l mode set o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers -o) "STATS T" shows configured MOTD files o) Implemented motd{} configuration blocks. See doc/reference.conf for more information +o) "STATS T" shows configured MOTD files -- ircd-hybrid-8.1.0 Release Notes diff --git a/doc/reference.conf b/doc/reference.conf index 64f49d0..9d12229 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -292,7 +292,8 @@ class { }; /* - * motd {}: specifies various MOTD files. Applies to local users only. + * motd {}: Allows to show a different MOTD to a client + * depending on its origin. Applies to local users only. */ motd { /* -- cgit