lightning/plugins
nicolas.dorier dfe8029f74
Some checks failed
Docker packaging / main (push) Has been cancelled
Adapt Dockerfile for BTCPay deployment
2024-10-20 19:41:07 +09:00
..
askrene askrene: hack in some padding so we don't overflow capacities. 2024-08-23 18:52:15 +09:30
bkpr bookkeeper: fix up out-of-order migrations in rc1 2024-08-16 07:18:29 +09:30
clnrest release: Update the changelog for point release v24.08.2 2024-10-18 09:12:15 -07:00
examples cln-plugin: add multi options for String and i64 2024-08-13 12:24:45 +09:30
grpc-plugin grpc-plugin: Run cargo fmt for minor style fixes 2024-07-31 08:53:12 +02:00
renepay renepay: bugfix: apply channel filter globally 2024-08-19 10:11:35 -07:00
spender libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
src cln-plugin: Change default log level filter back to INFO 2024-09-17 10:48:41 -07:00
test libplugin-pay: use map for channel hints 2024-10-18 10:49:14 +10:30
wss-proxy release: Update the changelog for point release v24.08.2 2024-10-18 09:12:15 -07:00
.gitignore gitignore: Add missing gitignore plugins an devtools 2024-08-13 08:32:23 -07:00
autoclean.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
bcli.c Adapt Dockerfile for BTCPay deployment 2024-10-20 19:41:07 +09:00
Cargo.toml meta: bump rust versions for 24.05 release 2024-06-04 20:23:24 -05:00
chanbackup.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
channel_hint.c libplugin-pay: use map for channel hints 2024-10-18 10:49:14 +10:30
channel_hint.h libplugin-pay: use map for channel hints 2024-10-18 10:49:14 +10:30
commando.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
establish_onion_path.c offers: add self-fetchinvoices for offers, and self-pay for the resulting invoice. 2024-07-18 10:53:55 +09:30
establish_onion_path.h fetchinvoice: use common/onion_message routines. 2024-07-17 10:57:11 +02:00
fetchinvoice.c offers: fix crash when receiving response to offer without offer_issuer_id 2024-08-06 19:09:27 -07: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: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
keysend.c pay: Use the global channel_hint_set and remember across payments 2024-10-18 10:48:30 +10:30
libplugin-pay.c libplugin-pay: use map for channel hints 2024-10-18 10:49:14 +10:30
libplugin-pay.h pay: Use the global channel_hint_set and remember across payments 2024-10-18 10:48:30 +10:30
libplugin.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
libplugin.h libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
Makefile plugin: Split out the struct channel_hint handling 2024-10-18 10:48:29 +10:30
offers_inv_hook.c global: update BOLT12 quotes. 2024-08-01 12:31:48 +09: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 global: update BOLT12 quotes. 2024-08-01 12:31:48 +09: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 common: Add some more JSON primitives 2024-08-09 13:59:07 +09:30
offers_offer.h plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
offers.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
offers.h lightningd: make plugins set metadata for invoice requests. 2024-08-01 12:31:48 +09:30
pay.c pay: Switch to msat for total_capacity 2024-10-18 10:48:48 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
recklessrpc.c reckless-rpc: catch failed reckless subprocess 2024-08-12 18:10:45 -07:00
recover.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09:30
sql.c doc: properly document sub-subobject fields. 2024-08-16 07:19:52 +09:30
topology.c common/gossmap: use u64 for all offsets. 2024-10-18 09:12:15 -07:00
txprepare.c libplugin: add data pointer for plugin convenience. 2024-08-07 20:35:30 +09: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).