From 6c68c677feca17433817378067055408d5e7e027 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 30 Aug 2005 11:45:32 +0000 Subject: [PATCH] Document +D and +d channel modes in release notes. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1471 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 4 ++++ RELEASE.NOTES | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf51a87..48d293e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-30 Michael Poole + + * RELEASE.NOTES: Document +D and +d channel modes. + 2005-08-29 Michael Poole * include/numeric.h (ERR_NOMANAGER_LONG): Undefine. diff --git a/RELEASE.NOTES b/RELEASE.NOTES index 5fe8067..4a74b41 100644 --- a/RELEASE.NOTES +++ b/RELEASE.NOTES @@ -38,6 +38,19 @@ keys (+A for the administrator, +U for users) to grant chanop status when you join using those keys. Part of this channel protection is that you cannot be deopped in channel by someone who you opped. +A new channel mode, +D, has been added for auditorium-style channels. +These are channels where most users listen but do not speak or receive +ops or voice. The effect of +D is that the server waits to send the +JOIN message for new users until the user gets ops or voice or sends a +message to the channel. A list of join-delayed users in a channel may +be retrieved by using /NAMES -d #channel. The response to /NAMES -d +uses the same format as numeric 353, but uses numeric 355 instead. If +an op removes +D while there are still join-delayed users, the server +automatically sets mode +d, and removes +d when the last user's join +is shown. It is not possible to set channel mode +d manually; its +purpose is to warn channel users that there are "hidden" users in the +channel. + More than one hashing mechanism is now supported for oper passwords, and a new tool (ircd/umkpasswd) is provided to generate them. -- 2.20.1