This repository has been archived by the owner. It is now read-only.
Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 13 commits
- 8 files changed
- 0 comments
- 1 contributor
Commits on Mar 14, 2015
These commands allow for the creation and management of ephemeral
Onion ("Hidden") services that are either bound to the lifetime of
the originating control connection, or optionally the lifetime of
the tor instance.
Implements #6411.
Commits on Mar 20, 2015
Since the target parsing bug was simple and stupid, I will leave the current code as is instead of trying to expose rend_service.c:parse_port_config() or changing the config line format.
How did that assert get there? I thought I removed that.
Commits on Mar 23, 2015
"GETINFO onions/current" returns a list of Onion Services that are owned by the current control port connection. "GETINFO onions/detached" returns a list of Onion Services that are owned by no particular control port connection. The original commit message for this feature should be altered on the final rebase/squash to mention this.
Commits on Mar 25, 2015
From round 2 of dgoulet's review.
From round 2 of dgoulet's review. For asthetic reasons, I opted not to change the flag error messages, because having an equal sign after the arg looks ugly.
There are no files selected for viewing