Fix handling of invalid IPs in Client blocks; pretty up /stats i.
[ircu2.10.12-pk.git] / ChangeLog
index a7e32ba5e1c230719d398c03fc50928d592c7e82..574c131b341022c38b3014bef0f2d7bf16269fbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
 
 2005-02-19  Michael Poole <mdpoole@troilus.org>
 
+       * ircd/ircd_parser.y (clientblock): Parse IP address before
+       allocating ConfItem; if the parse fails, generate an error.
+
        * ircd/s_err.c (RPL_STATSCLINE): Add format field to prefix IPv6
        addresses starting with ':'.
        (RPL_STATSILINE): Likewise.
@@ -18,6 +21,8 @@
 
        * ircd/s_stats.c (stats_configured_links): Pass the appropriate
        argument for the RPL_STATSxLINE changes.
+       Change RPL_STATSILINE to use * instead of <NULL> when IP or host
+       is null.
 
 2005-02-18  Michael Poole <mdpoole@troilus.org>