rgb-cln/plugins
Rusty Russell 4ffda340d3 check: make sure all files outside contrib/ include "config.h" first.
And turn "" includes into full-path (which makes it easier to put
config.h first, and finds some cases check-includes.sh missed
previously).

config.h sets _GNU_SOURCE which really needs to be done before any
'#includes': we mainly got away with it with glibc, but other platforms
like Alpine may have stricter requirements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-06 10:05:39 +10:30
..
spender check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
test check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
Makefile plugins/Makefile: improve header dependencies. 2021-12-01 05:44:28 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
bcli.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
fetchinvoice.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
funder.c plugins/libplugin.c: Allow freeing notification `struct command *`. 2021-10-08 14:40:04 +10:30
funder_policy.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
funder_policy.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
keysend.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
libplugin-pay.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
libplugin-pay.h Add route exclusion payment modifier and pay rpc exclude arg 2021-12-04 21:37:42 +10:30
libplugin.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
libplugin.h plugins/libplugin.c: Allow freeing notification `struct command *`. 2021-10-08 14:40:04 +10:30
offers.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers.h lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
offers_inv_hook.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_inv_hook.h gossipd: handle receipt of modern onion message. 2021-12-01 05:44:28 +10:30
offers_invreq_hook.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_invreq_hook.h gossipd: handle receipt of modern onion message. 2021-12-01 05:44:28 +10:30
offers_offer.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_offer.h BOLT12: use point32 instead of pubkey32. 2021-10-08 13:47:30 +02:00
pay.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
topology.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
txprepare.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30

README.md

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