3798 Commits (149e967ba3341ead2e41739916c7ae06eafe426f)
 

Author SHA1 Message Date
Rusty Russell 149e967ba3 features: fix endian. 7 years ago
Saibato 8659745ca6 update TOR.md to latest changes 7 years ago
nicolas.dorier 59154ebd34 Fix build on linux-musl 7 years ago
practicalswift 3abd9ad4f6 wireaddr: Avoid memory corruption in fmt_wireaddr_without_port() 7 years ago
practicalswift fab3b214b4 Avoid static analyzer warning about integer wraparound 7 years ago
Rusty Russell 1125682ceb wireaddr: new type, ADDR_INTERNAL_FORPROXY, use it if we can't/wont resolve. 7 years ago
Rusty Russell 2a0acd3492 tor: log proxy communications using status_io. 7 years ago
Rusty Russell 570283bc76 gossipd: don't use fake addrhint for non-addrhint resolutions. 7 years ago
Rusty Russell de063edb54 gossip: extract function to derive seedname. 7 years ago
Rusty Russell 0d23f4fb4a gossipd: hand io_tor_connect the host as a string. 7 years ago
Rusty Russell a1dc4eef56 wireaddr: tell caller that we failed due to wanting DNS lookup, don't try. 7 years ago
Rusty Russell 5345e43354 gossipd: rename use_tor to use_proxy, 7 years ago
Rusty Russell bcb047a729 gossipd: fix uninitialized var. 7 years ago
Rusty Russell 011d75c618 lightningd: don't allow --announce-addr with a wildcard address. 7 years ago
Rusty Russell 1ab9a5def6 wireaddr: fix parsing of empty address with no port. 7 years ago
Rusty Russell cca791d1cb routing: clean up channel public/active states. 7 years ago
Rusty Russell 9d1e496b11 gossipd: use a real update in local_add_channel. 7 years ago
Rusty Russell c71e16f784 broadcast: invert ownership of messages. 7 years ago
Rusty Russell 8940528bdb gossipd: don't include private announcements into broadcast map. 7 years ago
Rusty Russell cdded4f53d tests/utils.py: make default timeout configurable via $TIMEOUT 7 years ago
Rusty Russell d1b28f832d gossipd: when reconnecting, make sure we free old connection. 7 years ago
Rusty Russell 2bc9d7594c doc/TOR.md: update for new options. 7 years ago
Rusty Russell 89c76a5a78 Move always-use-proxy auto-override to master daemon. 7 years ago
Rusty Russell 1106c40217 tor: add new 'autotor:' address option. 7 years ago
Rusty Russell a8c0bca6a8 gossipd: take over negotiation of autogenerated Tor addresses. 7 years ago
Rusty Russell e93682e3bf status: make status_io a more generic mechanism. 7 years ago
Rusty Russell 5a0bc83b20 Tor: don't do seed queries if we're supposed to always use proxy. 7 years ago
Rusty Russell 9d8e3cf3da gossip: handle Tor proxy better. 7 years ago
Rusty Russell c3ccc14f19 Tor: remove --tor prefix from SOCKS5 options. 7 years ago
Rusty Russell 003cd29733 tor: clean up io_tor_connect. 7 years ago
Rusty Russell d87a6c3a48 wireaddr: more helpers, to convert to addrinfo. 7 years ago
Rusty Russell 2d840706df tor: don't immediately fail if we can't open cookie file. 7 years ago
Rusty Russell d5e4d52563 common/base32: make this a simple tal-wrapper around ccan/base32. 7 years ago
Rusty Russell 53c6ceeab9 ccan: import base32 module. 7 years ago
Rusty Russell e91975c22d wireaddr: use fmt_wireaddr_without_port in fmt_wireaddr. 7 years ago
Rusty Russell 7900318216 wireaddr: fix tor address lengths. 7 years ago
Rusty Russell 7d95dbbd0a wireaddr: remove FQDN_ADDRLEN in favor of LARGEST_ADDRLEN. 7 years ago
Rusty Russell c1e0a4d572 gossip/tor: rearrange functions to avoid predeclarations. 7 years ago
Rusty Russell 8b0215549c options: check that combinations of TOR options are valid. 7 years ago
Rusty Russell e229f113b9 gossipd: don't try to reach tor if we don't have a proxy. 7 years ago
Rusty Russell 11db7ca9e6 options: use NULL for unset Tor settings. 7 years ago
Rusty Russell ef09961713 lightningd: rewrite tor service interaction to be synchronous, robust. 7 years ago
Rusty Russell 57115f4914 ccan: update and import rbuf module. 7 years ago
Rusty Russell 85eff42d9a common/tor: move into lightningd. 7 years ago
Rusty Russell d9f13230cf gossip/tor.c: new file for socks proxy code. 7 years ago
Rusty Russell 6d69e7b066 netaddress: fix up IsTor() 7 years ago
Saibato 877f63e99e Initial TOR v2/v3 support. 7 years ago
Isidoro Ghezzi 855d0b9401 "sizeof(sun->sun_path)" is not always the same as "sizeof(addr->u.sockname)" 7 years ago
Rusty Russell c33bbb2639 test_lightningd.py: wait longer test_permfail for l2 to notice new blocks. 7 years ago
Rusty Russell 2caeab506b tests/test_lightningd.py: make test_blockchaintrack safe to re-run. 7 years ago