353 Commits (c2cc3823db7b79d097b583b422580a1b7774ff69)

Author SHA1 Message Date
Rusty Russell c2cc3823db gossipd: announce own node only after channel announcement actually broadcast. 6 years ago
Rusty Russell c2189229ca gossipd: only broadcast channel_announcement once we have a channel_update. 6 years ago
Rusty Russell 2431742285 gossipd: don't publish private updates after channel_announce. 6 years ago
Christian Decker c550fd1752 gossip: Clean up the code to disable a local channel 6 years ago
Christian Decker c17848a3f3 gossip: Disable local channels after loading the gossip_store 6 years ago
Christian Decker f2dc406172 moveonly: Hoist gossip_disable_channel higher up 6 years ago
Christian Decker ba31dd2d9d gossip: Avoid sending duplicate disable messages 6 years ago
Christian Decker 8e278044e3 gossip: Disable channels when we lose the connection to the peer 6 years ago
Christian Decker 3e5b798c60 gossip: Fix disable flags in handle_disable_channel 6 years ago
Christian Decker 9982e24a1c gossip: Add local_channel_close message to disable channels upon close 7 years ago
Christian Decker 402125a70e gossip: Add CRC32 checksum to the gossip_store 7 years ago
Rusty Russell 88053bd1ca gossipd: remove too-loose timestamp workaround. 7 years ago
Rusty Russell 6454d7af84 gossip: cleanup keepalive updates to use the same create_channel_update() code. 7 years ago
Rusty Russell fca5a9ef30 channeld: tell gossipd to generate channel_updates. 7 years ago
Rusty Russell adbe02c6be gossip: temporarily allow replacement of updates with same timestamp. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 8ee60e2d8e testing: make sure we don't see gossip in bad order. 7 years ago
Rusty Russell 177a1fc88e gossipd: handle local channel creation separately from update. 7 years ago
Rusty Russell 540c68d7ca gossipd/gossip_constants.h: Single place for BOLT constants. 7 years ago
Rusty Russell b965ef7d1d routing: make sure we fail if we can't unmarshal announcements. 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 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 d1b28f832d gossipd: when reconnecting, make sure we free old connection. 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 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 c1e0a4d572 gossip/tor: rearrange functions to avoid predeclarations. 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 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
Christian Decker 81dc82de14 gossip: Clean up stale `store` argument to `handle_gossip_msg` 7 years ago
Rusty Russell d40d22b68e gossipd: don't try to connect to non-routable addresses. 7 years ago