Automatically Manage Tor Process #75

Merged
sarah merged 0 commits from tor into master 2018-07-01 18:18:09 +00:00
Owner

First cut of this, will likely need some tweaking to handle other OS / check installed versions etc. But we can iterate from here.

    cwtch [unset]> load-profile sarah.profile
    Enter a password to decrypt the profile: 
    Waiting to connect to Tor Proxy...

    Loaded profile for sarah.profile
    cwtch [sarah]> quit
    Shutting down Tor process...
First cut of this, will likely need some tweaking to handle other OS / check installed versions etc. But we can iterate from here. cwtch [unset]> load-profile sarah.profile Enter a password to decrypt the profile: Waiting to connect to Tor Proxy... Loaded profile for sarah.profile cwtch [sarah]> quit Shutting down Tor process...
Owner

is this something we'll want to have the server use to?

i was gonna ask about the use of fmt.Println instead of log.Println but the only in app useage explains that. Still not sure if it's what we want.

Might want another line like "starting local tor instance..." with or instead of the "waiting to connect to tor proxy"?

is this something we'll want to have the server use to? i was gonna ask about the use of fmt.Println instead of log.Println but the only in app useage explains that. Still not sure if it's what we want. Might want another line like "starting local tor instance..." with or instead of the "waiting to connect to tor proxy"?
sarah closed this pull request 2018-07-01 18:18:09 +00:00
Author
Owner

Yeah I will fix up the wording and make it server-friendly in a new commit. Merging this one because it got mangled with the formatting fixes.

Yeah I will fix up the wording and make it server-friendly in a new commit. Merging this one because it got mangled with the formatting fixes.
Sign in to join this conversation.
No description provided.