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: oxen-io/oxen-storage-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: session-foundation/session-storage-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 27, 2025

  1. Make both HTTPS and QUIC listen on IPv6

    Upcoming Session Router usage will use IPv6 (internally) to talk to
    relays, but currently relays are only listening on the IPv4 0.0.0.0 any
    address.  This adds a second HTTPS and QUIC listener on the IPv6 any
    address (::) so that it will be accessible over session router.
    jagerman committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    f0268d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Fix IPv6 requests

    - Updates HTTP server internals to properly handle IPv6 addresses,
      including updating the rate limiter to handle them.
    
    - Switch to using a dual-stack socket with uWebSocket (HTTP) because it
      forces dual stack on, and was failing to bind with separate IPv4/IPv6
      sockets.
    
    - Make QUIC match dual-stack (although it doesn't strictly need to) for
      the sake of consistency.
    
    - Change internals for request handling to use IPv6 for requests and
      rate limiting, with IPv4 addresses using mapped IPv6 addresses.
    jagerman committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ee906b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. version bump

    jagerman committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    05394b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Fix tests & formatting

    jagerman committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    c8e7054 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jagerman/ipv6-quic-listening

    Make HTTP & QUIC listen on IPv6
    jagerman authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    1a4f8eb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

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