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: torproject/stem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: torproject/stem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.1
Choose a head ref
  • 10 commits
  • 9 files changed
  • 4 contributors

Commits on May 5, 2021

  1. Adds ClientAuthV3 support to the controller, for setting Client Auth …

    …with ADD_ONION on v3 onions.
    
    Sets some v2 tests to require older Tor versions so that tests for Client Auth on v3 onions pass
    on newer Tor without failing tests where v2 support has been dropped.
    mig5 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b415acd View commit details
    Browse the repository at this point in the history
  2. Use assert_in() on the test_tor_version test, to accommodate for the …

    …very verbose version string in Tor 0.4.7-alpha-dev
    mig5 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3b23989 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Undo accidentally skipped v3 test. Clarify in the 'older_than' versio…

    …n require statement that the version of Tor needs to be older than this version
    mig5 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    2bd1f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3276e58 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Stem maintenance version tag

    Usually we add a '-dev' suffix, so opting for '-maint' to differentiate our 1.8
    and 2.0 banches.
    atagar committed May 11, 2021
    Configuration menu
    Copy the full SHA
    fc34a39 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Replace client_auth_v3 arg versionchanged

    from 1.9.0 to 1.8.1, since it was probably an error.
    juga0 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e599dc0 View commit details
    Browse the repository at this point in the history
  2. Fixup for Python 3.10

    Closes issue #109.  Long story short: a few names from collection are
    now moved to collection.abc exclusively starting in Python 3.10. The
    only name this app uses from there that was moved is
    `collections.Iterable`.  Python versions starting from 3.3 support both
    `collections.Iterable` and `collections.abc.Iterable` as the way to refer to
    this class, which Python 3.10 being the first one to drop
    `collections.Iterable`.  So.. we just work around this API quirk
    and always refer ot it as `collections.abc.Iterable`.
    cculianu authored and juga0 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    af71483 View commit details
    Browse the repository at this point in the history
  3. Add .gitlab-ci.yml

    to be able to check tests at gitlab.tpo, instead of updating travis
    configuration.
    juga0 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cea85f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    6777db0 View commit details
    Browse the repository at this point in the history
  2. Stem release 1.8.1

    Signed-off-by: juga <juga@riseup.net>
    juga0 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    032f0bd View commit details
    Browse the repository at this point in the history
Loading