From 9f22f28d2f4bae5fa2a4947fc01af6200a5a5223 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Aug 2014 15:51:03 -0700 Subject: doc update --- doc/html/diaspora_8php.html | 69 ++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 39 deletions(-) (limited to 'doc/html/diaspora_8php.html') diff --git a/doc/html/diaspora_8php.html b/doc/html/diaspora_8php.html index 69825ab17..fa14301e9 100644 --- a/doc/html/diaspora_8php.html +++ b/doc/html/diaspora_8php.html @@ -116,14 +116,16 @@ Functions    diaspora_dispatch ($importer, $msg, $attempt=1)   - diaspora_handle_from_contact ($contact_id) -  + diaspora_is_blacklisted ($s) +  + diaspora_handle_from_contact ($contact_hash) +   diaspora_get_contact_by_handle ($uid, $handle)    find_diaspora_person_by_handle ($handle)   - get_diaspora_key ($uri) -  + get_diaspora_key ($handle) +   diaspora_pubmsg_build ($msg, $user, $contact, $prvkey, $pubkey)    diaspora_msg_build ($msg, $user, $contact, $prvkey, $pubkey, $public=false) @@ -132,8 +134,6 @@ Functions    diaspora_request ($importer, $xml)   - diaspora_post_allow ($importer, $contact) -   diaspora_post ($importer, $xml, $msg)    diaspora_reshare ($importer, $xml, $msg) @@ -405,7 +405,7 @@ Functions - +
@@ -413,7 +413,7 @@ Functions - +
diaspora_handle_from_contact (  $contact_id)$contact_hash)
@@ -421,6 +421,24 @@ Functions

Referenced by diaspora_send_relay().

+
+
+ +
+
+ + + + + + + + +
diaspora_is_blacklisted ( $s)
+
@@ -633,34 +651,6 @@ Functions

Referenced by diaspora_dispatch().

- - - -
-
- - - - - - - - - - - - - - - - - - -
diaspora_post_allow ( $importer,
 $contact 
)
-
@@ -766,6 +756,7 @@ Functions
+

If there is a default group for this channel, add this member to it

Referenced by diaspora_dispatch().

@@ -1211,11 +1202,11 @@ Functions
-

Referenced by diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_request(), diaspora_reshare(), and get_diaspora_key().

+

Referenced by diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_request(), diaspora_reshare(), and get_diaspora_key().

- +
@@ -1223,7 +1214,7 @@ Functions - +
get_diaspora_key (  $uri)$handle)
-- cgit v1.2.3 From 345d170236572866c0aa29698d5089f4d2bf7c11 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 29 Aug 2014 17:31:29 -0700 Subject: doc update --- doc/html/diaspora_8php.html | 50 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 10 deletions(-) (limited to 'doc/html/diaspora_8php.html') diff --git a/doc/html/diaspora_8php.html b/doc/html/diaspora_8php.html index fa14301e9..5d5b0102d 100644 --- a/doc/html/diaspora_8php.html +++ b/doc/html/diaspora_8php.html @@ -118,6 +118,8 @@ Functions    diaspora_is_blacklisted ($s)   + diaspora_process_outbound ($arr) +   diaspora_handle_from_contact ($contact_hash)    diaspora_get_contact_by_handle ($uid, $handle) @@ -126,10 +128,10 @@ Functions    get_diaspora_key ($handle)   - diaspora_pubmsg_build ($msg, $user, $contact, $prvkey, $pubkey) -  - diaspora_msg_build ($msg, $user, $contact, $prvkey, $pubkey, $public=false) -  + diaspora_pubmsg_build ($msg, $channel, $contact, $prvkey, $pubkey) +  + diaspora_msg_build ($msg, $channel, $contact, $prvkey, $pubkey, $public=false) +   diaspora_decode ($importer, $xml)    diaspora_request ($importer, $xml) @@ -527,7 +529,7 @@ Functions
- +
@@ -541,7 +543,7 @@ Functions - + @@ -651,6 +653,24 @@ Functions

Referenced by diaspora_dispatch().

+ + + +
+
+
 $user, $channel,
+ + + + + + + +
diaspora_process_outbound ( $arr)
+
+ +

Referenced by notifier_run().

+
@@ -687,7 +707,7 @@ Functions - +
@@ -701,7 +721,7 @@ Functions - + @@ -729,7 +749,7 @@ Functions
 $user, $channel,
-

Referenced by diaspora_msg_build().

+

Referenced by diaspora_msg_build().

@@ -860,6 +880,8 @@ Functions
+

Referenced by diaspora_process_outbound().

+
@@ -938,6 +960,8 @@ Functions
+

Referenced by diaspora_process_outbound().

+
@@ -976,6 +1000,8 @@ Functions
+

Referenced by diaspora_process_outbound().

+
@@ -1014,6 +1040,8 @@ Functions
+

Referenced by diaspora_process_outbound().

+
@@ -1052,6 +1080,8 @@ Functions
+

Referenced by diaspora_process_outbound().

+
@@ -1078,7 +1108,7 @@ Functions
-

Referenced by diaspora_request().

+

Referenced by diaspora_request(), and notifier_run().

-- cgit v1.2.3