trueptolemy
2d1a153975
plugins: Return command_param_failed()
if param()
fail
2019-09-19 01:07:11 +00:00
darosior
0cd3823c98
libplugin: pass configuration to plugin's 'init' callback
...
So that a plugin can, for example, know if it has been loaded on startup
2019-08-03 13:15:40 +02:00
darosior
017ee7c916
libplugin: Add 'getmanifest' 'dynamic' field
2019-08-03 13:15:40 +02:00
Rusty Russell
c585f22711
libplugin: update API to use json_out.
...
We now hand around struct json_out members, rather than using formatted
strings, so plugins need to construct them properly.
There's no automatic conversion between ' and " any more, so those
are eliminated too. pay still uses some manual construction of elements.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-12 02:00:15 +00:00
darosior
4640d18ef0
Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options
2019-06-03 00:06:12 +00:00
darosior
9d34121ec5
libplugin.c: Handle command categories then set them in pay and autoclean
2019-06-03 00:02:25 +00:00
ZmnSCPxj
30ad98a3ea
plugins/autoclean.c: Remove unnecessary inclusions.
2019-05-23 03:02:05 +00:00
Rusty Russell
4370ffa978
autoclean: make this a plugin.
...
No change in behavior.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-05-22 00:18:29 +02:00