Mikael Nordfeldth 5288a6f9e2 Update huburi for FeedSub if PuSH signature is invalid
This because some remote server might have used third party PuSH hubs
but switch and we don't know about it.

Possible risks here are of course MITM that could force us to rediscover
PuSH hubs from a feed they control, but that currently feels ... meh.
2017-04-30 09:20:08 +02:00
..
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2015-06-14 11:59:46 -04:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2017-04-26 23:21:13 +02:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-08-28 00:16:31 +02:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-02-08 17:48:37 +00:00
2016-04-26 02:57:14 +02:00
2015-06-14 12:05:54 -04:00

Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:

    addPlugin('Example', array('param1' => 'value1',
                               'param2' => 'value2'));

This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.

Plugins are documented in their own directories.

Additional information on using and developing plugins can be found at the following locations: