Brian Warner
b4c90b40a2
move parse_hint/encode_hint into _hints.py, add tests
2018-12-23 15:23:27 -05:00
Brian Warner
d64c94a1dc
test_hints: finish coverage of hints.py
2018-12-23 15:23:27 -05:00
Brian Warner
1bb5634d0e
factor Hints tests out of test_transit into a new file
2018-12-23 15:23:27 -05:00
Brian Warner
7720312c8f
factor out parse_tcp_v1_hint
2018-12-23 15:23:27 -05:00
Brian Warner
2f4e4d3031
factor out describe_hint_obj and endpoint_from_hint_obj
2018-12-23 15:23:27 -05:00
Brian Warner
bd1a199f3e
start factoring Hints out to separate file
...
shared between old transit.py and new _dilation/connector.py
2018-12-23 15:23:27 -05:00
Brian Warner
3b7c9831f6
appease flake8 somewhat
2018-12-23 15:23:27 -05:00
Brian Warner
40dadfeb71
finish fixing/testing manager.py
2018-12-23 15:23:27 -05:00
Brian Warner
e55787c693
get most of Manager working and tested
...
still need to test the subchannel interfaces, and ping/pong/kcm
2018-12-23 15:23:27 -05:00
Brian Warner
e19c7d1281
typos/cleanups in docs/dilation-protocol.md
2018-12-23 15:23:27 -05:00
Brian Warner
dd8bff30f2
remove old-follower.py, flake8 still sees it
...
and doesn't like what it sees
2018-12-23 15:23:27 -05:00
Brian Warner
78358358bc
manager: hush flake8
2018-12-23 15:23:27 -05:00
Brian Warner
7084cbcb6f
test_manager: fix
2018-12-23 15:23:27 -05:00
Brian Warner
a4234cdecf
test_machines: fix for change to got_wormhole_versions
2018-12-23 15:23:27 -05:00
Brian Warner
8a1a8b1f9c
manager: factor out make_side for testing and override
2018-12-23 15:23:27 -05:00
Brian Warner
7e168b819e
manager: clean up versions, merge state machines
2018-12-23 15:23:27 -05:00
Brian Warner
d4a551c6b8
boss: remove sides from call to D.got_wormhole_versions()
2018-12-23 15:23:27 -05:00
Brian Warner
ec5df72cd3
more protocol docs updates
2018-12-23 15:23:27 -05:00
Brian Warner
74e5d9948b
move old-follower.py out of src, kept for temporary reference
2018-12-23 15:23:27 -05:00
Brian Warner
a594a85427
Revert "Boss/Receive: add 'side' to got_message"
...
This reverts commit 1fece5701c9de5e470526d2e7e9cfd7b461977e0.
2018-12-23 15:23:27 -05:00
Brian Warner
d4c9210a4e
more docs updates
2018-12-23 15:23:27 -05:00
Brian Warner
72c9683cdf
dilation-protocol.md: update for new PLEASE+PLEASE approach
2018-12-23 15:23:27 -05:00
Brian Warner
5dca0542eb
travis: tolerate py3.4 failure because of txtorcon bug
...
https://github.com/meejah/txtorcon/issues/306
2018-12-23 15:23:27 -05:00
Brian Warner
d65fcaa1a6
more flake8 fixes
2018-12-23 15:22:57 -05:00
Brian Warner
48d740406b
setup.cfg: bump flake8 max-line-length to 85
2018-12-23 15:22:57 -05:00
Brian Warner
5f61531445
more flake8 fixes, in wormhole.py and _interfaces.py
2018-12-23 15:22:57 -05:00
Brian Warner
bf0c93eddc
more flake8 fixes
2018-12-23 15:22:57 -05:00
Brian Warner
ea35e570a2
setup.cfg: bump flake8 max-line-length to 84
2018-12-23 15:22:57 -05:00
Brian Warner
05900bd08b
fix some flake8 complaints
2018-12-23 15:22:57 -05:00
Brian Warner
39666f3fed
travis: tolerate failures in py2.7, 'noiseprotocol' dep is py3-only
2018-12-23 15:22:57 -05:00
Brian Warner
34686a346a
add dilation code
...
(this compresses several months of false starts and rearchitecting)
2018-12-23 15:21:08 -05:00
Brian Warner
cd6ae6390f
_rendezvous: add note to use EventualQueue
2018-12-23 15:20:25 -05:00
Brian Warner
6cfabba31a
add reactor/cooperator to Wormhole and Boss calls
2018-12-23 15:20:25 -05:00
Brian Warner
a693b1fc48
Boss/Receive: add 'side' to got_message
...
this will be used later by Dilation
2018-12-23 15:20:25 -05:00
Brian Warner
e260369be1
__main__.py: stop breaking automat-visualize
2018-12-23 15:20:24 -05:00
Brian Warner
eb7c04e366
observer.py: add EmptyableSet
2018-12-23 15:18:38 -05:00
Brian Warner
e6b4ccb565
Merge branch 'pr318'
2018-12-09 14:28:56 -08:00
Edward Betts
010d1843c0
Correct spelling mistakes
2018-11-23 07:38:21 +00:00
Mario Rodas
504ddb0d91
Add inlineCallbacks decorator to test_wormholes testcase
2018-11-19 23:38:29 -05:00
Brian Warner
13102d3eed
NEWS: update for 0.11.2 release
2018-11-13 15:08:53 -08:00
Brian Warner
a04e798615
NEWS: update for 0.11.1 release
2018-11-13 10:26:29 -08:00
Brian Warner
4e97bb041a
fix/hush some flake8 warnings
...
test_ipaddrs.py had an invalid regexp, caught by the latest version of flake8
The new flake8 complains about both W503 (line break inside a conditional
before a binary operator) and W504 (line break *after* the operator). I think
break-before is the new preferred style, but for now I'm just going to ignore
them both and leave the code alone.
2018-11-13 10:21:41 -08:00
Brian Warner
74da87bec2
change __main__.py
to use relative imports
...
This should fix `python -m wormhole` on py2. Closes #315 .
2018-11-13 09:59:36 -08:00
Jakub Wilk
24836cea63
docs: fix typos
2018-11-03 15:38:58 +01:00
Brian Warner
0eaba64718
NEWS: update for 0.11.0 release
2018-10-16 16:31:01 -07:00
Brian Warner
da33f9f918
MANIFEST.in: add some missing files
2018-10-16 16:29:24 -07:00
Brian Warner
54a369c95a
setup.py: bump dep on transit-relay to latest 0.1.2
2018-10-16 16:12:51 -07:00
Brian Warner
3f5bb3b5d5
NEWS: minor change to exercise travis
...
it's probably kind of dusty after all this time
2018-10-16 16:05:02 -07:00
Brian Warner
6d4eb8e69b
add test_keys to nail down symmetric encryption format
...
This establishes what our mailbox protocol does to encrypt the
individual (post-SPAKE2) messages, which combines NaCl SecretBox and our own
key-derivation choices. I'd like to move off of NaCl/libsodium and I think
some RFC7539-implementing library might be compatible, and with these test
vectors I can check that. I also want to copy these tests into the Rust port.
2018-08-21 10:12:23 -07:00
Brian Warner
777c963c9a
README: note py37 compatibility
2018-07-27 14:46:13 -07:00