rgb-cln/doc/developers-guide/plugin-development
Rusty Russell 2914d3adfc plugins: allow plugins to get per-connection deprecated state.
Unfortunately, this is awkward: we just copy through most requests,
so we can't easily add a "deprecation" field to each one.  So we do
a notification if the next command has a different deprecation status
than the global one, but that requires opt-in from the plugin.

We didn't previously document the subscriptions array, so do that now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: Plugins: `deprecated_oneshot` notifiction subscription to change deprecated status for a single command.
2024-01-26 10:30:22 +10:30
..
a-day-in-the-life-of-a-plugin.md plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
additional-resources.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
bitcoin-backend.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
event-notifications.md plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
hooks.md doc: documentation update for hooks and testing 2023-12-15 10:19:14 +10:30
json-rpc-passthrough.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
plugin-manager.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30