Avoid leaking information through ChanServ's ban matching.
[srvx.git] / ChangeLog
index deed89ccc20a5de822437a30a20508d3bc9b09d5..e1a78d2dc35d28b2ebf1d22f7553fe5f8d17d3de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,71 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+2005-11-01 00:37:44 GMT        Michael Poole <mdpoole@troilus.org>     patch-32
+
+    Summary:
+      Avoid leaking information through ChanServ's ban matching.
+    Revision:
+      srvx--devo--1.3--patch-32
+
+    src/common.h (user_matches_glob): Convert last argument to be flags.
+    
+    src/tools.c (user_matches_glob): Reorder tests to properly implement
+        the MATCH_VISIBLE flag.
+    
+    src/chanserv.c: Update callers of user_matches_glob() to set
+        the MATCH_VISIBLE flag (in addition to MATCH_USENICK).
+    
+    src/opserv.c: Update callers of user_matches_glob() to pass the
+        MATCH_USENICK flag.
+
+    modified files:
+     ChangeLog src/chanserv.c src/common.h src/opserv.c src/tools.c
+
+
+2005-11-01 00:23:14 GMT        Michael Poole <mdpoole@troilus.org>     patch-31
+
+    Summary:
+      Handle default oplevels.
+    Revision:
+      srvx--devo--1.3--patch-31
+
+    src/chanserv.c (cmd_mode): Calculate base oplevel as 1 plus one point
+        for each access level below owner.
+      (chan_opt_modes): Add new argument for mod_chanmode_parse().
+      (chanserv_conf_read): Likewise.
+      (chanserv_channel_read): Likewise.
+    
+    src/hash.c (AddChannel): Likewise.
+      (AddChannelUser): Set oplevel by default.
+    
+    src/hash.h (MAXOPLEVEL): New define value.
+      (modeNode): Shrink modes and oplevel fields.
+    
+    src/opserv.c (cmd_chaninfo): Fix indentation; show oplevel after
+        nickname rather than before it.
+    
+    src/proto.h (mod_chanmode_parse): Declare new parameter.
+    
+    src/proto-bahamut.c (mod_chanmode_parse): Add new parameter (and
+        ignore it).
+    
+    src/proto-common.c (mod_chanmode): Find the default oplevels for
+        parsing the mode change.
+    
+    src/proto-p10.c (create_desc): Remove oplevel field.
+      (join_helper): Do not try to set oplevel for new modeNode.
+      (parse_foreach): Do not bother parsing oplevels in JOIN, since they
+        are no longer used.
+      (mod_chanmode_parse): Add new parameter and use it to determine the
+        oplevel to set when a valid oplevel one is not specified.
+
+    modified files:
+     ChangeLog src/chanserv.c src/hash.c src/hash.h src/opserv.c
+     src/proto-bahamut.c src/proto-common.c src/proto-p10.c
+     src/proto.h
+
+
 2005-10-13 02:20:55 GMT        Michael Poole <mdpoole@troilus.org>     patch-30
 
     Summary: