gnu-social/plugins/OStatus/scripts
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
..
fixup-shadow.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
gcfeeds.php script to gc all feeds 2012-01-27 16:12:54 -05:00
renew-feeds.php PuSH 0.4: No outgoing 'sync' verifications. Feed renewal script. No auto-renewal. 2013-11-02 20:02:28 +01:00
resub-feed.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
rm_bad_feedsubs.php Script to delete bad OStatus hub URIs (until we have better error handling for broken hubs) 2011-04-12 02:29:02 -07:00
testfeed.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
update-profile-data.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
update-profile.php Salmon only has one "rel" value now, so start deprecating 2013-11-01 17:00:12 +01:00
update_ostatus_profiles.php LOG_WARNING, not LOG_WARN 2013-10-06 01:33:10 +02:00