rgb-cln/plugins
darosior 4640d18ef0 Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 2019-06-03 00:06:12 +00:00
..
.gitignore plugins/.gitignore: Also ignore autoclean. 2019-05-23 04:51:06 +00:00
Makefile plugins/Makefile: Add PLUGIN_AUTOCLEAN_OBJS to ALL_OBJS. 2019-05-23 04:51:06 +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
autoclean.c Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 2019-06-03 00:06:12 +00:00
libplugin.c Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 2019-06-03 00:06:12 +00:00
libplugin.h Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 2019-06-03 00:06:12 +00:00
pay.c libplugin.c: Handle command categories then set them in pay and autoclean 2019-06-03 00:02:25 +00:00

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