aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* mistpark 2.0 infrasturcture landsMike Macgirvin2010-09-081-5/+12
|
* start on 2way comms, 2.0 devMike Macgirvin2010-09-021-21/+32
|
* fix last-child in face of deletionsMike Macgirvin2010-08-291-2/+21
|
* sort out notify x-domainMike Macgirvin2010-08-221-6/+16
|
* mongo checkin, global directory, redir rework, location basicsMike Macgirvin2010-08-191-1/+1
|
* misc little fixesMike Macgirvin2010-08-161-1/+3
|
* no more url in cmdlineMike Macgirvin2010-08-161-4/+3
|
* lots of fixes - most recent photo updates for contactsMike Macgirvin2010-08-081-2/+49
|
* reciprocal verification on notify, pollMike Macgirvin2010-08-051-1/+11
|
* set frequency of poll per contact, other misc fixes (photo now has contact-id)Mike Macgirvin2010-08-011-4/+45
|
* readonly support for pollingMike Macgirvin2010-07-281-1/+1
|
* working on readonly contact attributeMike Macgirvin2010-07-271-1/+1
|
* working on deleteMike Macgirvin2010-07-261-5/+34
|
* bug fixesMike Macgirvin2010-07-191-2/+2
|
* revamp of item structureMike Macgirvin2010-07-181-7/+7
|
* pollerMike Macgirvin2010-07-181-0/+167