Allow both *!*@1.2.3.* and *!*@1.2.3.0/22 to be banned at the same time.
[ircu2.10.12-pk.git] / ChangeLog
index c362d6996a00493b08ed14db5e2aad43d9d6c310..bf9d9b87a9b1971a80aee6b33f779f931ee54b1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2006-04-03  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (bmatch): If ipmask_check() indicates old_ban is
+       a CIDR-wise superset of new_ban, check whether new_ban is a
+       text-wise superset of old_ban.
+
+2006-03-31  Michael Poole <mdpoole@troilus.org>
+
+       * tools/iauth-test (send_server_notice): Use a colon prefix before
+       the message.
+       (%handlers): Likewise.
+
+2006-03-24  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_signal.c (alloc_crec): Zero-fill returned
+       ChildRecord structs.
+
+       * ircd/jupe.c (make_jupe): Zero-fill newly allocated jupes.
+
+       * ircd/list.c (make_link): Zero-fill returned SLink structs.
+
+       * ircd/whowas.c (whowas_init): Delete function.
+       (whowas_alloc): Rewrite to follow the more common pattern and to
+       zero-fill returned Whowas structs.
+
 2006-03-23  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/s_auth.c: rewrite iauth_read(), spliting out the parsing