core-lightning/plugins
darosior ceeb5503cc libplugin: fix 'dynamic' field in getmanifest
As a separated commit because it was pre-existent (changelog + xfail test).

This also fix a logical problem in lightningd/plugin_control: we were
assuming a plugin started with 'plugin start' but which did not comport
a 'dynamic' entry in its manifest to be dynamic, though it should have
been treated as static.

Changelog-fixed: plugins: Dynamic C plugins can now be managed when lightningd is up
2020-02-10 09:49:15 +10:30
..
.gitignore plugins/.gitignore: Add fundchannel entry 2019-09-17 21:05:51 +02:00
autoclean.c libplugin: use json_stream helpers for RPC calls 2020-02-10 09:49:15 +10:30
fundchannel.c libplugin: use json_stream for all plugins' commands 2020-02-10 09:49:15 +10:30
libplugin.c libplugin: fix 'dynamic' field in getmanifest 2020-02-10 09:49:15 +10:30
libplugin.h libplugin: use json_stream helpers for RPC calls 2020-02-10 09:49:15 +10:30
Makefile common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
pay.c libplugin: use json_stream for all plugins' commands 2020-02-10 09:49:15 +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).