-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: nelsonjr/ddclient
base: master
head repository: ddclient/ddclient
compare: main
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d936535 - Browse repository at this point
Copy the full SHA d936535View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb48bb5 - Browse repository at this point
Copy the full SHA eb48bb5View commit details -
Merge pull request ddclient#752 from cristian-aldea/master
update porkbun api endpoint domain
Configuration menu - View commit details
-
Copy full SHA for aba1df3 - Browse repository at this point
Copy the full SHA aba1df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b200e0c - Browse repository at this point
Copy the full SHA b200e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e793b - Browse repository at this point
Copy the full SHA d3e793bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aedcf4 - Browse repository at this point
Copy the full SHA 8aedcf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbf9ed - Browse repository at this point
Copy the full SHA 8fbf9edView commit details -
Delete checked-in copy of
tap-driver.sh
It is not needed now that RHEL 6 and CentOS 6 have reached EOL.
Configuration menu - View commit details
-
Copy full SHA for ceced7e - Browse repository at this point
Copy the full SHA ceced7eView commit details -
Ignore
build-aux/config.guess
,build-aux/config.sub
These currently aren't installed by `autoreconf --install`, but ignore them anyway as a defensive measure.
Configuration menu - View commit details
-
Copy full SHA for 6dfcede - Browse repository at this point
Copy the full SHA 6dfcedeView commit details -
Makefile.am: Fix Automake portability warning
This silences: Makefile.am:20: warning: escaping \# comment markers is not portable
Configuration menu - View commit details
-
Copy full SHA for a12398c - Browse repository at this point
Copy the full SHA a12398cView commit details -
Merge pull request ddclient#771 from rhansen/build
Build system improvements
Configuration menu - View commit details
-
Copy full SHA for af4ea14 - Browse repository at this point
Copy the full SHA af4ea14View commit details
Commits on Dec 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f2d627 - Browse repository at this point
Copy the full SHA 9f2d627View commit details
Commits on Dec 24, 2024
-
Use semver 2.0.0 as the human-readable version string format
This avoids the need to escape tilde in tag names.
Configuration menu - View commit details
-
Copy full SHA for 54b6d0c - Browse repository at this point
Copy the full SHA 54b6d0cView commit details
Commits on Dec 25, 2024
-
Merge pull request ddclient#777 from rhansen/semver
Use semver 2.0.0 as the human-readable version string format
Configuration menu - View commit details
-
Copy full SHA for 4d7d6ae - Browse repository at this point
Copy the full SHA 4d7d6aeView commit details -
New GitHub workflow to enforce linear pull requests
When combined with GitHub's "Require branches to be up to date before merging" setting, this forces semi-linear merging. This check can be disabled by adding the "pr-permit-nonlinear" label to the PR.
Configuration menu - View commit details
-
Copy full SHA for 07289d5 - Browse repository at this point
Copy the full SHA 07289d5View commit details -
Merge pull request ddclient#779 from rhansen/linear-pr
New GitHub workflow to enforce linear pull requests
Configuration menu - View commit details
-
Copy full SHA for 59495e9 - Browse repository at this point
Copy the full SHA 59495e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a919a - Browse repository at this point
Copy the full SHA 87a919aView commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3da4259 - Browse repository at this point
Copy the full SHA 3da4259View commit details -
Merge pull request ddclient#782 from indrajitr/typo-fix
Fix small typo in 'nochg' message grammar
Configuration menu - View commit details
-
Copy full SHA for 0a687d5 - Browse repository at this point
Copy the full SHA 0a687d5View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 59f6c29 - Browse repository at this point
Copy the full SHA 59f6c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8030a46 - Browse repository at this point
Copy the full SHA 8030a46View commit details -
refine usage wording
Configuration menu - View commit details
-
Copy full SHA for a2e818d - Browse repository at this point
Copy the full SHA a2e818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de77f1 - Browse repository at this point
Copy the full SHA 2de77f1View commit details -
factor out duplicate code
Configuration menu - View commit details
-
Copy full SHA for d1f81dc - Browse repository at this point
Copy the full SHA d1f81dcView commit details -
move variable declaration closer to usage
Configuration menu - View commit details
-
Copy full SHA for d2b1a4d - Browse repository at this point
Copy the full SHA d2b1a4dView commit details -
add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 76fccba - Browse repository at this point
Copy the full SHA 76fccbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4bad1 - Browse repository at this point
Copy the full SHA cf4bad1View commit details -
Merge pull request ddclient#565 from TinfoilSubmarine/feature/mail-from
add mail-from option
Configuration menu - View commit details
-
Copy full SHA for 4008ccf - Browse repository at this point
Copy the full SHA 4008ccfView commit details -
Correct NearlyFreeSpeech.NET example
extra spaces in the protocol and a trailing comma caused connection issues if not corrected.
Configuration menu - View commit details
-
Copy full SHA for e492037 - Browse repository at this point
Copy the full SHA e492037View commit details -
nfsn Rearrange zone property in example
Usually, the zone property is not the last property in the configuration convention that is followed in ddclient config examples.
Configuration menu - View commit details
-
Copy full SHA for 678b76f - Browse repository at this point
Copy the full SHA 678b76fView commit details -
Merge pull request ddclient#754 from Zorks/patch-1
Correct NearlyFreeSpeech.NET example
Configuration menu - View commit details
-
Copy full SHA for 8ffbedd - Browse repository at this point
Copy the full SHA 8ffbeddView commit details -
New GitHub workflow to prohibit autosquash commits
This prohibits commits whose commit message starts with "squash!", "fixup!", or "amend!" unless the PR has the 'pr-permit-autosquash' label. Such commits are created via the `--fixup` or `--squash` options to `git commit`, and cause `git rebase --autosquash` to automatically adjust the todo list appropriately before performing the rebase. Their existence implies that the PR should be rebased with `--autosquash` before merging.
Configuration menu - View commit details
-
Copy full SHA for 56f88e3 - Browse repository at this point
Copy the full SHA 56f88e3View commit details -
Merge pull request ddclient#790 from rhansen/autosquash
New GitHub workflow to prohibit autosquash commits
Configuration menu - View commit details
-
Copy full SHA for 60bedd0 - Browse repository at this point
Copy the full SHA 60bedd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7248341 - Browse repository at this point
Copy the full SHA 7248341View commit details -
Merge pull request ddclient#789 from rhansen/confdir
Change default location of `ddclient.conf` to `${sysconfdir}/ddclient`
Configuration menu - View commit details
-
Copy full SHA for fee71b4 - Browse repository at this point
Copy the full SHA fee71b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 660bb11 - Browse repository at this point
Copy the full SHA 660bb11View commit details -
We'll probably just release `v4.0.0` without an `-rc.3`, but I'm setting it to `-rc.3` just in case (decreasing the version number can break automatically built daily Git snapshots).
Configuration menu - View commit details
-
Copy full SHA for 8decfc4 - Browse repository at this point
Copy the full SHA 8decfc4View commit details
Commits on Jan 8, 2025
-
tests: Localize config setting
This isn't strictly necessary, but is good practice because it guarantees that the config is cleaned up after each test case.
Configuration menu - View commit details
-
Copy full SHA for 3f3b8cf - Browse repository at this point
Copy the full SHA 3f3b8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c89a2d6 - Browse repository at this point
Copy the full SHA c89a2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c4769 - Browse repository at this point
Copy the full SHA 06c4769View commit details -
Merge pull request ddclient#792 from rhansen/ssl-validate-tests
tests: Fix t/ssl-validate.pl in minimal test environments
Configuration menu - View commit details
-
Copy full SHA for 6408be6 - Browse repository at this point
Copy the full SHA 6408be6View commit details -
This deleted code came from a previous unpublished prior draft of the tests and was accidentally not deleted when the approach changed.
Configuration menu - View commit details
-
Copy full SHA for ecaa05a - Browse repository at this point
Copy the full SHA ecaa05aView commit details -
Merge pull request ddclient#796 from rhansen/vestigial
tests: Delete vestigial code
Configuration menu - View commit details
-
Copy full SHA for 9ab0384 - Browse repository at this point
Copy the full SHA 9ab0384View commit details -
This should have been in commit 06c4769. The tests that use this module did not fail because an import failure is assumed to be caused by a missing dependency, not a genuine bug.
Configuration menu - View commit details
-
Copy full SHA for ddeaedc - Browse repository at this point
Copy the full SHA ddeaedcView commit details -
tests: Only skip HTTPD tests if dependencies are unavailable
This prevents the tests from passing due to syntax errors in the ddclient::t::HTTPD module.
Configuration menu - View commit details
-
Copy full SHA for 8cf322e - Browse repository at this point
Copy the full SHA 8cf322eView commit details -
Merge pull request ddclient#795 from rhansen/missing-semicolon
tests: Add missing semicolon; prevent similar future bugs
Configuration menu - View commit details
-
Copy full SHA for 741a234 - Browse repository at this point
Copy the full SHA 741a234View commit details
Commits on Jan 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8883641 - Browse repository at this point
Copy the full SHA 8883641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcea0d - Browse repository at this point
Copy the full SHA 8dcea0dView commit details -
Merge pull request ddclient#783 from indrajitr/eval-cmd-skip
Make 'cmd-skip' warning message consistent for IPv4 and IPv6
Configuration menu - View commit details
-
Copy full SHA for 17fc4c0 - Browse repository at this point
Copy the full SHA 17fc4c0View commit details
Commits on Jan 10, 2025
-
Do not use
quotemeta
oncmdv4
andcmdv6
arguments`quotemeta` prevents executing commands with arguments. With this change, it is now possible to get an IP address with: usev4=cmdv4 cmdv4="dig +short myip.opendns.com @resolver1.opendns.com"
Configuration menu - View commit details
-
Copy full SHA for ae01ba2 - Browse repository at this point
Copy the full SHA ae01ba2View commit details
There are no files selected for viewing