summaryrefslogtreecommitdiff
path: root/plugins/OStatus/lib
AgeCommit message (Expand)Author
2010-05-21Avoid PHP notice about undefined array index when no avatar photo available f...Brion Vibber
2010-05-14accept either salmon endpoint (until they're unified in the spec)James Walker
2010-05-04Avoid spewing giant debug backtrace into exception in certain OStatus subscri...Brion Vibber
2010-03-26move base64_url_(encode|decode) to static functions in MagicsigJames Walker
2010-03-24Updated Math_Biginteger from upstream - removing safe* workaroundsJames Walker
2010-03-24A bit safer checking in the keypair parsingJames Walker
2010-03-23Don't spew XML parse warnings to output when checking a remote XRD pageBrion Vibber
2010-03-22Math_BigInteger doesn't correctly handle serialization/deserialization for a ...Brion Vibber
2010-03-22Fixing HTTP Header LRDD parsing (sites in subdirectories need this)James Walker
2010-03-19Avoid notices for accessing undefined array indices in hcard processingBrion Vibber
2010-03-19return empty hints if no hcard in the htmlEvan Prodromou
2010-03-19define a 'root' attribute for the channel or feedEvan Prodromou
2010-03-18Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-18Remove hkit and do our own hcard parsingEvan Prodromou
2010-03-18Work around weird bug with HTML normalization via PHP DOM module; if source h...Brion Vibber
2010-03-18OStatus discover fixes:Brion Vibber
2010-03-17Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-16Change the workflow to get better discoveryEvan Prodromou
2010-03-15Fix feed discovery: html:link@rel can contain multiple values; saw rel="updat...Brion Vibber
2010-03-15use canonical user url in xrdJames Walker
2010-03-13Performing & allowing host-meta discovery by http url (in addition to webfing...James Walker
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