From eeb491c0400bb8a42cb7fd0f71f895ca03dda795 Mon Sep 17 00:00:00 2001 From: Guido Drehsen Date: Thu, 30 Jun 2022 11:09:25 +0000 Subject: [PATCH 1/5] fix typo in docs/tor.md --- docs/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tor.md b/docs/tor.md index 1e8c2b89..29803dae 100644 --- a/docs/tor.md +++ b/docs/tor.md @@ -32,6 +32,6 @@ By default we start a fresh Tor process every time the app boots, and it require We also offer the option to provide advance Tor configuration option in this section by allowing you to - Specify a custom SOCKS port to connect to an existing Tor over -- Specify a custon Control port to connect to an existing Tor over +- Specify a custom Control port to connect to an existing Tor over - and specify further options by entering custom `torrc` options From febfa97281dcfce4d166d4e4faa119e60f390178 Mon Sep 17 00:00:00 2001 From: Guido Drehsen Date: Thu, 30 Jun 2022 11:43:22 +0000 Subject: [PATCH 2/5] fix typo in docs/settings/introduction.md --- docs/settings/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/introduction.md b/docs/settings/introduction.md index e18e302d..2b8e4a27 100644 --- a/docs/settings/introduction.md +++ b/docs/settings/introduction.md @@ -15,7 +15,7 @@ from unknown public addresses. ## Experiments -There are many features in Cwtch that people would like to have ut whose implementation requires additional metadata, or +There are many features in Cwtch that people would like to have but whose implementation requires additional metadata, or risk, beyond the minimum that Cwtch requires for basic operations. As such under **Experiments** you will find a number of **optional** settings which, when enables, provide From 706fd247e718a4b74c32db4e36fb7b5eb1071bc0 Mon Sep 17 00:00:00 2001 From: Guido Drehsen Date: Thu, 30 Jun 2022 12:03:47 +0000 Subject: [PATCH 3/5] fix typo in docs/settings/beaviour/block-unkown-connections.md --- docs/settings/behaviour/block-unknown-connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/behaviour/block-unknown-connections.md b/docs/settings/behaviour/block-unknown-connections.md index fd192a65..e31bc28e 100644 --- a/docs/settings/behaviour/block-unknown-connections.md +++ b/docs/settings/behaviour/block-unknown-connections.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Block Unknown Connections -By default, Cwtch interprets connections from unknown cwtch addresses sas [Contact Requests](https://docs.cwtch.im/docs/chat/accept-deny-new-conversation). You can change this behaviour through the Block Unknown Connections +By default, Cwtch interprets connections from unknown cwtch addresses as [Contact Requests](https://docs.cwtch.im/docs/chat/accept-deny-new-conversation). You can change this behaviour through the Block Unknown Connections setting. If enabled, Cwtch will auto close all connections from Cwtch addresses that you have not added to your conversation From df8f4b323c72174b91e7caad89fc50768228ec1c Mon Sep 17 00:00:00 2001 From: Guido Drehsen Date: Thu, 30 Jun 2022 13:18:41 +0000 Subject: [PATCH 4/5] fix typo in docs/chat/introduction.md --- docs/chat/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chat/introduction.md b/docs/chat/introduction.md index ffbfa341..024d2af8 100644 --- a/docs/chat/introduction.md +++ b/docs/chat/introduction.md @@ -19,5 +19,5 @@ This exchange (documented in further detail in [authentication protocol](https:/ i.e. it is possible for any party to forge transcripts of this protocol exchange after the fact, and as such - after the fact - it is impossible to definitely prove that the exchange happened at all. -One the authentication process is successful then both you and your friend can communicate away assured that no one else +Once the authentication process is successful then both you and your friend can communicate away assured that no one else can learn anything about the contents or the metadata if your conversation. From e35dc0a81c4719904ab869a4ee3c3bd98ba3d5b6 Mon Sep 17 00:00:00 2001 From: Guido Drehsen Date: Thu, 30 Jun 2022 13:21:39 +0000 Subject: [PATCH 5/5] fix another typo in docs/chat/introduction.md --- docs/chat/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chat/introduction.md b/docs/chat/introduction.md index 024d2af8..52d05ea9 100644 --- a/docs/chat/introduction.md +++ b/docs/chat/introduction.md @@ -20,4 +20,4 @@ i.e. it is possible for any party to forge transcripts of this protocol exchange fact - it is impossible to definitely prove that the exchange happened at all. Once the authentication process is successful then both you and your friend can communicate away assured that no one else -can learn anything about the contents or the metadata if your conversation. +can learn anything about the contents or the metadata of your conversation.