All Versions
3
Latest Version
Avg Release Cycle
4 days
Latest Release
3068 days ago

Changelog History

  • v0.1.2 Changes

    December 01, 2015

    ๐Ÿ— This commit makes sure that all the test files get appropriately picked up when packaged with cabal sdist. In addition, it modifies the Travis build to try to make sure that we don't keep having this problem. Finally, at a user's request, we loosen some of the requirements, and allow newer versions of cryptonite and memory. The former requires some CPP ugliness, which we will need to deprecate sometime in the future.

  • v0.1.1 Changes

    November 26, 2015

    ๐Ÿš€ This release updates the previous release to fix and simplify building. It also updates the test framework slightly, as the previous release seems to have gotten a bit out of sync. No changes or additions to any APIs were made.

  • v0.1.0.0 Changes

    November 24, 2015

    ๐Ÿš€ The initial release of haskell-tor. This release:

    • ๐Ÿ‘Œ Supports anonymized connections fairly well.
    • โœ… Has code for supporting relay connections, which is much less tested.
    • โœ… Has code for supporting exit nodes, which is much less tested.
    • ๐Ÿ‘Œ Supports both Tor handshake types.

    โœ… More testing and third-party evaluation is still needed.