summaryrefslogtreecommitdiff
path: root/plugins/OStatus/classes
AgeCommit message (Expand)Author
2010-02-24Drop HTMLPurifier; we don't need its extra capabilities and we're already usi...Brion Vibber
2010-02-24OStatus: handle update-profile Salmon pingsBrion Vibber
2010-02-24OStatus: disable HTMLPurify cache unless we've configured a writable path for...Brion Vibber
2010-02-24Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-24- break OMB profile update pings to a background queueBrion Vibber
2010-02-24use Subscription::start() for remote subscribesEvan Prodromou
2010-02-24OStatus: save updated profile bits when they come in over the wire; fix up ni...Brion Vibber
2010-02-24OStatus: fix group delivery, send reply/group Salmon pings from background.Brion Vibber
2010-02-24OStatus: consolidate the low-level notice save code between Salmon and PuSH i...Brion Vibber
2010-02-23OStatus: fixes for link/id and text extraction gets import of Buzz feeds work...Brion Vibber
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so resub...Brion Vibber
2010-02-22er typoJames Walker
2010-02-22clean up error loggingJames Walker
2010-02-22generate keypairs for users, and put them in the XRD for discoveryJames Walker
2010-02-22db_objectified magic sig - for persistence of local keypairsJames Walker
2010-02-22moving magicsig.php to classes - to add storageJames Walker
2010-02-23OStatus group delivery initial implementation.Brion Vibber
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet w...Brion Vibber
2010-02-22handle poco nicknames in Ostatus_profileEvan Prodromou
2010-02-21OStatus: record source profile & saving method in ostatus_source table; this ...Brion Vibber
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21work harder to preserve info when creating new Ostatus_profileEvan Prodromou
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus PuSH fixes:Brion Vibber
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21Add OStatus_profile::ensureWebfinger()Evan Prodromou
2010-02-21OStatus PuSH fixlets:Brion Vibber
2010-02-21OStatus feedsub fixlets:Brion Vibber
2010-02-21include namespaces in posted activities in notifyActivity()Evan Prodromou
2010-02-21slightly more robust remote profile creationEvan Prodromou
2010-02-21correct call to time() in Ostatus_profile::notify()Evan Prodromou
2010-02-21try different ways to get a profile from a feedEvan Prodromou
2010-02-21activity notification in Ostatus_profileEvan Prodromou
2010-02-20OStatus: fix regressions from mergeBrion Vibber
2010-02-20Add support for favor and disfavor notificationEvan Prodromou
2010-02-20adjust URI, URL, and location in Ostatus_profile::processPostEvan Prodromou
2010-02-20Cool bug! Technically good PHP syntaxEvan Prodromou
2010-02-19OStatus: Salmon notifications now being generated moderately correctly. :) Ne...Brion Vibber
2010-02-19OStatus: sub/unsub notifications working again. Fixed up autodetection of fee...Brion Vibber
2010-02-19OStatus: hooked up follow/unfollow events on Salmon endpoint to create/destro...Brion Vibber
2010-02-19OStatus: fix up Salmon endpoint detection/saving, timestamp fixes.Brion Vibber
2010-02-18add ActivityContext class and test itEvan Prodromou
2010-02-18OStatus refactoring to clean up profile vs feed and fix up subscription issues.Brion Vibber
2010-02-18OStatus sub/unsub updates:Brion Vibber
2010-02-17OStatus: moving parts of profile processing to Activity from feedmunger. Paus...Brion Vibber
2010-02-16OStatus: migrated notice parsing to use Activity helper classes; on the way t...Brion Vibber
2010-02-16OStatus: fix up some recent regressions in subscription setup; fix state chec...Brion Vibber
2010-02-16OStatus: fix for low-level remote subscribeBrion Vibber
2010-02-16change find() to staticGet() to use cacheEvan Prodromou
2010-02-12OStatus: prep work for sending notifications on sub/unsub/join/leave/favorite...Brion Vibber