core-lightning/plugins
Christian Decker 2ef130e427 paymod: Apply and unapply routes to the channel hints
Add/remove the HTLC amount from the channel hints so concurrent getroute calls
have the correct exclusions. This can sometimes underflow, if we're unlucky
and call getroute too closely, but that's not a big issue, it can only result
in a failed MPP attempt too many, nothing fatal, and it'll get corrected based
on the result returned by the failing node.
2020-07-07 23:25:45 +02:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
autoclean.c plugins: make the autoclean plugin static 2020-06-24 15:29:39 +02:00
bcli.c bcli cleanups 2020-05-20 06:09:24 +09:30
fundchannel.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
keysend.c build: fix compilation on i386 2020-06-28 09:36:30 +00:00
libplugin-pay.c paymod: Apply and unapply routes to the channel hints 2020-07-07 23:25:45 +02:00
libplugin-pay.h paymod: Add user-provided label back into the paystatus result 2020-07-07 23:25:45 +02:00
libplugin.c plugins/Makefile: Change plugins build procedure. 2020-07-07 21:32:31 +02:00
libplugin.h libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
Makefile plugins/Makefile: Change plugins build procedure. 2020-07-07 21:32:31 +02:00
pay.c paymod: Add support for the msatoshi override argument 2020-07-07 23:25:45 +02:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01: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).