-
Notifications
You must be signed in to change notification settings - Fork 461
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p
base: ping-v2.0.16
head repository: libp2p/js-libp2p
compare: ping-v2.0.17
- 8 commits
- 79 files changed
- 3 contributors
Commits on Feb 4, 2025
-
fix: send user agent during auto tls (#2932)
Sends a js-libp2p specific user agent to libp2p.direct while configuring the ACME DNS-01 response.
Configuration menu - View commit details
-
Copy full SHA for 80ddad5 - Browse repository at this point
Copy the full SHA 80ddad5View commit details -
feat: allow changing repeating task interval and timeout (#2934)
To allow for changing the frequency and timeout of repeating tasks add `setInterval` and `setTimeout` methods to the task. This lets us repeat a task often to start with, then slow down the repetition once a successful result has occured.
Configuration menu - View commit details
-
Copy full SHA for d708bb6 - Browse repository at this point
Copy the full SHA d708bb6View commit details -
fix: set expires on observed address (#2935)
Without this we continually re-validate observed addresses which causes a lot of unecessary network activity.
Configuration menu - View commit details
-
Copy full SHA for d61cbac - Browse repository at this point
Copy the full SHA d61cbacView commit details -
chore: bump codecov/codecov-action from 5.1.1 to 5.3.1 (#2922)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@7f8b4b4...13ce06b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1d0b7f - Browse repository at this point
Copy the full SHA c1d0b7fView commit details -
fix: increase initial gateway search interval (#2936)
During startup, search for gatweways at a more rapid pace, then slow down the search once gateways have been discovered.
Configuration menu - View commit details
-
Copy full SHA for 66c3ec5 - Browse repository at this point
Copy the full SHA 66c3ec5View commit details -
feat: allow specifying UPnP gateways and external address (#2937)
Some ISP-provided routers are underpowered and require frequent reboots before they will respond to SSDP M-SEARCH messages. To make working with them easier, allow manually specifying gateways and external network addresses.
Configuration menu - View commit details
-
Copy full SHA for 26313e6 - Browse repository at this point
Copy the full SHA 26313e6View commit details -
docs: fix syntax of example in auto-tls module (#2938)
Fixes a small typo
Configuration menu - View commit details
-
Copy full SHA for bf0f74d - Browse repository at this point
Copy the full SHA bf0f74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f049db9 - Browse repository at this point
Copy the full SHA f049db9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ping-v2.0.16...ping-v2.0.17