rgb-cln/plugins
darosior fcbd11f0c5 plugins/libplugin: hook support
Changelog-Added: plugins: libplugin now supports writing plugins which register to hooks
2019-12-09 16:18:28 +01:00
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 2019-09-17 21:05:51 +02:00
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +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/libplugin: hook support 2019-12-09 16:18:28 +01:00
fundchannel.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
libplugin.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
libplugin.h plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
pay.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01: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).