aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* preserve newlines on all networksFriendika2010-11-051-1/+3
|
* add micro profile photoFriendika2010-11-042-1/+16
|
* hub anomolies & swat0 complianceFriendika2010-11-042-24/+26
|
* ativity rel links went to target instead of objectFriendika2010-11-041-1/+1
|
* minor stuffFriendika2010-11-041-2/+2
|
* cleanup photo page a bit more, some work on brandingFriendika2010-11-041-2/+2
|
* show like/dislike when no comments yet, bit of lintFriendika2010-11-031-1/+7
|
* add activity target to items, allow multiple link relationsFriendika2010-11-031-7/+97
|
* fix like/dislike refresh on photos/display itemsFriendika2010-11-021-1/+15
|
* more brandingFriendika2010-11-021-1/+1
|
* project renameMike Macgirvin2010-11-022-2/+2
|
* infrastructure for swat0 (#fsw)Mike Macgirvin2010-11-011-2/+2
|
* build feeds rather than template themMike Macgirvin2010-11-012-230/+88
|
* add rel=mentioned links for tagged personsMike Macgirvin2010-10-312-0/+11
|
* notify folks who have been tagged in a postMike Macgirvin2010-10-313-31/+131
|
* more lintMike Macgirvin2010-10-314-6/+11
|
* -Wall cleanupMike Macgirvin2010-10-302-12/+15
|
* match schemeless activities per the latest activity specMike Macgirvin2010-10-271-6/+6
|
* rework the logging interfaceMike Macgirvin2010-10-264-14/+12
|
* a few more fsw tweaksMike Macgirvin2010-10-264-9/+13
|
* more robust (though wasteful) salmon, try both encodingsMike Macgirvin2010-10-261-3/+34
|
* de-duplicate photo importation logicMike Macgirvin2010-10-261-0/+41
|
* two-way subscriptions working with federated social accountsMike Macgirvin2010-10-253-14/+50
|
* no sparkle on federated networkMike Macgirvin2010-10-241-1/+2
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-244-152/+296
|
* add nicknames to contact records (going forward and retroactive)Mike Macgirvin2010-10-231-0/+5
|
* pull out follow, unfollow and as:actor for handlingMike Macgirvin2010-10-212-7/+57
|
* aid salmon discovery for feed scrapers that look for the old-style rel type.Mike Macgirvin2010-10-211-1/+3
|
* clean up the salmon consumer bitsMike Macgirvin2010-10-211-24/+39
|
* magic-envelope verification, status.net appears to do it wrong.Mike Macgirvin2010-10-212-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 desiredMike Macgirvin2010-10-192-1/+10
|
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-181-3/+9
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-182-2/+2
|
* pass community page permissions through notification feedsMike Macgirvin2010-10-182-6/+7
|
* wrong type comparison (string, int) which was the cause of the last problem.Mike Macgirvin2010-10-171-1/+1
|
* funny behaviour with post permissions after recent changesMike Macgirvin2010-10-171-1/+5
|
* dash, not underscoreMike Macgirvin2010-10-171-1/+1
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-173-9/+20
|
* allow login by username and multiple unique email addresses on system - this ↵Mike Macgirvin2010-10-161-1/+2
| | | | will provide support for group/celebrity pages (coming soon).
* 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-153-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 codeMike Macgirvin2010-10-131-0/+3
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-122-8/+11
| | | | if/when any incompatible protocol changes are introduced.
* minor cleanupMike Macgirvin2010-10-121-7/+6
|
* more comprehensive XRD linkagesMike Macgirvin2010-10-121-1/+1
|
* inline salmon magic keysMike Macgirvin2010-10-121-0/+18
|
* protocol revision, send dfrn_confirm binary items as hexMike Macgirvin2010-10-111-3/+4
|
* Use dual delivery when dealing with flaky hub, reduce poll to once/hourMike Macgirvin2010-10-101-1/+8
|
* activity objects weren't escaped properlyMike Macgirvin2010-10-101-5/+5
|
* 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.