Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

IPv6 support #1696

Merged
merged 5 commits into from Dec 19, 2016
Merged

IPv6 support #1696

merged 5 commits into from Dec 19, 2016

Commits on Dec 11, 2016

  1. IPv6 support for client.py

    This is an (untested) general sketch of how to use wrapClientTLS to implement TLS over IPv6, as well as faster connections over IPv4.
    glyph authored and kyrias committed Dec 11, 2016
    Copy the full SHA
    6e18805 View commit details
    Browse the repository at this point in the history
  2. IPv6 support for endpoint.py

    Similar to matrix-org#1689, but for endpoint.py
    glyph authored and kyrias committed Dec 11, 2016
    Copy the full SHA
    9f07f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Fixup for matrix-org#1689 and matrix-org#1690

    Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
    kyrias committed Dec 12, 2016
    Copy the full SHA
    d3bd948 View commit details
    Browse the repository at this point in the history
  2. Remove spurious newline

    Apparently I just removed the spaces instead...
    
    Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
    kyrias committed Dec 12, 2016
    Copy the full SHA
    0648e76 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Bump twisted dependency

    At least 16.0.0 is needed for wrapClientTLS support.
    
    Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
    kyrias committed Dec 18, 2016
    Copy the full SHA
    a9c1b41 View commit details
    Browse the repository at this point in the history