core-lightning/plugins
Rusty Russell c5099b1647 libplugin: clean up API.
When we used to allow cmd to be NULL, we had to hand the plugin
everywhere.  We no longer do.

1. Various jsonrpc_ functions no longer need the plugin arg.
2. send_outreq no longer needs a plugin arg.
3. The init function takes a command, not a plugin.
4. Remove command_deprecated_in_nocmd_ok.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-11-07 17:04:35 +10:30
..
askrene libplugin: clean up API. 2024-11-07 17:04:35 +10:30
bkpr libplugin: clean up API. 2024-11-07 17:04:35 +10:30
clnrest Remove swagger postman screenshots including .github folder 2024-11-06 14:01:22 +10:30
examples cln-plugin: add multi options for String and i64 2024-08-13 12:24:45 +09:30
grpc-plugin rust-libs: Bump versions 2024-09-22 00:12:39 -07:00
renepay libplugin: clean up API. 2024-11-07 17:04:35 +10:30
spender libplugin: clean up API. 2024-11-07 17:04:35 +10:30
src cln-plugin: Change default log level filter back to INFO 2024-09-17 12:00:27 +09:30
test libplugin: clean up API. 2024-11-07 17:04:35 +10:30
wss-proxy release: Update the changelog for point release v24.08.2 2024-10-18 09:06:17 -07:00
.gitignore gitignore: Add missing gitignore plugins an devtools 2024-08-13 08:32:23 -07:00
autoclean.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
bcli.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
Cargo.toml rust-libs: Bump versions 2024-09-22 00:12:39 -07:00
chanbackup.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
channel_hint.c libplugin-pay: use map for channel hints 2024-10-07 15:16:46 +02:00
channel_hint.h libplugin-pay: use map for channel hints 2024-10-07 15:16:46 +02:00
commando.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
establish_onion_path.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
establish_onion_path.h fetchinvoice: use common/onion_message routines. 2024-07-17 10:57:11 +02:00
fetchinvoice.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
fetchinvoice.h plugins/offers: neaten fetchinvoice integration. 2024-07-17 10:57:11 +02:00
funder.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
funder_policy.c common/amount: rename amount_sat_zero/amount_msat_zerp -> amount_sat_is_zero/amount_msat_is_zero. 2024-09-19 12:16:53 +09:30
funder_policy.h libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
keysend.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
libplugin-pay.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
libplugin-pay.h libplugin-pay: always use a non-NULL struct command. 2024-11-07 17:04:35 +10:30
libplugin.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
libplugin.h libplugin: clean up API. 2024-11-07 17:04:35 +10:30
Makefile build: Exclude python plugins from flake build 2024-10-21 16:56:02 +02:00
offers.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
offers.h lightningd: make plugins set metadata for invoice requests. 2024-08-01 12:31:48 +09:30
offers_inv_hook.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
offers_inv_hook.h offers: check they use the blinded path if one is specified. 2024-07-17 10:57:11 +02:00
offers_invreq_hook.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
offers_invreq_hook.h offers: check they use the blinded path if one is specified. 2024-07-17 10:57:11 +02:00
offers_offer.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
offers_offer.h plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
pay.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
recklessrpc.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
recover.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
sql.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
topology.c libplugin: clean up API. 2024-11-07 17:04:35 +10:30
txprepare.c libplugin: clean up API. 2024-11-07 17:04:35 +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).