core-lightning/plugins
Rusty Russell 9450d46db1 bitcoin/short_channel_id: pass by copy everywhere.
It's a u64, we should pass by copy.  This is a big sweeping change,
but mainly mechanical (change one, compile, fix breakage, repeat).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-03-20 13:51:48 +10:30
..
bkpr common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
clnrest release: Bump pyln package versions 2024-02-28 14:38:10 +01:00
examples cln_plugin : Test default values for ConfigOptions 2024-02-08 15:37:44 +01:00
grpc-plugin rs: bump crate versions for v24.02.1 2024-03-08 14:53:45 +01:00
renepay bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
spender common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
src cln_plugin: switch lifetimes of ConfigOption from static to non-static 2024-02-27 13:29:28 +01:00
test bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
.gitignore Plugins: Add recover plugin which'd identify if we've lost some state and try to recover the node by entering mode. 2024-02-16 22:17:46 +01:00
autoclean.c libplugin: support version strings for deprecations. 2024-01-26 10:30:22 +10:30
bcli.c plugins/bcli: use per-command deprecation flags. 2024-01-26 10:30:22 +10:30
Cargo.toml rs: bump crate versions for v24.02.1 2024-03-08 14:53:45 +01:00
chanbackup.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
commando.c global: expose all fmt_X functions for direct use, make uniform. 2024-03-20 13:51:48 +10:30
fetchinvoice.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
funder.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
funder_policy.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
funder_policy.h libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09:30
keysend.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
libplugin-pay.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
libplugin-pay.h libplugin: conceptually separate "total due" from "amount we're paying". 2024-03-20 10:58:28 +10:30
libplugin.c libplugin: remove global deprecated_apis flag. 2024-01-26 10:30:22 +10:30
libplugin.h libplugin: remove global deprecated_apis flag. 2024-01-26 10:30:22 +10:30
Makefile common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
offers.c plugins/offers: Extend the capability of decode to decrypt the contents of emergency.recover file. 2023-10-27 16:05:28 +10:30
offers.h common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
offers_inv_hook.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
offers_inv_hook.h lightningd: re-add 'offerout' functionality, as 'invoicerequest'. 2022-11-09 15:08:03 +01:00
offers_invreq_hook.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
offers_invreq_hook.h offers: create a real blinded path, if necessary. 2022-11-09 15:08:03 +01:00
offers_offer.c lightningd: deprecate @-prefix hack for offer recurrence_base. 2024-02-07 09:21:00 +10:30
offers_offer.h lightningd: re-add 'offerout' functionality, as 'invoicerequest'. 2022-11-09 15:08:03 +01:00
pay.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
recover.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
sql.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
topology.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
txprepare.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30

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).