magic-wormhole/src/wormhole
Brian Warner 1198977e06 SCHEMA CHANGE: channelids are now strs, not ints
This will enable the use of large randomly-generated hex or base32
channelids, for post-startup or resumed-connection channels.
2016-05-13 00:37:53 -07:00
..
cli provide wormhole() as a function, rather than a class constructor 2016-05-12 16:45:54 -07:00
server SCHEMA CHANGE: channelids are now strs, not ints 2016-05-13 00:37:53 -07:00
test SCHEMA CHANGE: channelids are now strs, not ints 2016-05-13 00:37:53 -07:00
twisted SCHEMA CHANGE: channelids are now strs, not ints 2016-05-13 00:37:53 -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 WrongPasswordError: display docstring in str() 2016-04-25 18:16:08 -07:00
timing.py simplify timing, add msgid 2016-05-06 18:53:28 -07:00
wordlist.py use completing-input for wormhole code read, not sys.argv 2015-02-14 17:48:38 -08:00