lightning/lightningd
Rusty Russell 646c564ec5 plugins: remove deprecated string plugin options.
This was fixed in 0.8.2.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: plugins: options to init are no longer given as strings if they are bool or int types (deprecated in 0.8.2).
2020-12-15 09:28:56 +10:30
..
test feat: adds local halfchan fees to listpeers 2020-12-07 14:26:36 +01:00
.gitignore
bitcoind.c lightningd: forward notifications from plugins if enabled. 2020-10-23 13:53:16 +10:30
bitcoind.h
chaintopology.c
chaintopology.h
channel_control.c feat: adds state change cause and message 2020-11-06 14:47:04 -06:00
channel_control.h peer_channeld: pass over PSBT, remove second message 2020-10-20 12:50:31 +10:30
channel_state.h feat: adds state_changes to listpeers output 2020-11-06 14:47:04 -06:00
channel.c fix: closer set to remote for onchain settlement 2020-11-13 14:25:02 -06:00
channel.h db: persist channel closer and state change cause 2020-11-06 14:47:04 -06:00
closing_control.c feat: adds state change cause and message 2020-11-06 14:47:04 -06:00
closing_control.h
coin_mvts.c
coin_mvts.h
connect_control.c
connect_control.h
dual_open_control.c df: rename the dual_open wires to match other daemon wires 2020-12-02 14:19:08 +10:30
dual_open_control.h
gossip_control.c
gossip_control.h
gossip_msg.c
gossip_msg.h
hsm_control.c
hsm_control.h
htlc_end.c
htlc_end.h common/sphinx: make TOTAL_PACKET_SIZE a macro. 2020-12-11 15:51:24 +01:00
htlc_set.c lightningd: note whether payment secret is used or not. 2020-10-28 12:03:14 +01:00
htlc_set.h
invoice.c invoice: fix potential race where invoice is paid/expired while we're calling hook. 2020-12-02 16:50:12 +10:30
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
json.c
json.h
jsonrpc.c jsonrpc: Forward errors on malformed requests to cli 2020-12-09 06:56:21 +10:30
jsonrpc.h lightningd: infrastructure for internal notifications. 2020-10-23 13:53:16 +10:30
lightningd.c lightningd: fix similar race in stop. 2020-11-06 14:05:44 -06:00
lightningd.h lightningd: remove unused pid_fd member in struct lightningd 2020-11-23 12:13:28 -06:00
log_status.c
log_status.h
log.c lightningd/log.c: Fix up handling of SIGHUP. 2020-12-02 16:48:48 +10:30
log.h
Makefile Makefile: add $(LIGHTNINGD_SRC_NOHDR) to $(ALL_C_SOURCES) for "make clean" to work properly 2020-10-27 10:42:48 +10:30
memdump.c
memdump.h
notification.c db: adds a state_change history to database 2020-11-06 14:47:04 -06:00
notification.h feat: adds timestamp to state_change notification 2020-11-06 14:47:04 -06:00
onchain_control.c feat: adds state change cause and message 2020-11-06 14:47:04 -06:00
onchain_control.h
onion_message.c common/sphinx: make onionpacket.routinginfo a dynamic member. 2020-12-11 15:51:24 +01:00
onion_message.h
opening_common.c df: rename the dual_open wires to match other daemon wires 2020-12-02 14:19:08 +10:30
opening_common.h openingd/: Fail fundchannel_start if we already are, or will become, the fundee. 2020-11-07 17:18:49 +00:00
opening_control.c lightningd/opening_control.c: Remove predeclaration. 2020-11-07 17:18:49 +00:00
opening_control.h
options.c dev-force-features: adds a second valid format for forcing features 2020-10-26 21:31:24 -05:00
options.h
pay.c common/sphinx: make onionpacket.routinginfo a dynamic member. 2020-12-11 15:51:24 +01:00
pay.h
peer_control.c feat: adds local halfchan fees to listpeers 2020-12-07 14:26:36 +01:00
peer_control.h peer_control: move open_command up to where channeld can get it, 2020-10-20 12:50:31 +10:30
peer_htlcs.c common/sphinx: make onionpacket.routinginfo a dynamic member. 2020-12-11 15:51:24 +01:00
peer_htlcs.h
ping.c
ping.h
plugin_control.c fix: hangup in plugin rescan 2020-11-12 15:27:04 -06:00
plugin_control.h
plugin_hook.c lightningd/plugin_hook.c: Make db_write a chained hook. 2020-11-30 10:40:11 +10:30
plugin_hook.h plugins: check order once all plugins have returned from getmanifest. 2020-11-09 15:22:33 -06:00
plugin.c plugins: remove deprecated string plugin options. 2020-12-15 09:28:56 +10:30
plugin.h lightningd/plugin.c: Make plugin-exclusive loop support multiple plugins. 2020-11-30 10:40:11 +10:30
routehint.c
routehint.h
signmessage.c
subd.c
subd.h
watch.c
watch.h