kitty/kitty_tests
Sighery 10533c3eba Hints kitten: validate IPs with ipaddress
On the initial commit of this feature, IPs were just matched with a
very simple regex that prioritised simplicity/readability over
accuracy.

This commit adds a postprocessor for ip matches that makes use of
Python's `ipaddress` in the standard library to validate all the IP
matches.

This way we don't need huge and complex regex patterns to match _and_
validate the IPs, and we can just use `ipaddress` to abstract us from
implementing all the validation logic into the regex pattern.
2020-10-05 20:11:25 +02:00
..
2020-09-10 10:47:28 +05:30
2018-09-22 19:10:37 +09:00
2020-06-05 19:24:40 +05:30
2020-05-23 13:59:23 +02:00
2019-08-01 13:21:26 -05:00
2020-09-10 10:47:24 +05:30