Author: Isomer <isomer@undernet.org>
[ircu2.10.12-pk.git] / ChangeLog
index 37007c7241d637ae305476798dd926143008e4b4..44dc44fb59c926f32ed09f78c6e27f005c876b8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-09-07  Perry Lorier <isomer@undernet.org>
+       
+       * ircd/m_kill.c: Remove the . from the end of the nickname in kill
+       messages to make cut and pasting easier.
+
+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