rgb-cln/connectd
Rusty Russell 976a79094b connectd: fix advertizing for Tor ports.
We were accidentally using the port that the tor service was
connecting to, not the /torport the user said to use.

Fixes: #4597
Reported-by: @openoms
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Fixed: Config: `addr` autotor and statictor /torport arguments now advertized correctly.
2021-06-17 11:46:48 +09:30
..
test update-mocks: make sure we cover all test programs. 2021-05-22 17:53:04 +09:30
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
connectd.c common/bech32: update to bech32m reference. 2021-06-11 13:54:20 +09:30
connectd.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
connectd_gossipd_wire.csv connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
connectd_gossipd_wiregen.c gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
connectd_gossipd_wiregen.h gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
connectd_wire.csv connectd: new command to make us send message and close. 2021-06-03 16:16:34 +09:30
connectd_wiregen.c gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
connectd_wiregen.h gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
handshake.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
handshake.h common: generalize ecdh function. 2020-04-04 16:08:49 +10:30
netaddress.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
netaddress.h
peer_exchange_initmsg.c connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
peer_exchange_initmsg.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
tor.c connect/tor: Set errno, if connection failed we want to reflect this. 2020-07-01 11:21:58 +02:00
tor.h
tor_autoservice.c connectd: fix advertizing for Tor ports. 2021-06-17 11:46:48 +09:30
tor_autoservice.h