magic-wormhole/src/wormhole
Brian Warner 5553729a87 w.verify() now stalls until confirmation message is checked
If it succeeds, you get back the verifier string, which can be compared
against the other side. If it fails, the wormhole code didn't match.
2016-05-25 18:05:02 -07:00
..
cli INCOMPATIBILITY: move relay url to /v1 2016-05-25 00:29:23 -07:00
server INCOMPATIBILITY: move relay url to /v1 2016-05-25 00:29:23 -07:00
test w.verify() now stalls until confirmation message is checked 2016-05-25 18:05:02 -07:00
__init__.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
_version.py upgrade to versioneer-0.15, fixes 'setup.py develop' 2015-05-31 16:39:39 -07:00
channel_monitor.py add ChannelMonitor to track unclosed channels with weakrefs, not __del__ 2015-10-06 19:12:41 -07:00
codes.py SCHEMA CHANGE: channelids are now strs, not ints 2016-05-13 00:37:53 -07:00
errors.py new connection management, test_wormhole passes 2016-05-23 22:53:26 -07:00
ipaddrs.py move wormhole.twisted.ipaddrs up to wormhole/ 2016-05-24 16:23:52 -07:00
timing.py simplify timing, add msgid 2016-05-06 18:53:28 -07:00
tor_manager.py move wormhole.twisted.tor_manager up to wormhole/ 2016-05-24 16:25:12 -07:00
transit.py internal renaming: hint objects vs hint structs 2016-05-25 00:23:12 -07:00
wordlist.py use completing-input for wormhole code read, not sys.argv 2015-02-14 17:48:38 -08:00
wormhole.py w.verify() now stalls until confirmation message is checked 2016-05-25 18:05:02 -07:00