meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

onions on unix sockets #291

Closed meejah closed 6 years ago

meejah commented 6 years ago

Parsers allow local ports to be unix-sockets; this lets ephemeral and non-ephemeral services listen over unix sockets (so long as the tor we're connected to supports that).

meejah commented 6 years ago

See also https://github.com/meejah/txtorcon/issues/186

codecov-io commented 6 years ago

Codecov Report

Merging #291 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #291   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines        4277   4283    +6     
=====================================
+ Hits         4277   4283    +6
Impacted Files Coverage Δ
txtorcon/onion.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba8b392...989a07a. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 99.934% when pulling 6e5de2f043129620dcd02a3a91005ad628c3e3b4 on onions-on-unix-sockets into ba8b392d457f36a2fd8100e5218bb91a64f94ee3 on master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 99.934% when pulling 6e5de2f043129620dcd02a3a91005ad628c3e3b4 on onions-on-unix-sockets into ba8b392d457f36a2fd8100e5218bb91a64f94ee3 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+6.0e-05%) to 99.956% when pulling f893187b315ddd824792bbce3fef028420763bb5 on onions-on-unix-sockets into ba8b392d457f36a2fd8100e5218bb91a64f94ee3 on master.