Do not accept strings like 0.0.0.0.0 as IP masks.
[ircu2.10.12-pk.git] / ChangeLog
index 50234b529ef096a32f342300bd4b248c19f40542..8f1e198db526824cc422e6c7e3262b7dfc052da5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-03-20  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_string.c (ircd_aton_ip4): Reject strings with more
+       than 3 dots in them.
+
+       * ircd/test/ircd_in_addr_t.c (test_addrs): Update the expected
+       parsing for a bare IPv4 address to a IPv4-mapped address.
+       (test_masks): Add a test for the ircd_string.c change.
+
+2008-03-20  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * include/client.h: IsLocOp() now checks to see if its MyUser() as
+       well; IsAnOper() uses IsOper() and IsLocOp() instead of directly
+       testing the flags
+
 2008-03-15  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_bsd.c (init_connection_limits): Remove errant apostrophe.