Commit 9159ef892a956e00b0da209aa12be5cec26540ed
define FoaFs
Don Smith authored on 1/29/2017, 12:21:46 AMGitHub committed on 1/29/2017, 12:21:46 AM
Parent: ed02ea80607adb283fd3b95f8f6bf5d5fab75608
Files changed
tmpl/more/protocols/secure-scuttlebutt.html.js | changed |
tmpl/more/protocols/secure-scuttlebutt.html.js | ||
---|---|---|
@@ -22,9 +22,9 @@ | ||
22 | 22 … | Scuttlebot forms a global cryptographic social network with its peers. |
23 | 23 … | Each user is identified by a public key, and publishes a log of signed messages, which other users follow socially. |
24 | 24 … | </p> |
25 | 25 … | <p> |
26 | - Scuttlebot searches the P2P mesh for new messages and files from followed users and from FoaFs. | |
26 … | + Scuttlebot searches the P2P mesh for new messages and files from followed users and from FoaFs (friend of a friend's). | |
27 | 27 … | The messages and files are stored locally, indefinitely, for applications to read. |
28 | 28 … | </p> |
29 | 29 … | |
30 | 30 … | <h3>Identity</h3> |
@@ -181,5 +181,5 @@ | ||
181 | 181 … | This ensures the append-only constraint, and thus safe network convergence. |
182 | 182 … | </p> |
183 | 183 … | `, |
184 | 184 … | next: ['/more/protocols/secret-handshake.html', 'Secret Handshake'] |
185 | -}) | |
185 … | +}) |
Built with git-ssb-web