Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPv6 support to StatusServer and related classes. #119

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    f370e26 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    252a1aa View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Rename "p" -> "proto" for consistency with lbry-sdk.

    Lint does not like variable named "p".
    moodyjon committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6c037b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Handle mapped IPv4 address more neatly.

    (for consistency with client code)
    moodyjon committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9c43c81 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    14f2f3b View commit details
    Browse the repository at this point in the history
  2. Rework StatusServer start() to handle lists of addresses, hostnames.

    Handle and retry EADDRINUSE errors.
    moodyjon committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    fa0d03f View commit details
    Browse the repository at this point in the history
  3. Revert "Bump protobuf from 3.17.2 to 3.18.3"

    This reverts commit 75d64f9.
    moodyjon committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8794ff4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Move IP version check earlier. Property ipv4_mapped

    is only defined on IPv6 addrs.
    moodyjon committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d495ce9 View commit details
    Browse the repository at this point in the history