Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: languitar/autosuspend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: languitar/autosuspend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 23, 2021

  1. fix(activity): detect ipv4 mapped ipv6 connections

    In the ActiveConnection check, properly handle the case where a service
    listening on an IPv4 address is targeted by an IPv6 connection that
    uses the special IPv6 range for mapping towards IPv4 addresses. This is
    realized by transforming all IPv4 addresses into the IPv6 space.
    Hopefully, this catches all corner-cases.
    
    Fixes: #116
    languitar committed Oct 23, 2021
    Copy the full SHA
    a81e456 View commit details

Commits on Oct 26, 2021

  1. Merge pull request #117 from languitar/bugfix/ipv6-to-ipv4-mapping

    fix(activity): detect ipv4 mapped ipv6 connections
    languitar authored Oct 26, 2021
    Copy the full SHA
    a00c8fb View commit details
  2. chore(release): 4.0.1 [skip ci]

    ## [4.0.1](v4.0.0...v4.0.1) (2021-10-26)
    
    ### Bug Fixes
    
    * **activity:** detect ipv4 mapped ipv6 connections ([a81e456](a81e456)), closes [#116](#116)
    semantic-release-bot committed Oct 26, 2021
    Copy the full SHA
    1cf5a36 View commit details
Loading