• v1.8.1 a30e16354c

    v1.8.1 Pre-Release

    sarah released this 2022-01-18 21:02:31 +00:00 | 35 commits to master since this release

    • remove all uses of "path", use "filepath" to ensure no problems with running in different environments.
    Downloads
  • v1.8.0 3d36e7d4a5

    v1.8.0 Pre-Release

    sarah released this 2022-01-18 20:48:01 +00:00 | 37 commits to master since this release

    • Require callers provide (and manage) their own data directory.
    Downloads
  • v1.7.0 04dec3238b

    v1.7.0 Pre-Release

    sarah released this 2022-01-17 20:08:36 +00:00 | 41 commits to master since this release

    • Introduce the GetInfo API for ACN which can fetch additional runtime metadata about the operation of the underlying ACN in regards to a specific address resolution.
    Downloads
  • v1.6.0 85da1dac37

    v1.6.0 Pre-Release

    sarah released this 2022-01-12 20:18:20 +00:00 | 46 commits to master since this release

    Allow Custom Tor Configuration

    Also fixes a few issues around nicely closing down the ACN interface, a deadlock that occured when .Close() was issued twice in a row, and removes the unused AddressIdentity() function in the ListenService interface.

    Downloads
  • v1.5.0 a681dd6d57

    v1.5.0 Pre-Release

    sarah released this 2021-09-28 21:09:57 +00:00 | 57 commits to master since this release

    IsValidHostname now rejects public keys that are invalid ed25519
    curve points in addition to ed25519 points that contain torsion
    components (which are defined to be invalid Tor Hostnames).

    Note: The lack of these checks previously would have been unlikely to manifest as an issue further up the stack because Tor would have prevented Cwtch from connecting to bad curve points, the Tapir authentication protocol would have failed with invalid curve points, and the experimental group chats only rely on signatures for voluntary authorship attribution,rather than e.g. consensus or security.

    Downloads
  • v1.4.5 7a2c5f8fed

    v1.4.5 Pre-Release

    dan released this 2021-06-25 04:53:51 +00:00 | 61 commits to master since this release

    Minor log and error string changes in Start to clarify what is happening for debugging

    Downloads
  • v1.4.4 a0770a3f1b

    v1.4.4 Pre-Release

    sarah released this 2021-06-09 17:32:11 +00:00 | 63 commits to master since this release

    • make OnionListenService thread safe for callers.
    Downloads
  • v1.4.3 15060335f0

    v1.4.3 Pre-Release

    sarah released this 2021-05-03 21:02:58 +00:00 | 67 commits to master since this release

    • Fix nil pointer exception during odd Tor errors.
    Downloads
  • v1.4.2 9bcea4aa0a

    v1.4.2 Pre-Release

    sarah released this 2021-04-13 22:07:53 +00:00 | 70 commits to master since this release

    • BUGFIX: reassign dialer on restart
    Downloads
  • v1.4.1 9947d289c7

    v1.4.1 Pre-Release

    sarah released this 2021-04-13 20:43:26 +00:00 | 73 commits to master since this release

    • Fix deadlock on restart after cool off period.
    Downloads