magic-wormhole/src/wormhole/cli
Brian Warner 443c402f60 remove WormholeClosedError, simplify control paths in cmd_send/receive
lgtm.com noticed some unreachable code paths, and it turns out that nothing
in the rest of the code base could ever raise WormholeClosedError (I guess it
was leftover from before the big API refactoring). Both sender and receiver
are simpler without the unnecessary checks and state variables.
2018-01-01 16:56:18 +01:00
..
__init__.py unsplit cli step 2: edit files 2016-04-20 19:15:33 -07:00
cli.py Relay and transit url conf from env vars 2017-10-04 14:38:00 -05:00
cmd_receive.py remove WormholeClosedError, simplify control paths in cmd_send/receive 2018-01-01 16:56:18 +01:00
cmd_send.py remove WormholeClosedError, simplify control paths in cmd_send/receive 2018-01-01 16:56:18 +01:00
cmd_ssh.py rewrite Tor support (py2 only) 2017-01-15 22:39:03 -05:00
public_relay.py change URL of public relay to new DNS names 2017-01-02 23:42:44 -05:00
welcome.py switch to new API 2017-05-15 02:13:24 -07:00