]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move Conversation creation out of insert() to allow URI setting
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 13:27:41 +0000 (14:27 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 13:27:41 +0000 (14:27 +0100)
commite0d0a59706f7e4b49106f810759e30650f9b4fa4
tree4a757639f7b2423723aacd0c7a0a2eb61c1df8f0
parent8a4575ea769cb0349645f1ecfb4e7e66e4cf8d4b
Move Conversation creation out of insert() to allow URI setting

This means we import the URI string from remote instances to track their
conversations and are able to stitch together replies in a single thread.

We might have to try to avoid collisions so noone remotely can predict
conversation URIs which we generate on our server, causing a DoS kind of
problem.
classes/Conversation.php
classes/Notice.php