]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
- break OMB profile update pings to a background queue
authorBrion Vibber <brion@pobox.com>
Wed, 24 Feb 2010 20:36:36 +0000 (20:36 +0000)
committerBrion Vibber <brion@pobox.com>
Wed, 24 Feb 2010 20:36:36 +0000 (20:36 +0000)
commitc36bdc1ba535dc3e2dc9098dbe40735b1955d96d
tree8ff364c7042cf8fc4e24327982a9ddae9e20031c
parent07214f1370547fcc64db34ce8c8a84ec70e0d5bd
- break OMB profile update pings to a background queue
- 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
15 files changed:
lib/activity.php
lib/profilequeuehandler.php [new file with mode: 0644]
lib/queuemanager.php
lib/util.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/pushcallback.php
plugins/OStatus/classes/HubSub.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/OStatus/lib/hubconfqueuehandler.php [new file with mode: 0644]
plugins/OStatus/lib/hubverifyqueuehandler.php [deleted file]
plugins/OStatus/lib/ostatusqueuehandler.php
plugins/OStatus/lib/pushinputqueuehandler.php [deleted file]
plugins/OStatus/lib/pushinqueuehandler.php [new file with mode: 0644]
plugins/OStatus/lib/salmonoutqueuehandler.php [deleted file]
plugins/OStatus/lib/salmonqueuehandler.php [new file with mode: 0644]