core-lightning/plugins
Rusty Russell ca512e3cb2 plugins/pay: use feature set from lightningd to decode bolt11.
This means we correctly reject invoices with features we don't understand.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-04-03 13:13:21 +10:30
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
autoclean.c libplugin: generalize the plugin_timer callback type 2020-02-12 11:45:07 +10:30
bcli.c bcli: use a more urgent feerate for HTLCs and penalty transactions 2020-04-01 23:02:47 -05:00
fundchannel.c fundchannel_start: We can't deprecate 'satoshi' here, since 'amount' wasn't sent 2020-03-30 12:47:01 +02:00
libplugin.c libplugin: demarshal and stash the feature set given by lightningd. 2020-04-03 13:13:21 +10:30
libplugin.h libplugin: demarshal and stash the feature set given by lightningd. 2020-04-03 13:13:21 +10:30
Makefile fix: adds bcli plugin to check-source targets 2020-03-04 14:04:51 +10:30
pay.c plugins/pay: use feature set from lightningd to decode bolt11. 2020-04-03 13:13:21 +10:30
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).