FCPv2 ReloadPlugin - hyphanet/wiki GitHub Wiki

ReloadPlugin asks the Freenet node to reload a plugin.

The node will reply with a PluginInfo message when the plugin has been reloaded successfully.

Example

ReloadPlugin
Identifier=reload-plugin-0001
PluginName=test.Plugin
MaxWaitTime=60
Purge=false
Store=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier any string Yes The identifier of the message.
PluginName Yes The name of the plugin to reload.
MaxWaitTime positive integer No  0 The time (in milliseconds) to wait for the plugin to reload. 0 means to wait forever.
Purge [true, false] No false Whether to remove the node’s cached copy of the plugin, forcing a re-download.
Store [true, false] No false If true, stores the node’s configuration after the plugin has been reloaded.