core-lightning/plugins
Rusty Russell cb9e0268a7 offer / offerout: return existing if its still active.
As requested by @shesek: it's weird to fail if they ask for the exact
same thing (which is quite possible, since offers don't expire by
default).

And add a new "created" field so they can tell if they have an old
one.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-07-21 13:27:27 -04:00
..
spender channel leases: add expected lease fee to opening PSBT 2021-07-20 13:28:38 -04:00
test liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
autoclean.c autoclean: don't return a raw string as result. 2021-05-27 20:28:49 +09:30
bcli.c plugins/bcli: fix uninitialized variable. 2021-06-17 11:47:02 +09:30
fetchinvoice.c fetchinvoice: don't consider "msat" a change if fetchinvoice specified it. 2021-07-21 13:27:27 -04:00
funder_policy.c liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
funder_policy.h liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
funder.c funderupdate: add documentation, update some params 2021-07-21 11:38:30 -04:00
keysend.c keysend: Add routehints argument to the keysend command 2021-07-15 12:13:06 -04:00
libplugin-pay.c pay: Fix another instance of a crash when we can't find ourselves 2021-06-20 14:26:00 +09:30
libplugin-pay.h common/route: route_from_dijkstra returns route_hop array. 2021-05-22 17:53:04 +09:30
libplugin.c libplugin: add u16_option parsing 2021-07-20 13:28:38 -04:00
libplugin.h libplugin: add u16_option parsing 2021-07-20 13:28:38 -04:00
Makefile lease rates: helpers for parsing, serializing + equating lease_rates 2021-07-20 13:28:38 -04:00
offers_inv_hook.c common/amount: make fmt_amount_sat / fmt_amount_msat etc take copy. 2021-01-09 12:45:31 +01:00
offers_inv_hook.h plugins/offer: handle receiving an invoice in an onion_message. 2021-01-09 14:34:35 +10:30
offers_invreq_hook.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 2020-12-23 14:24:39 +01:00
offers_offer.c offer / offerout: return existing if its still active. 2021-07-21 13:27:27 -04:00
offers_offer.h offers: split offer send_invoice generation into new JSON command 2021-01-09 14:34:35 +10:30
offers.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
offers.h plugin/offers: hoist send_onion_reply into core. 2021-01-09 14:34:35 +10:30
pay.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
topology.c channel leases: pass expected lease rates around in compat form 2021-07-20 13:28:38 -04:00
txprepare.c change fees: more accurate rounding for change amount 2021-07-19 16:13:24 -04:00

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