core-lightning/plugins
Rusty Russell a6cfdea71b fetchinvoice: use common/onion_message routines.
This is significantly simpler, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-07-17 10:57:11 +02:00
..
bkpr common: move now-enlarged command_fail_badparam into its own source file. 2024-06-25 08:47:50 +09:30
clnrest plugins: Remove requirements.txt for python plugins 2024-07-03 12:20:05 -07:00
examples cln-plugin: Add dynamic configs and a callback for changes 2024-05-15 13:26:02 +02:00
grpc-plugin meta: bump rust versions for 24.05 release 2024-06-04 20:23:24 -05:00
renepay bitcoin: hoist scid hash into common code. 2024-07-09 15:09:29 +02:00
spender fundchannel: remove crash on race condition 2024-07-03 09:11:52 +09:30
src cln-plugin: fix over-escaping rpc errors 2024-05-15 13:26:02 +02:00
test libplugin: support filtering of outgoing commands. 2024-06-20 16:14:38 +09:30
wss-proxy plugins: Remove requirements.txt for python plugins 2024-07-03 12:20:05 -07:00
.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 autoclean: call list in easy stages. 2024-06-20 16:14:38 +09:30
bcli.c bcli: remove deprecated estimatefees responses. 2024-06-14 11:30:26 +09:30
Cargo.toml meta: bump rust versions for 24.05 release 2024-06-04 20:23:24 -05:00
chanbackup.c chanbackup: typo fix. 2024-05-29 10:34:58 -05:00
commando.c commando: update removal version for rpcs 2024-06-18 14:06:06 +09:30
establish_onion_path.c plugins/offers: establish_onion_path can have a simple boolean arg for connect_disable. 2024-07-09 15:09:29 +02:00
establish_onion_path.h fetchinvoice: use common/onion_message routines. 2024-07-17 10:57:11 +02:00
fetchinvoice.c fetchinvoice: use common/onion_message routines. 2024-07-17 10:57:11 +02:00
fetchinvoice.h plugins/offers: neaten fetchinvoice integration. 2024-07-17 10:57:11 +02:00
funder_policy.c libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
funder_policy.h libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
funder.c libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
keysend.c BOLT: update to include 2016 for max_htlc_cltv. 2024-05-09 16:14:23 -05:00
libplugin-pay.c plugins/pay: don't crash if getroute is empty. 2024-07-09 15:09:29 +02:00
libplugin-pay.h pay: fix bolt12 blinded path cltv logic. 2024-05-15 10:55:16 -05:00
libplugin.c common: new function command_log to log something about a specific command. 2024-06-25 08:47:50 +09:30
libplugin.h libplugin: add plugin_option_dev_dynamic (our first dynamic dev option coming). 2024-06-20 16:14:38 +09:30
Makefile plugin/offers: add inject_onionmessage helper. 2024-07-17 10:57:11 +02:00
offers_inv_hook.c plugins/offers: make send_onion_reply() handle making transient connections. 2024-07-17 10:57:11 +02:00
offers_inv_hook.h lightningd: re-add 'offerout' functionality, as 'invoicerequest'. 2022-11-09 15:08:03 +01:00
offers_invreq_hook.c plugins/offers: don't establish_onion_path at start of processing invoice_request 2024-07-17 10:57:11 +02:00
offers_invreq_hook.h plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
offers_offer.c plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
offers_offer.h plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
offers.c plugins/offers: make send_onion_reply() handle making transient connections. 2024-07-17 10:57:11 +02:00
offers.h plugins/offers: make send_onion_reply() handle making transient connections. 2024-07-17 10:57:11 +02:00
pay.c plugins/pay: fix crash if we try to self-pay a bolt12 invoice. 2024-07-09 15:09:29 +02:00
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 plugins: two minor things I noticed. 2024-05-15 15:50:54 -05:00
topology.c remove is_local variable from listpeerchannels cb 2024-04-03 10:07:13 +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).