magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

Port forwarding and refactoring #135

Closed piegamesde closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (7e9113c) into master (7b89f74) will decrease coverage by 1.73%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   54.45%   52.72%   -1.74%     
==========================================
  Files          15       15              
  Lines        2459     2536      +77     
==========================================
- Hits         1339     1337       -2     
- Misses       1120     1199      +79     
Impacted Files Coverage Δ
src/bin/main.rs 0.00% <0.00%> (ø)
src/bin/util.rs 0.00% <0.00%> (ø)
src/forwarding.rs 0.00% <0.00%> (ø)
src/transfer.rs 42.85% <ø> (ø)
src/transit.rs 81.15% <0.00%> (-0.40%) :arrow_down:

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 7b89f74...7e9113c. Read the comment docs.

andipabst commented 2 years ago

This looks really promising and helpful for my work on #2. Is there any ETA for this changes?

piegamesde commented 2 years ago

@andipabst The GitHub UI does not show this, but if you have a look on master it should already contain all the relevant commits for you. (I apologize for the rather low quality of these commits, I'll have to do a fixup PR eventually.)

andipabst commented 2 years ago

Thanks for the quick reply. I forked before these commits were pushed to master and now only noticed this PR without checking master again. My apologies!

Mic92 commented 2 years ago

Here is a poc to use this feature with tmux: https://gist.github.com/Mic92/98605c68b6317abf8f4450cad275bbf1