summaryrefslogtreecommitdiff
path: root/plugins/OStatus/lib
AgeCommit message (Expand)Author
2010-03-11fix invalid separator in magic-public-key XRD and matching parsing.James Walker
2010-03-11remove hard-coded me:env check in magicenvelopeJames Walker
2010-03-11base64_encode/decode -> base64_url_encode/decodeJames Walker
2010-03-09OStatus: fix exception thrown on HTTP error during feed discoveryBrion Vibber
2010-03-04Catch a previously uncaught exception and add some additional debug logs for ...James Walker
2010-03-03refactor xrd to allow for ownerxrd - xrd document for the site owner.James Walker
2010-03-03OStatus: catchable exception instead of fatal when parsing valid XML that isn...Brion Vibber
2010-03-03Put all required field setup into AtomUserNoticeFeed and AtomGroupNoticeFeed,...Brion Vibber
2010-03-03Avoid warning/notice spew in XRD parser. Not all DOM nodes are elements.Brion Vibber
2010-03-01Merge branch 'work' into testingBrion Vibber
2010-03-01OStatus: support @example.com/path/to/profile mentions as well as @profile@ex...Brion Vibber
2010-03-01Fix a bunch of notice & warning-level messages that were breaking my inter-in...Brion Vibber
2010-02-26MagicEnvelope::parse shouldn't be called staticallyJames Walker
2010-02-26removing some extraneous debug loggingJames Walker
2010-02-26move salmon posting to send application/magic-envelope+xml per http://salmon-...James Walker
2010-02-26move signing to take a local actor profile and use local keysJames Walker
2010-02-26updating to use latest salmon NS definitionsJames Walker
2010-02-26more cleanupJames Walker
2010-02-26bad merge.. cleaning up missing webfinger bitsJames Walker
2010-02-26remove webfinger.phpJames Walker
2010-02-26salmon actually fetching remote keypairsJames Walker
2010-02-25Merge remote branch 'statusnet/testing' into testingJames Walker
2010-02-25use a real keypair from discoveryJames Walker
2010-02-25cache Web responses in Webfinger libraryEvan Prodromou
2010-02-25use new hcard method for webfingerEvan Prodromou
2010-02-25typoJames Walker
2010-02-25removing the webfinger libJames Walker
2010-02-25adding a new, more generic "discovery" class that does LRDD discoJames Walker
2010-02-25adding some exception handling for magicenv parsingJames Walker
2010-02-25OStatus: abort processing of this PuSH in item if we got an exception, rather...Brion Vibber
2010-02-24OStatus: handle update-profile Salmon pingsBrion Vibber
2010-02-24- break OMB profile update pings to a background queueBrion 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-22magicsig shufflingJames Walker
2010-02-22missing return value checkJames Walker
2010-02-22moving magicsig.php to classes - to add storageJames Walker
2010-02-22Merge branch 'rationalize-activity' into testingZach Copley
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-23Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-22Add PoCo bits, avatar link, geo point, etc. to person activity obj outputZach Copley
2010-02-23OStatus group delivery initial implementation.Brion Vibber
2010-02-22swapping pear error handling so Crypt_RSA can properly detect available James Walker
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet w...Brion Vibber
2010-02-22wiring in magicsigJames Walker
2010-02-22adding magic sig stuffJames Walker
2010-02-22handle poco nicknames in Ostatus_profileEvan Prodromou
2010-02-21don't calculate replies for remote noticesEvan Prodromou
2010-02-21change erroneous common_sql_time() to common_sql_date()Evan Prodromou
2010-02-21was using HTMLPurifier::purify() as a static method, which it is notEvan Prodromou