core-lightning/plugins
niftynei 08c8581461 bcli: allocate temp string off of short-lived cmd
`cmd` gets cleaned up almost immediately, and is the right scope for a
temporary string allocation
2020-12-24 11:38:49 +01:00
..
spender df-mfc: set the minimum input weight to 110 iif v2 2020-12-02 14:19:08 +10:30
.gitignore plugins: add txprepare to .gitignore 2020-12-04 11:30:58 +10:30
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
bcli.c bcli: allocate temp string off of short-lived cmd 2020-12-24 11:38:49 +01:00
fetchinvoice.c plugins/offer and plugins/fetchinvoice: send and recv errors. 2020-12-23 14:24:39 +01:00
keysend.c pay, wallet: rename internal bolt11 vars to invstring. 2020-12-15 12:05:02 +01:00
libplugin-pay.c cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
libplugin-pay.h pay, wallet: rename internal bolt11 vars to invstring. 2020-12-15 12:05:02 +01:00
libplugin.c libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
libplugin.h libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
Makefile plugins/fetchinvoice: plugin to send an invoice_request for a given offer 2020-12-23 14:24:39 +01:00
offers_invreq_hook.c plugins/offer and plugins/fetchinvoice: send and recv errors. 2020-12-23 14:24:39 +01: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 JSON: offers plugin offer command. 2020-12-23 14:24:39 +01:00
offers_offer.h JSON: offers plugin offer command. 2020-12-23 14:24:39 +01:00
offers.c plugins/offers: add code to catch invoice_request onion messages. 2020-12-23 14:24:39 +01:00
pay.c cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
txprepare.c txprepare: Verify that outputs arg is an array 2020-12-09 06:56:21 +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).