Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | fix invalid separator in magic-public-key XRD and matching parsing. | James Walker | |
2010-03-11 | remove hard-coded me:env check in magicenvelope | James Walker | |
2010-03-11 | base64_encode/decode -> base64_url_encode/decode | James Walker | |
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-04 | Catch a previously uncaught exception and add some additional debug logs for ↵ | James Walker | |
signature verification | |||
2010-03-03 | refactor xrd to allow for ownerxrd - xrd document for the site owner. | James Walker | |
introduced $config['webfinger']['owner'] for a custom xrd subject | |||
2010-03-03 | OStatus: catchable exception instead of fatal when parsing valid XML that ↵ | Brion Vibber | |
isn't a valid XRD doc | |||
2010-03-03 | Put all required field setup into AtomUserNoticeFeed and ↵ | Brion Vibber | |
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey. | |||
2010-03-03 | Avoid warning/notice spew in XRD parser. Not all DOM nodes are elements. | Brion Vibber | |
2010-03-01 | Merge branch 'work' into testing | Brion Vibber | |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-03-01 | Fix a bunch of notice & warning-level messages that were breaking my ↵ | Brion Vibber | |
inter-instance communications | |||
2010-02-26 | MagicEnvelope::parse shouldn't be called statically | James Walker | |
2010-02-26 | removing some extraneous debug logging | James Walker | |
2010-02-26 | move salmon posting to send application/magic-envelope+xml per ↵ | James Walker | |
http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF | |||
2010-02-26 | move signing to take a local actor profile and use local keys | James Walker | |
2010-02-26 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | more cleanup | James Walker | |
2010-02-26 | bad merge.. cleaning up missing webfinger bits | James Walker | |
2010-02-26 | remove webfinger.php | James Walker | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php | |||
2010-02-25 | use a real keypair from discovery | James Walker | |
2010-02-25 | cache Web responses in Webfinger library | Evan Prodromou | |
2010-02-25 | use new hcard method for webfinger | Evan Prodromou | |
2010-02-25 | typo | James Walker | |
2010-02-25 | removing the webfinger lib | James Walker | |
2010-02-25 | adding a new, more generic "discovery" class that does LRDD disco | James Walker | |
(rather than webfinger specific) | |||
2010-02-25 | adding some exception handling for magicenv parsing | James Walker | |
2010-02-25 | OStatus: abort processing of this PuSH in item if we got an exception, ↵ | Brion Vibber | |
rather than letting it be re-run. | |||
2010-02-24 | OStatus: handle update-profile Salmon pings | Brion Vibber | |
2010-02-24 | - break OMB profile update pings to a background queue | Brion Vibber | |
- add event hooks to profile update pings - send Salmon pings with custom update-profile event to OStatus subscribees and groups (subscribers will see it on your next post) - fix OStatus queues with overlong transport names, should work on DB queues now - Ostatus_profile::notifyActivity() and ::notifyDeferred() now can take XML, Notice, or Activity for convenience | |||
2010-02-24 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-24 | OStatus: consolidate the low-level notice save code between Salmon and PuSH ↵ | Brion Vibber | |
input paths. Validation etc remains at higher levels. | |||
2010-02-22 | magicsig shuffling | James Walker | |
2010-02-22 | missing return value check | James Walker | |
2010-02-22 | moving magicsig.php to classes - to add storage | James Walker | |
2010-02-22 | Merge branch 'rationalize-activity' into testing | Zach Copley | |
* rationalize-activity: Move ActivityObject and related stuff to core Add PoCo bits, avatar link, geo point, etc. to person activity obj output | |||
2010-02-22 | Move ActivityObject and related stuff to core | Zach Copley | |
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-22 | Add PoCo bits, avatar link, geo point, etc. to person activity obj output | Zach Copley | |
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
2010-02-22 | swapping pear error handling so Crypt_RSA can properly detect available | James Walker | |
math libraries | |||
2010-02-22 | OStatus: initial hookup of remote group membership (notice delivery not yet ↵ | Brion Vibber | |
working quite right) - added a temp config var to disable salmon magic signatures until they're working consistently | |||
2010-02-22 | wiring in magicsig | James Walker | |
2010-02-22 | adding magic sig stuff | James Walker | |
2010-02-22 | handle poco nicknames in Ostatus_profile | Evan Prodromou | |
2010-02-21 | don't calculate replies for remote notices | Evan Prodromou | |
2010-02-21 | change erroneous common_sql_time() to common_sql_date() | Evan Prodromou | |
2010-02-21 | was using HTMLPurifier::purify() as a static method, which it is not | Evan Prodromou | |