thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
179 stars 98 forks source link

Take Ownership Feature #59

Closed sisbell closed 5 years ago

sisbell commented 5 years ago

Need to implement a take ownership feature. The user should be able to disable/enable, depending on environment. Also look into RESETCONF __OwningControllerProcess and how this works with taking ownership.

sisbell commented 5 years ago

I added back in the takeownership command. I verified with a Java client that it properly kills the tor process when the java process is killed.