]> git.mxchange.org Git - friendica.git/commitdiff
more privacy docs
authorfriendica <info@friendica.com>
Fri, 24 Feb 2012 20:52:50 +0000 (12:52 -0800)
committerfriendica <info@friendica.com>
Fri, 24 Feb 2012 20:52:50 +0000 (12:52 -0800)
boot.php
doc/Groups-and-Privacy.md

index 3cf8f8e3cb1f251a10c935d2726765c5e010e6c7..4dd16c940da72777e52752ec54ec5c7cc76e3a0b 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1261' );
+define ( 'FRIENDICA_VERSION',      '2.3.1262' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1124      );
 
index 7e93fb9d04bc93e0e33cb46c7dd069f9ff7281d7..0ab1d7b45d3e03be8a5a27ed83a3e8b836488e54 100644 (file)
@@ -34,3 +34,20 @@ Once you have created a post, you can not change the permissions assigned. Withi
 
 In case you haven't yet figured this out, we are encouraging you to encourage your friends to use Friendica - because all these privacy features work much better within a privacy-aware network. Many of the other social networks Friendica can connect to have no privacy controls. 
 
+
+Profiles, Privacy, and Photos
+=============================
+
+The decentralised nature of Friendica (many websites exchanging information rather than one website which controls everything) has some implications with privacy as it relates to people on other sites. These are things you should be aware of, so you can decide best how to interact privately.
+
+Sharing photos privately is a problem. We can only share them __privately__ with Friendica members. In order to share with other people, we need to prove who they are. We can prove the identity of Friendica members, as we have a mechanism to do so. Your friends on other networks will be blocked from viewing these private photos because we cannot prove that they should be allowed to see them.
+
+Our developers are working on solutions to allow access to your friends - no matter what network they are on. However we take privacy seriously and don't behave like some networks that __pretend__ your photos are private, but make them available to others without proof of identity.
+
+Your profile and "wall" may also be visited by your friends from other networks, and you can block access to these by web visitors that Friendica doesn't know. Be aware that this could include some of your friends on other networks.
+
+This may produce undesired results when posting a long status message to (for instance) Twitter and even Facebook. When Friendica sends a post to these networks which exceeds the service length limit, we truncate it and provide a link to the original. The original is a link back to your Friendica profile. As Friendica cannot prove who they are, it may not be possible for these people to view your post in full.    
+
+For people in this situation we would recommend providing a "Twitter-length" summary, with more detail for friends on other networks.
+
+Blocking your profile or entire Friendica site from unknown web visitors also has serious implications for communicating with StatusNet/identi.ca members. These networks communicate with others via public protocols that are not authenticated. In order to view your posts, these networks have to access them as an "unknown web visitor". If we allowed this, it would mean anybody could in fact see your posts, and you've instructed Friendica not to allow this. So be aware that the act of blocking your profile to unknown visitors has the effect of blocking communication with public networks (such as identi.ca) and feed readers such as Google Reader.   
\ No newline at end of file