Fix an error in backtracking (apparently exacerbated by escapes).
[ircu2.10.12-pk.git] / ChangeLog
index 37007c7241d637ae305476798dd926143008e4b4..229c71d0fef12a63cddde5cd82a8b28e3dd90a29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-11-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/match.c (match): Fix an error in backtracking (apparently
+       exacerbated by escapes).
+
+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