Update rx/Makefile.in for current automake.
[srvx.git] / ChangeLog
index 3f306c1499e8839c8f520f55ccb75ad8af555975..a482643a456078ba90c73ab1564a6c4989f3cb52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,95 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+2005-12-23 03:14:44 GMT        Michael Poole <mdpoole@troilus.org>     patch-36
+
+    Summary:
+      Update rx/Makefile.in for current automake.
+    Revision:
+      srvx--devo--1.3--patch-36
+
+    rx/Makefile.in: Update to use the same version of automake as the
+        project's other Makefile.in files.
+
+    modified files:
+     ChangeLog rx/Makefile.in
+
+
+2005-12-23 03:11:09 GMT        Michael Poole <mdpoole@troilus.org>     patch-35
+
+    Summary:
+      Default to not trimming users on vacation.
+    Revision:
+      srvx--devo--1.3--patch-35
+
+    chanserv.c (cmd_trim_users): New argument to indicate whether users on
+        vacation should be included.
+      (cmd_trim): Parse an extra option to control that argument.
+    
+    chanserv.help: Document this change.
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.help
+
+
+2005-12-23 03:06:55 GMT        Michael Poole <mdpoole@troilus.org>     patch-34
+
+    Summary:
+      Update config.guess and config.sub
+    Revision:
+      srvx--devo--1.3--patch-34
+
+    config.guess: Update to support newer targets.
+    config.sub: Likewise.
+
+    modified files:
+     ChangeLog config.guess config.sub
+
+
+2005-11-17 20:43:26 GMT        Michael Poole <mdpoole@troilus.org>     patch-33
+
+    Summary:
+      Fixes for LP64 models; announce IPv6 support.
+    Revision:
+      srvx--devo--1.3--patch-33
+
+    src/alloc-slab.c (SMALL_CUTOFF): Adjust to a multiple of 8.
+    
+    src/alloc-srvx.c (srvx_malloc): Fix format string for LP64.
+    
+    src/md5.h (UINT4): Fix typedef for LP64.
+    
+    src/opserv.c (cmd_warn): Fix whitespace.
+    
+    src/proto-p10.c (irc_server): Announce IPv6 support.
+
+    modified files:
+     ChangeLog src/alloc-slab.c src/alloc-srvx.c src/md5.h
+     src/opserv.c src/proto-p10.c
+
+
+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: