Document +D and +d channel modes in release notes.
authorMichael Poole <mdpoole@troilus.org>
Tue, 30 Aug 2005 11:45:32 +0000 (11:45 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 30 Aug 2005 11:45:32 +0000 (11:45 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1471 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
RELEASE.NOTES

index bf51a871b7f97a773afdd469d6acd3dd26bb5cee..48d293efa557c08230c23f28bff8f70dc8630b10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-30  Michael Poole <mdpoole@troilus.org>
+
+       * RELEASE.NOTES: Document +D and +d channel modes.
+
 2005-08-29  Michael Poole <mdpoole@troilus.org>
 
        * include/numeric.h (ERR_NOMANAGER_LONG): Undefine.
index 5fe80671e4e646945541c85adce6b6dd4d12ce10..4a74b41fd00d00fd352bcee962f55befeb346eb6 100644 (file)
@@ -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.