From 67000917f48d3b199cc46b1eb9a4e59de32855f9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 20 Jul 2014 00:23:35 -0700 Subject: doc updates --- doc/html/zot_8php.html | 50 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 44 insertions(+), 6 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 2dac11ac3..5da5aa2cf 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -114,6 +114,8 @@ $(document).ready(function(){initNavTree('zot_8php.html','');}); Functions  zot_new_uid ($channel_nick)   + make_xchan_hash ($guid, $guid_sig) +   zot_get_hublocs ($hash)    zot_build_packet ($channel, $type= 'notify', $recipients=null, $remote_key=null, $secret=null) @@ -160,8 +162,8 @@ Functions    import_site ($arr, $pubkey)   - build_sync_packet ($uid=0, $packet=null) -  + build_sync_packet ($uid=0, $packet=null, $groups_changed=false) +   process_channel_sync_delivery ($sender, $arr, $deliveries)    get_rpost_path ($observer) @@ -188,7 +190,7 @@ Functions - +
@@ -202,7 +204,13 @@ Functions - + + + + + + + @@ -213,7 +221,7 @@ Functions

Send a zot packet to all hubs where this channel is duplicated, refreshing such things as personal settings, channel permissions, address book updates, etc.

-

Referenced by connections_clone(), connedit_clone(), notes_init(), profiles_post(), and settings_post().

+

Referenced by connections_clone(), connedit_clone(), group_add(), group_add_member(), group_rmv(), group_rmv_member(), notes_init(), profiles_post(), and settings_post().

@@ -431,6 +439,36 @@ Functions

Referenced by chanview_content(), gprobe_run(), magic_init(), mail_post(), new_contact(), poco_load(), post_init(), process_channel_sync_delivery(), update_directory_entry(), zot_refresh(), and zot_register_hub().

+ + + +
+
+
 $packet = null $packet = null,
 $groups_changed = false 
+ + + + + + + + + + + + + + + + + +
make_xchan_hash ( $guid,
 $guid_sig 
)
+
+

function make_xchan_hash($guid,$guid_sig)

+

Generates a portable hash identifier for the channel identified by $guid and signed with $guid_sig This ID is portable across the network but MUST be calculated locally by verifying the signature and can not be trusted as an identity.

+ +

Referenced by allowed_public_recips(), create_identity(), get_item_elements(), import_author_zot(), import_xchan(), post_post(), zfinger_init(), zot_import(), and zot_register_hub().

+
@@ -761,7 +799,7 @@ Functions
Returns
string json encoded zot packet
-

Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

+

Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

-- cgit v1.2.3