[tor-bugs] #32534 [Applications/Tor Browser]: settle on one canonical jtorctl

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Nov 19 18:28:38 UTC 2019


#32534: settle on one canonical jtorctl
-------------------------------------------------+-------------------------
 Reporter:  eighthave                            |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:  new
 Priority:  Medium                               |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  Android, tbb-mobile, jtorctl,        |  Actual Points:
  TorBrowserTeam202001                           |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by sisbell):

 I assume we would be taking this as the canonical project

 https://github.com/guardianproject/jtorctl

 If so I can submit a PR for some minor changes. The extensions I made are
 simple things like:

 {{{
     public void takeownership() throws IOException {
         sendAndWaitForResponse("TAKEOWNERSHIP\r\n", null);
     }

     public void resetOwningControllerProcess() throws IOException {
         resetConf(Collections.singleton("__OwningControllerProcess"));
     }

     public void reloadConf() throws IOException {
         signal("HUP");
     }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32534#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list