Fix a resolver crash and an v4-compatible address parsing crash.
[ircu2.10.12-pk.git] / ChangeLog
index 1eee3969d321d6c3500002867c32b4c82db91d12..692d9958fd57b7bcce34ca9ab93402033f589ed6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2005-02-09  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_res.c (check_resolver_timeout): Try another way to
+       avoid timer_chg() on a non-queued/active timer.
+
+       * ircd/ircd_string.c (ircd_aton): Set part_start to handle input
+       strings like "::127.0.0.1".
+
+       * ircd/test/ircd_in_addr_t.c (test_addrs): Add a test for that.
+
+2005-02-02  Michael Poole <mdpoole@troilus.org>
+
+       * Makefile.in (install): Do not create ${prefix}/include since it
+       is no longer used.
+
+       * ircd/Makefile.in (install-*): Remove commented-out code to touch
+       and chown MPATH and RPATH.
+
+       * ircd/gline.c (gline_find): Allow searching for host-based
+       G-lines by plain hostname (not *@host), thus preventing "GLINE
+       test ..." from inserting duplicate G-lines.
+
+       * ircd/motd.c (motd_create): Null out new Motd's hostmask when
+       appropriate, avoiding an uninitialized or stale pointer.
+
 2005-01-26  Michael Poole <mdpoole@troilus.org>
 
        * include/ircd_alloc.h (DoMallocZero): Parenthesize macro
@@ -7,7 +32,7 @@
        * include/memdebug.h (fda_get_byte_count, fda_get_block_count):
        Declare functions used outside memdebug.c.
 
-       * ircd/Makefile.c (UMKPASSWD_SRC): Add memdebug.c.
+       * ircd/Makefile.in (UMKPASSWD_SRC): Add memdebug.c.
 
        * ircd/ircd_alloc.c (DoMalloc, DoMallocZero, DoRealloc): Do not
        use these if using the memdebug version.