rgb-cln/plugins
Rusty Russell 62c52fe868 libplugin: add support for before and after deps on hooks.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-11-09 15:22:33 -06:00
..
spender Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
.gitignore plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 2020-09-10 15:28:50 +09:30
Makefile libplugin: support for sending notifications. 2020-10-23 13:53:16 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
bcli.c plugins: use "slow" feerate for mutual close negotiation. 2020-10-13 20:53:34 +02:00
keysend.c plugins/pay: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
libplugin-pay.c gossmap: fix reutrn of gossmap_xxx_has_feature, rename. 2020-10-28 15:32:12 +10:30
libplugin-pay.h plugins/libplugin-pay: use gossmap. 2020-10-21 08:58:34 +10:30
libplugin.c libplugin: add support for before and after deps on hooks. 2020-11-09 15:22:33 -06:00
libplugin.h libplugin: add support for before and after deps on hooks. 2020-11-09 15:22:33 -06:00
pay.c plugins/pay: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
txprepare.c bitcoin/psbt: wallt_tx_output needs a tal ctx. 2020-09-23 13:52:49 +09:30

README.md

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).