rgb-cln/connectd
Christian Decker 8d6c8c3cd1 connectd: Pass the init_featurebits down to connectd and use in init
The `init_featurebits` are computed at startup, and then cached
indefinitely. They are then used whenever a new `init` handshake is performed.

We could add a new message to push updates to `connectd` whenever a plugin is
added or removed, but that's up for discussion.
2020-02-11 13:53:31 +10:30
..
test Add missing `extern` qualifiers for gcc 10 2020-02-02 12:59:17 +10:30
Makefile common: use struct onionreply. 2020-01-23 16:17:42 +10:30
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: Pass the init_featurebits down to connectd and use in init 2020-02-11 13:53:31 +10:30
connectd.c connectd: Pass the init_featurebits down to connectd and use in init 2020-02-11 13:53:31 +10:30
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
netaddress.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
netaddress.h gossipd: move files into connectd. 2018-07-25 02:13:52 +00:00
peer_exchange_initmsg.c connectd: Pass the init_featurebits down to connectd and use in init 2020-02-11 13:53:31 +10:30
peer_exchange_initmsg.h connectd: Pass the init_featurebits down to connectd and use in init 2020-02-11 13:53:31 +10:30
tor.c connectd: use PRIu8 for printing u8 instead of %d 2020-02-03 15:38:11 +00:00
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00: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