git ssb

2+

cel / scuttlebot.io



Commit 9159ef892a956e00b0da209aa12be5cec26540ed

define FoaFs

Don Smith authored on 1/29/2017, 12:21:46 AM
GitHub committed on 1/29/2017, 12:21:46 AM
Parent: ed02ea80607adb283fd3b95f8f6bf5d5fab75608

Files changed

tmpl/more/protocols/secure-scuttlebutt.html.jschanged
tmpl/more/protocols/secure-scuttlebutt.html.jsView
@@ -22,9 +22,9 @@
2222 Scuttlebot forms a global cryptographic social network with its peers.
2323 Each user is identified by a public key, and publishes a log of signed messages, which other users follow socially.
2424 </p>
2525 <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).
2727 The messages and files are stored locally, indefinitely, for applications to read.
2828 </p>
2929
3030 <h3>Identity</h3>
@@ -181,5 +181,5 @@
181181 This ensures the append-only constraint, and thus safe network convergence.
182182 </p>
183183 `,
184184 next: ['/more/protocols/secret-handshake.html', 'Secret Handshake']
185-})
185 +})

Built with git-ssb-web