]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Support for updated aliases
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Jan 2015 01:07:39 +0000 (02:07 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Jan 2015 01:07:39 +0000 (02:07 +0100)
commitd8f4de450c7bddab525ee5059f856b50cfb59068
treef69c4a412bfa2cfc202d4bdc31a1fc1ac9068c2d
parent773441c2c51260a37b05d90d352ee37da264cbc6
Support for updated aliases

will verify unknown aliases against old ones if the new identifies as a
previously recognized URI.

Steps:
1. Check the newly received URI. Who does it say it is?
2. Compare these alleged identities to our local database.
3. If we found any locally stored identities, ask it about its aliases.
4. Do any of the aliases from our known identity match the recently introduced one?

Currently we do _not_ update the ostatus_profile table with the new URI.
plugins/OStatus/classes/Ostatus_profile.php
plugins/OStatus/lib/salmonaction.php