ipmask_parse: Reject a full IPv6 address followed by ::.
[ircu2.10.12-pk.git] / ircd / test / ircd_in_addr_t.c
2015-09-24 Michael Pooleipmask_parse: Reject a full IPv6 address followed by ::.
2015-09-17 Michael Pooleircd_in_addr_t.c: Add test for the previous commit.
2008-03-20 Michael PooleDo not accept strings like 0.0.0.0.0 as IP masks.
2007-08-21 Michael PooleMatch 127.*.*.* masks against IPs in the usually expect...
2005-09-12 Michael PooleFix IP mask parsing some more (hopefully for good).
2005-05-08 Michael PooleFix base64toip() bugs (PR#1197043).
2005-02-10 Michael PooleFix a resolver crash and an v4-compatible address parsi...
2004-12-28 Michael PooleConvert irc_in_addr_* to macros. Add test program...