core-lightning/plugins
Rusty Russell e7b263304e lightningd: Send updated onion spec messages.
It's very similar to the previous, but there are a few changes:

1. The enctlv fields are numbered differently.
2. The message itself is a different number.

The onionmsg_path type is the same, however, so we keep that constant
at least.

The result is a lot of cut & paste, but we will delete the old one
next release.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-01 05:44:28 +10:30
..
spender Fix typo in the error message. 2021-10-30 11:12:21 +02:00
test memleak: make notleak use the tal name instead of a boutique struct. 2021-11-27 10:38:13 +10:30
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
autoclean.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
bcli.c bcli: Accept "already in chain" errors as success 2021-09-22 09:08:48 +09:30
fetchinvoice.c lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
funder_policy.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
funder_policy.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
funder.c plugins/libplugin.c: Allow freeing notification struct command *. 2021-10-08 14:40:04 +10:30
keysend.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
libplugin-pay.c libplugin-pay: fix valgrind error 2021-11-30 13:34:44 +10:30
libplugin-pay.h libplugin: Add callbacks for successful and failed payments 2021-10-13 13:41:18 +10:30
libplugin.c plugins/libplugin.c: Allow freeing notification struct command *. 2021-10-08 14:40:04 +10:30
libplugin.h plugins/libplugin.c: Allow freeing notification struct command *. 2021-10-08 14:40:04 +10:30
Makefile plugins/Makefile: improve header dependencies. 2021-12-01 05:44:28 +10:30
offers_inv_hook.c lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
offers_inv_hook.h common: rename current onion message structures to obs2_. 2021-12-01 05:44:28 +10:30
offers_invreq_hook.c lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
offers_invreq_hook.h common: rename current onion message structures to obs2_. 2021-12-01 05:44:28 +10:30
offers_offer.c bolt12: update to latest spec. 2021-10-08 13:47:30 +02:00
offers_offer.h BOLT12: use point32 instead of pubkey32. 2021-10-08 13:47:30 +02:00
offers.c lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
offers.h lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
pay.c paystatus: remove doubled amount_msat. 2021-11-17 10:50:33 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
topology.c common/dijkstra: hand channel direction to path_score callback. 2021-10-22 16:04:37 +02:00
txprepare.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30

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