X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=e96b98819ca7d996022c5ceaed5eefd957382064;hb=5085883cd2bea9abd8216c4ca1ce4bc46b506910;hp=37007c7241d637ae305476798dd926143008e4b4;hpb=e0c92b0746b7400ceaed06b7bb9ba3f992360de6;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 37007c7..e96b988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2008-11-17 Michael Poole + + * ircd/match.c (match): Fix an error in backtracking (apparently + exacerbated by escapes). + + * ircd/test/ircd_match_t.c: Update headers and make sure we have a + mmap() anonymous request flag. + (test_match): New function. + (do_match_test): Use it instead of calling match() directly. + +2008-09-07 Perry Lorier + + * 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 + + * 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 * include/client.h: IsLocOp() now checks to see if its MyUser() as