core-lightning/plugins
Rusty Russell c585f22711 libplugin: update API to use json_out.
We now hand around struct json_out members, rather than using formatted
strings, so plugins need to construct them properly.

There's no automatic conversion between ' and " any more, so those
are eliminated too.  pay still uses some manual construction of elements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-12 02:00:15 +00:00
..
.gitignore plugins/.gitignore: Also ignore autoclean. 2019-05-23 04:51:06 +00:00
autoclean.c libplugin: update API to use json_out. 2019-06-12 02:00:15 +00:00
libplugin.c libplugin: update API to use json_out. 2019-06-12 02:00:15 +00:00
libplugin.h libplugin: update API to use json_out. 2019-06-12 02:00:15 +00:00
Makefile ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
pay.c libplugin: update API to use json_out. 2019-06-12 02:00:15 +00:00
README.md plugins: add and install built-in plugin dir, add clear and disable options. 2018-12-05 01:22:55 +01:00

Plugin Directory

Anything file in this directory which is executable and doesn't start and doesn't contain ASCII symbols other than '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).