Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Releases: JesusMcCloud/netlayer

0.4.4

05 Apr 12:20
Compare
Choose a tag to compare

Fixes race condition when starting multiple instances.

0.4.2

04 Mar 12:53
Compare
Choose a tag to compare
  • support latest tor
  • use absolute paths in torrc

0.4.1

02 Mar 21:36
Compare
Choose a tag to compare
  • Support using external Tor instances (use tor.external instead of tor.native)
  • Support Torrc Overrides:
Tor.default = NativeTor(File("tor-demo"),
                        parseBridgeLines(demo.pathBridges),
                        Torrc(linkedMapOf(
                                          Pair("HiddenServiceStatistics", "1")
                                        )
                            )
                      )

an inputstream pointing to a torrc file can also be used instead of a linked map

0.3.4

25 Dec 10:51
Compare
Choose a tag to compare
update to latest tor

0.3.2

28 Oct 21:33
Compare
Choose a tag to compare

Rework tor dependencies

0.3

26 Oct 15:05
Compare
Choose a tag to compare
0.3

Preview release supporting @cedricwalter's auto-repackaging and auto-verifying tor distributions (sadly, pre-packaged to be jitpack'able)

java

25 Oct 16:49
Compare
Choose a tag to compare
stream isolation?