Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rework the logging interface | Mike Macgirvin | 2010-10-26 | 4 | -14/+12 | |
| | ||||||
* | a few more fsw tweaks | Mike Macgirvin | 2010-10-26 | 4 | -9/+13 | |
| | ||||||
* | more robust (though wasteful) salmon, try both encodings | Mike Macgirvin | 2010-10-26 | 1 | -3/+34 | |
| | ||||||
* | de-duplicate photo importation logic | Mike Macgirvin | 2010-10-26 | 1 | -0/+41 | |
| | ||||||
* | two-way subscriptions working with federated social accounts | Mike Macgirvin | 2010-10-25 | 3 | -14/+50 | |
| | ||||||
* | no sparkle on federated network | Mike Macgirvin | 2010-10-24 | 1 | -1/+2 | |
| | ||||||
* | workflow for federated/non-dfrn followers | Mike Macgirvin | 2010-10-24 | 4 | -152/+296 | |
| | ||||||
* | add nicknames to contact records (going forward and retroactive) | Mike Macgirvin | 2010-10-23 | 1 | -0/+5 | |
| | ||||||
* | pull out follow, unfollow and as:actor for handling | Mike Macgirvin | 2010-10-21 | 2 | -7/+57 | |
| | ||||||
* | aid salmon discovery for feed scrapers that look for the old-style rel type. | Mike Macgirvin | 2010-10-21 | 1 | -1/+3 | |
| | ||||||
* | clean up the salmon consumer bits | Mike Macgirvin | 2010-10-21 | 1 | -24/+39 | |
| | ||||||
* | magic-envelope verification, status.net appears to do it wrong. | Mike Macgirvin | 2010-10-21 | 2 | -1/+110 | |
| | | | | | | Ultimately we need to do it right (or why bother having a spec?), and fallback to doing it wrong if we're talking to a broken system - which ironically seems to include most of the federated social web projects. | |||||
* | use browser geolocation when desired | Mike Macgirvin | 2010-10-19 | 2 | -1/+10 | |
| | ||||||
* | sorting out the last(?) quirks in group pages. | Mike Macgirvin | 2010-10-18 | 1 | -3/+9 | |
| | ||||||
* | eradicate redundant get_uid function | Mike Macgirvin | 2010-10-18 | 2 | -2/+2 | |
| | ||||||
* | pass community page permissions through notification feeds | Mike Macgirvin | 2010-10-18 | 2 | -6/+7 | |
| | ||||||
* | wrong type comparison (string, int) which was the cause of the last problem. | Mike Macgirvin | 2010-10-17 | 1 | -1/+1 | |
| | ||||||
* | funny behaviour with post permissions after recent changes | Mike Macgirvin | 2010-10-17 | 1 | -1/+5 | |
| | ||||||
* | dash, not underscore | Mike Macgirvin | 2010-10-17 | 1 | -1/+1 | |
| | ||||||
* | celebrity/group/community pages about 75% implemented | Mike Macgirvin | 2010-10-17 | 3 | -9/+20 | |
| | ||||||
* | allow login by username and multiple unique email addresses on system - this ↵ | Mike Macgirvin | 2010-10-16 | 1 | -1/+2 | |
| | | | | will provide support for group/celebrity pages (coming soon). | |||||
* | don't allow ignored contacts to post through the hub, change default poll | Mike Macgirvin | 2010-10-15 | 1 | -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 Macgirvin | 2010-10-15 | 3 | -17/+61 | |
| | | | | | | | | 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. | |||||
* | can no longer avoid recording the curl response code | Mike Macgirvin | 2010-10-13 | 1 | -0/+3 | |
| | ||||||
* | cleanup to ensure protocol version is passed properly. We will need it ↵ | Mike Macgirvin | 2010-10-12 | 2 | -8/+11 | |
| | | | | if/when any incompatible protocol changes are introduced. | |||||
* | minor cleanup | Mike Macgirvin | 2010-10-12 | 1 | -7/+6 | |
| | ||||||
* | more comprehensive XRD linkages | Mike Macgirvin | 2010-10-12 | 1 | -1/+1 | |
| | ||||||
* | inline salmon magic keys | Mike Macgirvin | 2010-10-12 | 1 | -0/+18 | |
| | ||||||
* | protocol revision, send dfrn_confirm binary items as hex | Mike Macgirvin | 2010-10-11 | 1 | -3/+4 | |
| | ||||||
* | Use dual delivery when dealing with flaky hub, reduce poll to once/hour | Mike Macgirvin | 2010-10-10 | 1 | -1/+8 | |
| | ||||||
* | activity objects weren't escaped properly | Mike Macgirvin | 2010-10-10 | 1 | -5/+5 | |
| | ||||||
* | google hub not working, this fix may be temporary or it may be permanent if ↵ | Mike Macgirvin | 2010-10-10 | 1 | -1/+1 | |
| | | | | the hub cannot be relied on. | |||||
* | make it much easier to debug friend acceptance issues | Mike Macgirvin | 2010-10-10 | 1 | -3/+21 | |
| | | | | by reporting specific error conditions across the wire. | |||||
* | put the correct cursor on the jot links, still having some | Mike Macgirvin | 2010-10-10 | 1 | -1/+3 | |
| | | | | issues with the photo upload link, since it's overlayed with an ilayer | |||||
* | after login from arbitrary page, send back to that page | Mike Macgirvin | 2010-10-09 | 1 | -2/+2 | |
| | ||||||
* | issue #1, need login link on profile pages | Mike Macgirvin | 2010-10-09 | 1 | -1/+4 | |
| | ||||||
* | sort out the magic cursor | Mike Macgirvin | 2010-10-08 | 1 | -15/+0 | |
| | ||||||
* | match patterns against the encoder | Mike Macgirvin | 2010-10-07 | 1 | -3/+1 | |
| | ||||||
* | infrastructure for salmon | Mike Macgirvin | 2010-10-06 | 2 | -0/+4 | |
| | ||||||
* | more instrumentation | Mike Macgirvin | 2010-10-06 | 1 | -0/+4 | |
| | ||||||
* | i18n officially ready for prime time. | Mike Macgirvin | 2010-10-06 | 1 | -0/+21 | |
| | ||||||
* | more little stuff | Mike Macgirvin | 2010-10-05 | 1 | -1/+1 | |
| | ||||||
* | a bit more robust about loading external pics | Mike Macgirvin | 2010-10-04 | 2 | -1/+8 | |
| | | | | also friend confirm was getting wrong email | |||||
* | xrd cannot be called before db is open to get language | Mike Macgirvin | 2010-10-04 | 2 | -2/+2 | |
| | ||||||
* | notify hub only on public updates | Mike Macgirvin | 2010-10-02 | 2 | -14/+24 | |
| | ||||||
* | automatically subscribe to hub if conditions are right | Mike Macgirvin | 2010-10-01 | 1 | -1/+1 | |
| | ||||||
* | trialing pubsubhubbub - operational tweaks | Mike Macgirvin | 2010-10-01 | 2 | -3/+5 | |
| | ||||||
* | pass params as string rather than array so it doesn't | Mike Macgirvin | 2010-09-30 | 2 | -8/+2 | |
| | | | | get changed to multipart/forma-data | |||||
* | the rest of pubsubhubbub except for the UI that actually turns it on | Mike Macgirvin | 2010-09-30 | 3 | -3/+48 | |
| | ||||||
* | pubsubhubbub db refinements | Mike Macgirvin | 2010-09-30 | 1 | -1/+1 | |
| |