gnu-social/plugins/OStatus/lib
Brion Vibber 9a53be4669 Initial support for third-party fallback hub such as Superfeedr for feed subscriptions.
If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own.
Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it!
Authentication may be specified for the fallback hub.

Example:

  $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub';
  $config['feedsub']['hub_user'] = 'abcd';
  $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk';

Also:
* Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches.
* enhanced messages for low-level FeedSub exceptions if they make it to outside display
2010-08-10 12:57:40 -07:00
..
discovery.php Fixing HTTP Header LRDD parsing (sites in subdirectories need this) 2010-03-22 13:45:13 -04:00
discoveryhints.php Avoid PHP notice about undefined array index when no avatar photo available from Google profile 2010-05-21 10:18:13 -07:00
feeddiscovery.php Initial support for third-party fallback hub such as Superfeedr for feed subscriptions. 2010-08-10 12:57:40 -07:00
hubconfqueuehandler.php - break OMB profile update pings to a background queue 2010-02-24 20:36:36 +00:00
huboutqueuehandler.php OStatus PuSH fixlets: 2010-02-21 14:28:06 -08:00
hubprepqueuehandler.php Commit hubprepqueuehandler.php -- fix for OStatus bulk output. 2010-07-12 14:22:36 -07:00
linkheader.php Fixing HTTP Header LRDD parsing (sites in subdirectories need this) 2010-03-22 13:45:13 -04:00
magicenvelope.php strip whitespace from me:data and me:sig (per spec) 2010-08-07 09:48:21 -04:00
ostatusqueuehandler.php OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sites. Keeps latency down for other things enqueued while we work... 2010-06-07 10:03:43 -07:00
pushinqueuehandler.php OStatus: abort processing of this PuSH in item if we got an exception, rather than letting it be re-run. 2010-02-25 02:43:20 +00:00
salmon.php move to rel="salmon" (per latest spec) 2010-08-02 13:24:38 -04:00
salmonaction.php MagicEnvelope::parse shouldn't be called statically 2010-02-26 17:09:50 -05:00
salmonqueuehandler.php move signing to take a local actor profile and use local keys 2010-02-26 14:22:49 -05:00
xrd.php Fix for #2429 - move OStatus XML writing to XMLStringer 2010-08-02 16:42:28 -04:00
xrdaction.php fix #2478 - ensure all XRD documents get proper content-type headers 2010-08-02 14:47:13 -04:00