]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus feedsub fixlets:
authorBrion Vibber <brion@pobox.com>
Sun, 21 Feb 2010 21:40:59 +0000 (13:40 -0800)
committerBrion Vibber <brion@pobox.com>
Sun, 21 Feb 2010 21:40:59 +0000 (13:40 -0800)
commit5349aa420ed45c2f5bf773d10c7709826ae6babd
treeaee4444ba48f9e84c77ff6660daaf5d8ee15a2f7
parent10f6c023f4573868326c4b6599bdfb66cffdd7d6
OStatus feedsub fixlets:
- actually udpate feedsub.last_update when we get a new PuSH update in
- move incoming PuSH processing to a queue handler to minimize time spent before POST return, as recommended by PuSH spec. When queues are disabled this'll still be handled immediately.
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/pushcallback.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/lib/pushinputqueuehandler.php [new file with mode: 0644]