reaction/plugins
ppom 12fc90535a
Change plugin interface: oneshot load_config and start
Instead of multiple stream_impl / action_impl and one finish_setup.
This made plugin implementations awkward: they often got some conf and
couldn't determine if it was valid or not.
Now they get all the conf in one function and don't have to keep partial
state from one call to another.

This has the other important benefit that configuration loading is
separated from startup. This will make plugin lifecycle management less
clunky.
2026-02-09 12:00:00 +01:00
..
reaction-plugin Change plugin interface: oneshot load_config and start 2026-02-09 12:00:00 +01:00
reaction-plugin-cluster Fix tests 2026-01-19 12:00:00 +01:00
reaction-plugin-ipset ipset: add tests for configuration 2026-02-09 12:00:00 +01:00
reaction-plugin-virtual cluster: add tests 2026-01-19 12:00:00 +01:00