gnu-social/plugins/OStatus/actions
Mikael Nordfeldth ab4113168f PuSH 0.4: No outgoing 'sync' verifications. Feed renewal script. No auto-renewal.
Among other things (such as permanent subscriptions), Pubsubhubbub 0.4
removed the "sync" verification method. This means that any incoming
PuSH subscription requests that follow the 0.4 spec won't really
_require_that we handle it as a background process, but if we were to
try direct verification of the subscription - and fail - there's no way
we could  pick up the ball again. So _essentially_ we require background
processing with retries.

This means we must implement something like the "poorman cron" or
similar, so background processing can be handled
on-demand/on-site-visit. This is how Friendica, Drupal etc. handles it
and is necessary for environments where we can't run separate queue
daemons.

When the poorman-cron-ish thing is implemented, auto-renewal will work
for all users.

PuSH 0.4 spec:
    https://pubsubhubbub.googlecode.com/git/pubsubhubbub-core-0.4.html
More on PuSH 0.4 release (incl. breaking changes):
    https://groups.google.com/forum/#!msg/pubsubhubbub/7RPlYMds4RI/2mIHQTdV3aoJ
2013-11-02 20:02:28 +01:00
..
groupsalmon.php Reworked the ActivityContext->attention structure 2013-10-28 22:21:14 +01:00
ostatusgroup.php Merge branch 'master' of gitorious.org:statusnet/mainline 2012-07-28 13:59:40 -04:00
ostatusinit.php OStatus remote address example now more generic 2013-10-30 15:04:54 +01:00
ostatuspeopletag.php Fix L10n/i18n. 2011-04-29 18:59:47 +02:00
ostatussub.php Twitter Import + avatar fixes (cleaning up + fixing) 2013-10-03 15:28:51 +02:00
ostatustag.php OStatus remote address example now more generic 2013-10-30 15:04:54 +01:00
peopletagsalmon.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
pushcallback.php PuSH 0.4: No outgoing 'sync' verifications. Feed renewal script. No auto-renewal. 2013-11-02 20:02:28 +01:00
pushhub.php PuSH 0.4: No outgoing 'sync' verifications. Feed renewal script. No auto-renewal. 2013-11-02 20:02:28 +01:00
salmon.php plugins onAutoload now only overloads if necessary (extlibs etc.) 2013-08-28 16:10:30 +02:00
usersalmon.php Reworked the ActivityContext->attention structure 2013-10-28 22:21:14 +01:00