Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: 8a63c5b74f281f549295f285103c483327ea28a0
https://github.com/ddclient/ddclient/commit/8a63c5b74f281f549295f285103c483327ea28a0
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-28 (Sun, 28 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Rename `ipv4_match`, `ipv6_match` to `extract_ipv4`, `extract_ipv6`
"Match" only implies a boolean return value. While these functions can
be used in boolean context, "extract" more closely matches their
intended purpose.
Commit: 959c7154ad6718c01f7976c29b09793bdee8f8dd
https://github.com/ddclient/ddclient/commit/959c7154ad6718c01f7976c29b09793bdee8f8dd
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-28 (Sun, 28 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Merge pull request #194 from rhansen/ip-extract
Rename `ipv4_match`, `ipv6_match` to `ipv4_extract`, `ipv6_extract`
Compare: https://github.com/ddclient/ddclient/compare/7556aaa5e1b0...959c7154ad67
|