aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
Commit message (Collapse)AuthorAgeFilesLines
* move php path setting inside proc_runFriendika2011-02-231-2/+1
|
* fix contact photo updates - a result of baseurl being wrong for cmdline ↵Friendika2011-02-061-1/+0
| | | | processes
* theme name cleanup - rename default to loozah, provide sane fallbacks and ↵Friendika2011-02-061-3/+13
| | | | | | | change system primary theme. Provide indication on contact edit page of last update success/failure - can be extended later to show actual timestamp of last successful update.
* silence php notices about $manual_id not being definedFriendika2011-02-021-5/+5
|
* delete old cache in poller.phpFabio Comuni2011-01-311-0/+4
|
* more ssl_policy cleanup, allow manual feed update per contact when hub is ↵Friendika2011-01-301-0/+3
| | | | whacked, log feed parse errors
* wrong ref in ssl policyFriendika2011-01-301-1/+1
|
* modded scripts to be runned in cli so they can be included and executed in ↵Fabio Comuni2011-01-281-14/+22
| | | | main program
* Mods to script runned via CLI to permits to run also includedfabrixxm2011-01-241-4/+6
|
* following random feedsFriendika2011-01-231-1/+9
|
* new network typesFriendika2011-01-231-1/+1
|
* tracking errant bin2hex callFriendika2011-01-171-2/+2
|
* add page start/end hooks, cleanup couple of notice msgsFriendika2011-01-101-0/+2
|
* import items from feeds in inverse date orderfabrixxm2011-01-031-2/+2
|
* allow configurable poll interval override when hub is usedFriendika2010-12-211-6/+21
|
* ignore malformed xml before it hits the parser.Friendika2010-12-021-0/+10
|
* more optimising when confronted with dead serversFriendika2010-11-251-0/+16
|
* log queue startupFriendika2010-11-251-0/+1
|
* change remote welcome messageFriendika2010-11-251-3/+3
|
* send unfollow before removing ostatus contactFriendika2010-11-231-1/+1
|
* schedule the queue re-delivery processFriendika2010-11-221-0/+7
|
* add openid slot to dbFriendika2010-11-141-2/+2
|
* give orphans a second chance, linkify naked linksFriendika2010-11-111-0/+5
|
* lintFriendika2010-11-071-1/+1
|
* hub anomolies & swat0 complianceFriendika2010-11-041-16/+16
|
* a few more fsw tweaksMike Macgirvin2010-10-261-1/+0
|
* no sparkle on federated networkMike Macgirvin2010-10-241-1/+2
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-241-57/+64
|
* don't allow ignored contacts to post through the hub, change default pollMike Macgirvin2010-10-151-7/+8
| | | | for hub subscribers to once a day now that we can utilise multiple hubs.
* allow for multiple pubsub hubs so everything can still work when/if one goes ↵Mike Macgirvin2010-10-151-2/+10
| | | | | | | | flaky (Google's hub has been particularly unreliable recently and the symptoms are that you just stop receiving updates, and/or updates you send are silently dropped and never delivered). Also add more instrumentation to help debug pubsub issues.
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-121-4/+7
| | | | if/when any incompatible protocol changes are introduced.
* minor cleanupMike Macgirvin2010-10-121-7/+6
|
* Use dual delivery when dealing with flaky hub, reduce poll to once/hourMike Macgirvin2010-10-101-1/+8
|
* google hub not working, this fix may be temporary or it may be permanent if ↵Mike Macgirvin2010-10-101-1/+1
| | | | the hub cannot be relied on.
* more little stuffMike Macgirvin2010-10-051-1/+1
|
* automatically subscribe to hub if conditions are rightMike Macgirvin2010-10-011-1/+1
|
* the rest of pubsubhubbub except for the UI that actually turns it onMike Macgirvin2010-09-301-1/+7
|
* pubsubhubbub db refinementsMike Macgirvin2010-09-301-1/+1
|
* pubsubhubbub endpointMike Macgirvin2010-09-301-232/+7
|
* stronger type checking on comparisonsMike Macgirvin2010-09-261-2/+2
|
* preliminary network abstraction, configurable debugging.Mike Macgirvin2010-09-261-1/+2
|
* remove debugging on public repositoryMike Macgirvin2010-09-211-1/+1
|
* more robust feed error handling, at the expense of performance.Mike Macgirvin2010-09-201-144/+140
| | | | | Pass profile owner through HTML (yuk) to the ajax updater - as browser pre-fetch totally buggers passing it via the server session.
* friends not being correctly unmarked for death after contact resumedMike Macgirvin2010-09-171-2/+4
|
* like, dislike, activity streams, etc.Mike Macgirvin2010-09-171-0/+5
|
* abstractify items, check photos for birthday paradoxMike Macgirvin2010-09-131-2/+2
|
* tag each side of the duplexMike Macgirvin2010-09-121-3/+18
|
* upgrading the photo and name updateMike Macgirvin2010-09-101-44/+78
|
* found the missing comment box bugMike Macgirvin2010-09-091-6/+12
|
* onemore missing parenMike Macgirvin2010-09-091-1/+1
|