• v1.4.0 fd0cf2f7a2

    v1.4.0 Pre-Release

    sarah released this 2021-04-09 00:13:03 +00:00 | 75 commits to master since this release

    • Fixes bug that prevented Tor restarts
    Downloads
  • v1.3.3 fa03a91425

    v1.3.3 Pre-Release

    dan released this 2020-12-01 02:49:42 +00:00 | 83 commits to master since this release

    • added GetVersion to ACN
    Downloads
  • v1.3.2 f13387fcae

    v1.3.2 Pre-Release

    dan released this 2020-11-17 19:26:29 +00:00 | 85 commits to master since this release

    • new bump to bine to allow retrys on controlport connection to allow for slower tor start on android
    • torProvider now uses a new temp directory each run for bine to allow resiliency to zombie tor processes
    • torProvider now logs tor process output
    Downloads
  • v1.3.1 d8d823d9d5

    v1.3.1 Pre-Release

    sarah released this 2020-10-21 23:55:40 +00:00 | 87 commits to master since this release

    • control flow fixes
    Downloads
  • v1.3.0 34171843fa

    v1.3.0 Pre-Release

    sarah released this 2020-10-16 17:54:15 +00:00 | 89 commits to master since this release

    • Access pid of ACN
    • Move to using OP-specific fork of Bine
    Downloads
  • v1.2.2 604237ea34

    v1.2.2 Stable

    sarah released this 2020-10-13 19:26:00 +00:00 | 91 commits to master since this release

    • New torrc Builder supporting OnionTrafficOnly, HashedControlPassword and Socks and Control Port.
    Downloads
  • v1.2.1 d290b705eb

    v1.2.1 Stable

    dan released this 2020-09-22 16:53:15 +00:00 | 93 commits to master since this release

    Add a typed NoTorrcErr error so that clients of this library can more easily identify that error and act accordingly (presumably create a default one)

    Downloads
  • v1.2.0 6f2a158504

    v1.2.0 Stable

    sarah released this 2020-06-29 21:11:57 +00:00 | 95 commits to master since this release

    Force applications to use authentication (only HashedPassword supported for now), better documentation, more robust handling of tor version errors, utility functions for deploying secure tor setups.

    Downloads
  • v1.1.4 b076b8bad6

    1.1.4 Stable

    dan released this 2020-05-12 21:50:57 +00:00 | 108 commits to master since this release

    refactor torProvider: merge networkStatus and BootstrapStatus, simplify monitorRestart logic. Catch case due to magic numbers where it was not restarting tor when tor was killed

    Downloads
  • v1.1.3 42033f9819

    1.1.3 Stable

    dan released this 2020-05-08 23:33:16 +00:00 | 110 commits to master since this release

    Added locks around getInfo calls. There were some race conditions

    Downloads