cln/plugins
2026-01-24 09:40:49 +10:00
..
askrene askrene: don't crash if refining flow which has capacity greaater than max it should have. 2026-01-14 17:06:02 +10:30
bip353-plugin
bkpr bookkeeper: restore limit on asking for all channelmoves at once. 2025-11-20 16:30:50 +10:30
examples
grpc-plugin crates: centralize version management 2025-11-14 09:02:35 +10:30
lsps-plugin plugins: lsps: remove anyhow from tlvs 2025-12-17 05:56:01 +10:30
renepay build: Replace PLUGIN_RENEPAY_HDRS json.c with json.h in Makefile. 2026-01-24 09:40:49 +10:00
rest-plugin clnrest: add clnrest-register-path method for dynamic paths 2026-01-19 12:55:57 +10:30
spender lightningd: immediately close without broadcast whenever we close a withheld channel. 2025-11-19 07:23:39 +10:30
src
test
wss-proxy-plugin crates: centralize version management 2025-11-14 09:02:35 +10:30
xpay cln-rpc: update schema, update proto for xpay payer_note field 2025-12-18 12:47:06 -08:00
.gitignore
autoclean.c global: use clock_time in place of time_now(). 2025-11-13 21:21:29 +10:30
bcli.c lightningd: deprecate "message": null in channel_state_changed notifications. 2025-11-18 14:28:22 +10:30
Cargo.toml crates: centralize version management 2025-11-14 09:02:35 +10:30
chanbackup.c commando, chanbackup: use custommsg hooks. 2025-11-20 16:30:50 +10:30
channel_hint.c pay: don't notify using uninitialized hint field. 2026-01-08 22:33:19 +10:30
channel_hint.h
commando.c commando, chanbackup: use custommsg hooks. 2025-11-20 16:30:50 +10:30
establish_onion_path.c
establish_onion_path.h
exposesecret.c ccan: update to get improved grab_file API, and adapt code. 2025-10-26 12:37:58 +10:30
fetchinvoice.c global: use clock_time in place of time_now(). 2025-11-13 21:21:29 +10:30
fetchinvoice.h
funder.c plugins: fix %*.s typo. 2025-10-24 11:28:57 +10:30
funder_policy.c
funder_policy.h
keysend.c plugins: don't try to fetch max-locktime-blocks. 2026-01-20 19:32:42 +10:30
libplugin-pay.c plugins/pay: don't crash if erring index is past route array end. 2026-01-14 17:06:02 +10:30
libplugin-pay.h connectd, gossipd, pay, bcli: use timemono when solely measuring duration for timeouts. 2025-11-13 21:21:29 +10:30
libplugin.c libplugin: fix 'i-promise-to-fix-broken-api-user' parsing. 2026-01-20 19:32:42 +10:30
libplugin.h libplugin: allow plugins to register optional filters for each hook they want. 2025-11-20 16:30:50 +10:30
Makefile sql: add support for listnetworkevents 2025-11-12 13:58:43 +10:30
offers.c offers: make find_best_peer take a feature bitmap. 2025-11-18 14:31:04 +10:30
offers.h offers: make find_best_peer take a feature bitmap. 2025-11-18 14:31:04 +10:30
offers_inv_hook.c global: use clock_time in place of time_now(). 2025-11-13 21:21:29 +10:30
offers_inv_hook.h
offers_invreq_hook.c offers: require opt_onion_message for incoming invoices too. 2025-11-18 14:31:04 +10:30
offers_invreq_hook.h
offers_offer.c offers: make find_best_peer take a feature bitmap. 2025-11-18 14:31:04 +10:30
offers_offer.h
pay.c plugins: don't try to fetch max-locktime-blocks. 2026-01-20 19:32:42 +10:30
README.md
recklessrpc.c
recover.c
sql.c sql: limit how many chainmoves/channelmoves entries we ask for at once. 2025-11-20 16:30:50 +10:30
topology.c topology: in deterministic mode, only return one best candidate for listincoming. 2025-11-13 21:21:29 +10:30
txprepare.c plugins: fix %*.s typo. 2025-10-24 11:28:57 +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).