Disable/undocument CAP, remove USE_POLL comment in select() engine.
[ircu2.10.12-pk.git] / RELEASE.NOTES
index ac9a6eab1569625205bc5ce0100be373bdb23c74..0fe55232e597d85e845533362e590f998bba1e8c 100644 (file)
@@ -46,12 +46,6 @@ the configuration file by using Pseudo blocks.  This lets users use
 commands like /X or /CHANSERV from their client, without tying the
 admin to a particular arrangement or naming of services.
 
-Clients may negotiate extensions and changes to the standard IRC
-client protocol by using the CAP command during registration.  There
-does not appear to be any documentation for the protocol, which should
-not matter since ircu does not currently implement capabilities that
-affect the protocol.
-
 The /stats command accepts string identifiers in addition to
 single-character identifiers.  For example, "/stats access" shows the
 same data as "/stats i".  Supported names are shown by /stats.  New
@@ -60,6 +54,15 @@ use; /stats L (modules), to list loaded modules; and /stats R
 (mappings), to list privmsg helper commands defined by Pseudo blocks.
 By default, all of these are hidden from normal users.
 
+Client blocks (previously I: lines), Operator blocks (previously O:
+and o: lines), channel bans and silences may use CIDR notation instead
+of simple wildcards.  You may also have silence exceptions by putting
+'~' before the mask; for example, if you wish to silence everyone
+except X, you could use SILENCE *!*@*,~X!cservice@undernet.org.
+
+The server will no longer kick "net riders" in keyed (+k) channels if
+both sides of the net join have the same key.
+
 Configuration Changes:
 
 As mentioned above, the configuration file format has changed