Skip to content

Disable TorPlugin before applying changed settings

Torsten Grote requested to merge 1420-tor-status-update into master

The is necessary for two reasons:

  1. Since Tor 0.3.4.8, it doesn't reconnect when changing the value of UseBridges via the control connection without also resetting DisableNetwork (see snippets/77 and https://trac.torproject.org/projects/tor/ticket/28027)
  2. The TorPlugin needs to set itself to a disconnected state for the UI to properly reflect this new state

Fixes #1420 (closed)

Edited by Torsten Grote

Merge request reports