aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/post_8php.html
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-27 19:02:01 -0700
committerfriendica <info@friendica.com>2013-03-27 19:02:01 -0700
commit8148b7c32f160cbe2cdc37e7271ac62aa2133b7c (patch)
treeec29500cc9a2317a9e21a4c4a6874f15da6c846a /doc/html/post_8php.html
parentca605a8c838b28e89c611e1063456afa82e2fb33 (diff)
downloadvolse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.gz
volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.bz2
volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.zip
update manage table and some documentation
Diffstat (limited to 'doc/html/post_8php.html')
-rw-r--r--doc/html/post_8php.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/html/post_8php.html b/doc/html/post_8php.html
index 7c10f4b2c..1999a0b9d 100644
--- a/doc/html/post_8php.html
+++ b/doc/html/post_8php.html
@@ -148,6 +148,14 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
+<p>Many message packets will arrive encrypted. The existence of an 'iv' element tells us we need to unencapsulate the AES-256-CBC content using the site private key</p>
+<p>The 'pickup' message arrives with a tracking ID which is associated with a particular outq_hash First verify that that the returned signatures verify, then check that we have an outbound queue item with the correct hash. If everything verifies, find any/all outbound messages in the queue for this hubloc and send them back</p>
+<p>If we made it to here, the signatures verify, but we still don't know if the tracking ID is valid. It wouldn't be an error if the tracking ID isn't found, because we may have sent this particular queue item with another pickup (after the tracking ID for the other pickup was verified).</p>
+<p>Everything is good if we made it here, so find all messages that are going to this location and send them all.</p>
+<p>pickup: end</p>
+<p>All other message types require us to verify the sender. This is a generic check, so we will do it once here and bail if anything goes wrong.</p>
+<p>Check if the sender is already verified here</p>
+<p>Have never seen this guid or this guid coming from this location. Check it and register it. </p>
</div>
</div>