Commit Graph

9 Commits

Author SHA1 Message Date
erinn cafd7dad87 merging pr/2 2018-10-09 15:00:53 -07:00
Dan Ballard b644cf94ef asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
erinn ba4ecf3e39 better messaging for detports 2018-10-09 13:34:26 -07:00
erinn 6258396dc7 check current onion descriptors on old versions of tor to see if they're out-of-sync 2018-10-09 12:56:25 -07:00
erinn 23e043ad93 make local port selection deterministic and detach from the control port to improve performane 2018-10-08 20:14:47 -07:00
Ivan Markin 3cc4ebc379 Add expanded interface for ADD_ONION (NewOnion) to use special configuration
structs that implements all ADD_ONION flags.
Corresponding interface for creating onion Listener (NewListener) that also
makes onion Listeners use multiple virtual ports.
Some code simplifications.
2017-01-30 13:23:57 +00:00
Yawning Angel da6c08c21e Rewrite the ADD_ONION command to be easier(?) to use.
This is more fully featured and integrates better with other Go (in
particular crypto.rsa).
2015-10-10 14:58:06 +00:00
Yawning Angel 28616763d2 Minor cleanups to make golint happy, removed a stray Printf. 2015-10-08 21:25:22 +00:00
David Stainton 2beeb7bc51 Add ephemeral onion service functionality to controller API
here we also:
- add a TorDialer and OnionListener
- complete working example of an onion echo server
2015-10-01 12:15:18 +02:00