]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus PuSH fixes:
authorBrion Vibber <brion@pobox.com>
Wed, 10 Feb 2010 22:58:39 +0000 (22:58 +0000)
committerBrion Vibber <brion@pobox.com>
Wed, 10 Feb 2010 22:58:39 +0000 (22:58 +0000)
commit4ae760cb62657e68b6b2313e64d2bb59fe264df4
treef9a562537de1cba671ab7106e2ec21e25f3d891f
parent162868afdb1181a3d6e973a3de9d0abbb5e1c168
OStatus PuSH fixes:
* HMAC now calculated correctly - confirmed interop with Google's public hub
* Can optionally use an external PuSH hub, set URL in $config['ostatus']['hub']
  (may have issues in replication environment, and will ping the hub for every
  update rather than just those with subscribers) Internal hub will still function
  when this is set, but won't be advertised. Warning: setting this, then turning
  it off later will break subscriptions as that hub will no longer receive pings.
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/classes/Feedinfo.php
plugins/OStatus/classes/HubSub.php
plugins/OStatus/lib/hubdistribqueuehandler.php