Files
palladum-lightning/plugins
Rusty Russell 1131e40ddf plugins/sql: do deprecations at request time, not schema loading.
When we allow deprecation to be set per-connection, we need to
generalize this approach.  Instead of filtering out deprecated
fields at schema loading, we need to load them, then refuse
to serve deprecated fields on a per-request basis.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-01-26 10:30:22 +10:30
..
2024-01-24 14:42:45 +10:30
2023-08-21 10:35:41 +09:30
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2024-01-26 10:30:22 +10:30
2023-09-21 20:08:24 +09:30
2024-01-26 10:30:22 +10:30
2023-09-21 20:08:24 +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).