core-lightning/connectd
Vasil Dimov 26d081d500 connectd: translate socks5 errors to human strings
For example:
"Tor connect out for host example.com error: 4 "
becomes:
"Error connecting to example.com: Tor server reply: host unreachable"

Also clarify the error:
"Connected out for example.com error"
to:
"Connected out for example.com error: authentication required"
because the only reason it could have failed is that the Tor socks5
server did not like any of our proposed auth methods and we only
proposed "no auth".

Changelog-None
2020-01-09 14:51:49 +01:00
..
test common: allow subdaemons to specify the node_id in status messages. 2019-11-18 04:50:22 +00:00
connect_gossip_wire.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
connect_wire.csv connectd: setup chainparams 2019-11-29 21:17:08 +01:00
connectd.c connectd: make failure message more descriptive 2019-12-04 15:32:31 -06:00
connectd.h common/features: only support a single feature bitset. 2019-10-11 02:52:04 +00:00
handshake.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
handshake.h channeld: use pointer for shared secret. 2019-01-08 19:20:28 +01:00
Makefile Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
netaddress.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
netaddress.h
peer_exchange_initmsg.c connectd: return error when no common chain at init 2019-12-28 14:22:05 +01:00
peer_exchange_initmsg.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
tor_autoservice.c Add the missing space between "if" and "(" 2020-01-06 12:57:59 +01:00
tor_autoservice.h Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
tor.c connectd: translate socks5 errors to human strings 2020-01-09 14:51:49 +01:00
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00