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

Commit

Permalink
tor 0.4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Oct 30, 2019
1 parent cb1410c commit 22e000f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5.2</version>
<version>0.6.6</version>
<packaging>pom</packaging>

<name>Netlayer</name>
Expand All @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<tor-binary.version>0.4.1.5</tor-binary.version>
<tor-binary.version>0.4.1.6</tor-binary.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tor.external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5.2</version>
<version>0.6.6</version>
</parent>

<artifactId>tor.external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor.native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5.2</version>
<version>0.6.6</version>
</parent>

<artifactId>tor.native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5.2</version>
<version>0.6.6</version>
</parent>

<artifactId>tor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ class TorEventHandler : EventHandler {
logger?.debug("hiddenService: HS_DESC_CONTENT $descriptorId $descriptor, as in $msg")
}

override fun timeout() {
logger?.debug("The control connection to tor did not provide a response within one minute of waiting.")
}

override fun unrecognized(type: String, msg: String) {
val msg2 = "unrecognized: current: $type , $msg: msg"
logger?.debug(msg2)
Expand Down

0 comments on commit 22e000f

Please sign in to comment.