Update iauth-test script to match the documented iauth protocol.
[ircu2.10.12-pk.git] / ChangeLog
index c362d6996a00493b08ed14db5e2aad43d9d6c310..826e98e76ed62e96a866ba86f069eb15b0d40c2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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