gnu-social/plugins/OStatus/lib
Brion Vibber d410df0406 OStatus group delivery initial implementation.
- 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-23 00:44:45 +00:00
..
activity.php OStatus: initial hookup of remote group membership (notice delivery not yet working quite right) 2010-02-22 12:13:57 -08:00
feeddiscovery.php OStatus refactoring to clean up profile vs feed and fix up subscription issues. 2010-02-18 16:50:53 -08:00
hubdistribqueuehandler.php OStatus group delivery initial implementation. 2010-02-23 00:44:45 +00:00
huboutqueuehandler.php OStatus PuSH fixlets: 2010-02-21 14:28:06 -08:00
hubverifyqueuehandler.php OStatus sub/unsub updates: 2010-02-18 18:20:48 +00:00
magicenvelope.php adding magic sig stuff 2010-02-22 09:05:32 -05:00
magicsig.php adding magic sig stuff 2010-02-22 09:05:32 -05:00
pushinputqueuehandler.php OStatus feedsub fixlets: 2010-02-21 13:40:59 -08:00
salmon.php OStatus: initial hookup of remote group membership (notice delivery not yet working quite right) 2010-02-22 12:13:57 -08:00
salmonaction.php OStatus: initial hookup of remote group membership (notice delivery not yet working quite right) 2010-02-22 12:13:57 -08:00
webfinger.php make some of the Webfinger magic strings constants 2010-02-21 21:36:36 -05:00
xrd.php Filename case fix 2010-02-10 10:18:47 -08:00