Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-08-30 11:45:42 UTC

Modified files:
     RELEASE.NOTES ChangeLog

Log message:

Document +D and +d channel modes in release notes.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.684 ircu2.10/ChangeLog:1.685
--- ircu2.10/ChangeLog:1.684    Mon Aug 29 14:39:25 2005
+++ ircu2.10/ChangeLog  Tue Aug 30 04:45:32 2005
@@ -1,3 +1,7 @@
+2005-08-30  Michael Poole <[EMAIL PROTECTED]>
+
+       * RELEASE.NOTES: Document +D and +d channel modes.
+
 2005-08-29  Michael Poole <[EMAIL PROTECTED]>
 
        * include/numeric.h (ERR_NOMANAGER_LONG): Undefine.
Index: ircu2.10/RELEASE.NOTES
diff -u ircu2.10/RELEASE.NOTES:1.18 ircu2.10/RELEASE.NOTES:1.19
--- ircu2.10/RELEASE.NOTES:1.18 Sat Jul 16 17:03:43 2005
+++ ircu2.10/RELEASE.NOTES      Tue Aug 30 04:45:32 2005
@@ -38,6 +38,19 @@
 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.
 
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to