gnu-social/plugins/OStatus/lib
Mikael Nordfeldth 0bc122ff58 Magicsig::generate is now static
This also fixes a problem with "initial salmon slap", which was a
problem for newly registered accounts which would have their first
salmon slap fail to distribute since there was a problem with Magicsig
keys. Apparently we have to re-read them with importKeys so the
Crypt_RSA objects publicKey and privateKey match later instances of them.

I think it may have been that generate() doesn't specify a signatureMode,
but I leave experimentation of that to the future.
2014-06-02 21:50:40 +02:00
..
discoveryhints.php WebFingerResource for profiles now WebFingerResource_Profile 2013-11-09 00:49:00 +01:00
feeddiscovery.php Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P 2010-10-08 10:42:59 -07:00
hubconfqueuehandler.php Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P 2010-10-08 10:42:59 -07:00
huboutqueuehandler.php Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P 2010-10-08 10:42:59 -07:00
hubprepqueuehandler.php IMPORTANT - fixed HubSub to properly fetch primary keys 2013-08-21 11:25:08 +02:00
magicenvelope.php Magicsig::generate is now static 2014-06-02 21:50:40 +02:00
ostatusqueuehandler.php Correctly distribute notices from remote posters through local groups to remote group-members via OStatus. 2013-09-29 23:19:11 +02:00
pushinqueuehandler.php Better typing and minor fixes to OStatus related stuff 2013-11-01 13:20:45 +01:00
salmon.php Salmon posts can only be made for local users. More typing! 2014-06-02 19:46:42 +02:00
salmonaction.php Don't ensureProfile before we verify signature 2014-06-02 16:10:26 +02:00
salmonqueuehandler.php Salmon posts can only be made for local users. More typing! 2014-06-02 19:46:42 +02:00