From 381f457c3fae5dea1c76883837f18a70a55e6bb8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 24 Aug 2013 16:52:38 -0700 Subject: fix xchans more completely after a URL change --- doc/html/zot_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 3f633c9d8..ce7997d6d 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -345,7 +345,7 @@ Functions
-

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), zot_refresh(), and zot_register_hub().

+

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), zot_refresh(), and zot_register_hub().

@@ -695,7 +695,7 @@ Functions
Returns
: array => see z_post_url and mod/zfinger.php
-

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), and probe_content().

+

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), and probe_content().

-- cgit v1.2.3 From 63c60b224c70ee9d09b8eb73bd11c44ca4a259fd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:10:25 -0700 Subject: provide mimetype selector on edit (pages and blocks) --- doc/html/zot_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index ce7997d6d..bcfd1c834 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -637,7 +637,7 @@ Functions @@ -905,7 +905,7 @@ Functions
Returns
: array => see z_post_url for returned data format
-

Referenced by deliver_run(), directory_run(), notifier_run(), post_init(), queue_run(), and zot_fetch().

+

Referenced by deliver_run(), directory_run(), notifier_run(), post_init(), queue_run(), zot_fetch(), and zping_content().

-- cgit v1.2.3 From 83e086edcd4d13b2e8508eb17a24a849c8e3aa06 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Sep 2013 04:51:55 -0700 Subject: doc update, put more telemetry on notifier and try to ensure that private posts have recipients. --- doc/html/zot_8php.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index bcfd1c834..79d85da0f 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -156,8 +156,8 @@ Functions    import_directory_keywords ($hash, $keywords)   - update_modtime ($hash) -  + update_modtime ($hash, $guid) +   import_site ($arr, $pubkey)    build_sync_packet ($uid=0, $packet=null) @@ -577,7 +577,7 @@ Functions - +
@@ -585,8 +585,18 @@ Functions - + + + + + + + + + + +
update_modtime (  $hash)$hash,
 $guid 
)
-- cgit v1.2.3 From c98605df370d8a1b9dcd264cbad35367e57f095e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Sep 2013 04:30:57 -0700 Subject: doc updates --- doc/html/zot_8php.html | 72 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 16 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 79d85da0f..13b89b4c5 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -128,8 +128,8 @@ Functions    zot_register_hub ($arr)   - import_xchan ($arr) -  + import_xchan ($arr, $ud_flags=1) +   zot_process_response ($hub, $arr, $outq)    zot_fetch ($arr) @@ -152,12 +152,12 @@ Functions    process_profile_delivery ($sender, $arr, $deliveries)   - import_directory_profile ($hash, $profile) -  + import_directory_profile ($hash, $profile, $addr, $ud_flags=1, $suppress_update=0) +   import_directory_keywords ($hash, $keywords)   - update_modtime ($hash, $guid) -  + update_modtime ($hash, $guid, $addr, $flags=0) +   import_site ($arr, $pubkey)    build_sync_packet ($uid=0, $packet=null) @@ -271,11 +271,11 @@ Functions
-

Referenced by import_directory_profile().

+

Referenced by import_directory_profile().

- +
@@ -289,7 +289,25 @@ Functions - + + + + + + + + + + + + + + + + + + + @@ -299,7 +317,7 @@ Functions
 $profile $profile,
 $addr,
 $ud_flags = 1,
 $suppress_update = 0 
@@ -327,11 +345,11 @@ Functions
-

Referenced by import_xchan().

+

Referenced by import_xchan().

- +
@@ -339,8 +357,18 @@ Functions - + + + + + + + + + + +
import_xchan (  $arr)$arr,
 $ud_flags = 1 
)
@@ -577,7 +605,7 @@ Functions
- +
@@ -591,7 +619,19 @@ Functions - + + + + + + + + + + + + + @@ -601,7 +641,7 @@ Functions
 $guid $guid,
 $addr,
 $flags = 0 
-- cgit v1.2.3 From 24dd15c2051bad20cad266e36227577cd8e46632 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Oct 2013 04:46:55 -0700 Subject: doc update --- doc/html/zot_8php.html | 51 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 13b89b4c5..5c5099e12 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -120,8 +120,8 @@ Functions    zot_zot ($url, $data)   - zot_finger ($webbie, $channel) -  + zot_finger ($webbie, $channel, $autofallback=true) +   zot_refresh ($them, $channel=null)    zot_gethub ($arr) @@ -134,8 +134,8 @@ Functions    zot_fetch ($arr)   - zot_import ($arr) -  + zot_import ($arr, $sender_url) +   public_recips ($msg)    allowed_public_recips ($msg) @@ -180,7 +180,7 @@ Functions
-

Referenced by zot_import().

+

Referenced by zot_import().

@@ -373,7 +373,7 @@ Functions @@ -407,7 +407,7 @@ Functions
-

Referenced by zot_import().

+

Referenced by zot_import().

@@ -447,7 +447,7 @@ Functions
-

Referenced by onepoll_run(), and zot_import().

+

Referenced by onepoll_run(), and zot_import().

@@ -481,7 +481,7 @@ Functions
-

Referenced by zot_import().

+

Referenced by zot_import().

@@ -515,7 +515,7 @@ Functions
-

Referenced by zot_import().

+

Referenced by zot_import().

@@ -711,7 +711,7 @@ Functions - +
@@ -725,7 +725,13 @@ Functions - + + + + + + + @@ -739,13 +745,14 @@ Functions
Parameters
 $channel $channel,
 $autofallback = true 
- + +
string $webbie does not have to be host qualified e.g. 'foo' is treated as 'foo'
array $channel (optional), if supplied permissions will be enumerated specifically for $channel
array $channel (optional), if supplied permissions will be enumerated specifically for $channel
boolean $autofallback fallback/failover to http if https connection cannot be established. Default is true.
Returns
: array => see z_post_url and mod/zfinger.php
-

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), and probe_content().

+

Referenced by chanview_content(), gprobe_run(), magic_init(), message_post(), new_contact(), poco_load(), post_init(), probe_content(), and update_directory_entry().

@@ -795,11 +802,11 @@ Functions

A guid and a url, both signed by the sender, distinguish a known sender at a known location This function looks these up to see if the channel is known. If not, we will need to verify it.

Returns
: array => hubloc record
-

Referenced by import_post(), post_post(), and zot_fetch().

+

Referenced by import_post(), post_post(), zot_fetch(), and zot_import().

- +
@@ -807,8 +814,18 @@ Functions - + + + + + + + + + + +
zot_import (  $arr)$arr,
 $sender_url 
)
-- cgit v1.2.3