-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circuit Relay integration #4091
Commits on Aug 16, 2017
-
integrate circuit-relay transport
- enabled by default, so that we can dial/receive dials - /p2p-circuit/QmId address is not announced; filtered at host with AddrsFactory - use case is manual swarm connect with relay address License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for ba5940e - Browse repository at this point
Copy the full SHA ba5940eView commit details -
account for p2p-circuit address intricacies
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 4900935 - Browse repository at this point
Copy the full SHA 4900935View commit details -
test/sharness: circuit relay test
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 1f40c52 - Browse repository at this point
Copy the full SHA 1f40c52View commit details -
test/sharness: extended circuit relay test
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 98da085 - Browse repository at this point
Copy the full SHA 98da085View commit details -
swarm: more robust logic in remote address printing
Handles p2p-circuit addresses and any other address that uses a similar routing scheme. License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 6c63cec - Browse repository at this point
Copy the full SHA 6c63cecView commit details -
ipfsaddr: add TODO comment to clean up p2p-circuit special case
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 3e7dce2 - Browse repository at this point
Copy the full SHA 3e7dce2View commit details -
core: address factory composition for constructPeerHost
- Adds AddrsFactory to ConstructPeerHostOpts - Composes the AddrsFactory option with the relay filter License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 9d15e63 - Browse repository at this point
Copy the full SHA 9d15e63View commit details -
docs/config: document relay options
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 16247cb - Browse repository at this point
Copy the full SHA 16247cbView commit details -
fix competing address factories in host options
integrate #3948 License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 4f39962 - Browse repository at this point
Copy the full SHA 4f39962View commit details -
ipfs swarm addrs listen command, fix t0060-daemon
Necessary for meaningful semantics in the presence of address filtering. License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 6f54181 - Browse repository at this point
Copy the full SHA 6f54181View commit details -
more descriptive help message for ipfs swarm addrs local
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for d7922e7 - Browse repository at this point
Copy the full SHA d7922e7View commit details -
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 1141705 - Browse repository at this point
Copy the full SHA 1141705View commit details -
don't hardcode ipfs protocol name in multiaddr display
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for a130659 - Browse repository at this point
Copy the full SHA a130659View commit details -
simplify code for ipfs protocol scheme in multiaddr display
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 31e3b8f - Browse repository at this point
Copy the full SHA 31e3b8fView commit details -
don't leak host in case of error adding relay
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for 322bb98 - Browse repository at this point
Copy the full SHA 322bb98View commit details -
make filterRelayAddrs a named function, not a closure
License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>
Configuration menu - View commit details
-
Copy full SHA for b6150b2 - Browse repository at this point
Copy the full SHA b6150b2View commit details