You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell c77e29c403 libplugin: use json_out internally. 6 years ago
..
.gitignore plugins/.gitignore: Also ignore autoclean. 6 years ago
Makefile ccan: import ccan/json_out and ccan/json_escape. 6 years ago
README.md plugins: add and install built-in plugin dir, add clear and disable options. 6 years ago
autoclean.c Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 6 years ago
libplugin.c libplugin: use json_out internally. 6 years ago
libplugin.h Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 6 years ago
pay.c plugins/pay: don't retry routehint if it contains already-eliminated channel. 6 years ago

README.md

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).