From 193dc753030277d8300fb9ffa3dcf760789503fc Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Sat, 24 Feb 2024 13:41:35 +0000 Subject: [PATCH] deploy: 5807a0a2fa4d3d0dc9e00bfdde2e100f2aab9fbe --- blog/20210512-simplex-chat-terminal-ui.html | 2 +- blog/20220928-simplex-chat-v4-encrypted-database.html | 2 +- blog/20221206-simplex-chat-v4.3-voice-messages.html | 2 +- blog/index.html | 2 +- blog/lang/fr-fr/README_fr/index.html | 2 +- feed.atom | 6 +++--- feed.rss | 6 +++--- fr/index.html | 2 +- ja/index.html | 4 ++-- jobs/index.html | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/blog/20210512-simplex-chat-terminal-ui.html b/blog/20210512-simplex-chat-terminal-ui.html index c76c15923..07b3b13bf 100644 --- a/blog/20210512-simplex-chat-terminal-ui.html +++ b/blog/20210512-simplex-chat-terminal-ui.html @@ -372,7 +372,7 @@ window.addEventListener('scroll',changeHeaderBg);

Announcing SimpleX Chat Prototype!

Published: May 12, 2021

-

For the last six months me and my son Efim have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available here on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).

+

For the last six months me and my son Efim have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available here on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).

We’ve been using the terminal client between us and a few other people for a couple of months now, eating our own “dog food”, and have developed up to version 0.3.1, with most of the messaging protocol features we originally planned

Features

    diff --git a/blog/20220928-simplex-chat-v4-encrypted-database.html b/blog/20220928-simplex-chat-v4-encrypted-database.html index 56b2ce542..2adb09b70 100644 --- a/blog/20220928-simplex-chat-v4-encrypted-database.html +++ b/blog/20220928-simplex-chat-v4-encrypted-database.html @@ -414,7 +414,7 @@ window.addEventListener('scroll',changeHeaderBg);

    You can run SimpleX Chat CLI as a local WebSockets server on any port, we use 5225 here:

    simplex-chat -p 5225
     
    -

    Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this sample bot and README page.

    +

    Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this sample bot and README page.

    SimpleX Chat API allows you to:

    • create and change user profile (although in most cases you would do it manually, via SimpleX Chat terminal app).
    • diff --git a/blog/20221206-simplex-chat-v4.3-voice-messages.html b/blog/20221206-simplex-chat-v4.3-voice-messages.html index 1ff605540..2b87adb1f 100644 --- a/blog/20221206-simplex-chat-v4.3-voice-messages.html +++ b/blog/20221206-simplex-chat-v4.3-voice-messages.html @@ -377,7 +377,7 @@ window.addEventListener('scroll',changeHeaderBg);

      What's new in v4.3

      Sortie de la v4.3 :

        diff --git a/feed.atom b/feed.atom index 26834a3bc..a626ca181 100644 --- a/feed.atom +++ b/feed.atom @@ -36,7 +36,7 @@ https://simplex.chat/blog/20210512-simplex-chat-terminal-ui.html <h1 id="announcing-simplex-chat-prototype" tabindex="-1">Announcing SimpleX Chat Prototype!</h1> <p><strong>Published:</strong> May 12, 2021</p> -<p>For the last six months <a href="https://github.com/epoberezkin">me</a> and my son <a href="https://github.com/efim-poberezkin">Efim</a> have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available <a href="https://github.com/simplex-chat/simplex-chat">here</a> on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).</p> +<p>For the last six months <a href="https://github.com/epoberezkin">me</a> and my son Efim have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available <a href="https://github.com/simplex-chat/simplex-chat">here</a> on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).</p> <p>We’ve been using the terminal client between us and a few other people for a couple of months now, eating our own “dog food”, and have developed up to version 0.3.1, with most of the messaging protocol features we originally planned</p> <h2 id="features" tabindex="-1">Features</h2> <ul> @@ -788,7 +788,7 @@ <p>You can run SimpleX Chat CLI as a local WebSockets server on any port, we use 5225 here:</p> <pre><code class="language-bash">simplex-chat -p 5225 </code></pre> -<p>Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this <a href="https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js">sample bot</a> and <a href="https://github.com/simplex-chat/simplex-chat/tree/ep/blog-v4/packages/simplex-chat-client/typescript">README page</a>.</p> +<p>Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this <a href="https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js">sample bot</a> and README page.</p> <p>SimpleX Chat API allows you to:</p> <ul> <li>create and change user profile (although in most cases you would do it manually, via SimpleX Chat terminal app).</li> @@ -979,7 +979,7 @@ <ul> <li>Privacy Guides added SimpleX Chat to <a href="https://www.privacyguides.org/real-time-communication/#simplex-chat">the recommended private and secure messengers</a>.</li> <li>Mike Kuketz – a well-known security expert – published <a href="https://www.kuketz-blog.de/simplex-eindruecke-vom-messenger-ohne-identifier/">the review of SimpleX Chat</a> and added it to <a href="https://www.messenger-matrix.de/">the messenger matrix</a>.</li> -<li>Supernova published <a href="https://supernova.tilde.team/detailed_reviews.html#simplex">the review</a> and increased <a href="https://supernova.tilde.team/messengers.html">SimpleX Chat recommendation ratings</a>.</li> +<li>Supernova published <a href="https://supernovas.space/detailed_reviews.html#simplex">the review</a> and increased <a href="https://supernovas.space/messengers.html">SimpleX Chat recommendation ratings</a>.</li> </ul> <h2 id="whats-new-in-v43" tabindex="-1">What's new in v4.3</h2> <ul> diff --git a/feed.rss b/feed.rss index 57563ee8e..0ee0bddb5 100644 --- a/feed.rss +++ b/feed.rss @@ -932,7 +932,7 @@ file ---&gt; | XFTP | ------&gt; XFTP ----& <ul> <li>Privacy Guides added SimpleX Chat to <a href="https://www.privacyguides.org/real-time-communication/#simplex-chat">the recommended private and secure messengers</a>.</li> <li>Mike Kuketz – a well-known security expert – published <a href="https://www.kuketz-blog.de/simplex-eindruecke-vom-messenger-ohne-identifier/">the review of SimpleX Chat</a> and added it to <a href="https://www.messenger-matrix.de/">the messenger matrix</a>.</li> -<li>Supernova published <a href="https://supernova.tilde.team/detailed_reviews.html#simplex">the review</a> and increased <a href="https://supernova.tilde.team/messengers.html">SimpleX Chat recommendation ratings</a>.</li> +<li>Supernova published <a href="https://supernovas.space/detailed_reviews.html#simplex">the review</a> and increased <a href="https://supernovas.space/messengers.html">SimpleX Chat recommendation ratings</a>.</li> </ul> <h2 id="whats-new-in-v43" tabindex="-1">What's new in v4.3</h2> <ul> @@ -1193,7 +1193,7 @@ file ---&gt; | XFTP | ------&gt; XFTP ----& <p>You can run SimpleX Chat CLI as a local WebSockets server on any port, we use 5225 here:</p> <pre><code class="language-bash">simplex-chat -p 5225 </code></pre> -<p>Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this <a href="https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js">sample bot</a> and <a href="https://github.com/simplex-chat/simplex-chat/tree/ep/blog-v4/packages/simplex-chat-client/typescript">README page</a>.</p> +<p>Then you can create a JavaScript or TypeScript application that would connect to it and control it via a simple WebSocket API. TypeScript SDK defines all necessary types and convenience functions to use in your applications. See this <a href="https://github.com/simplex-chat/simplex-chat/blob/stable/packages/simplex-chat-client/typescript/examples/squaring-bot.js">sample bot</a> and README page.</p> <p>SimpleX Chat API allows you to:</p> <ul> <li>create and change user profile (although in most cases you would do it manually, via SimpleX Chat terminal app).</li> @@ -1948,7 +1948,7 @@ file ---&gt; | XFTP | ------&gt; XFTP ----& https://simplex.chat/blog/20210512-simplex-chat-terminal-ui.html <h1 id="announcing-simplex-chat-prototype" tabindex="-1">Announcing SimpleX Chat Prototype!</h1> <p><strong>Published:</strong> May 12, 2021</p> -<p>For the last six months <a href="https://github.com/epoberezkin">me</a> and my son <a href="https://github.com/efim-poberezkin">Efim</a> have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available <a href="https://github.com/simplex-chat/simplex-chat">here</a> on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).</p> +<p>For the last six months <a href="https://github.com/epoberezkin">me</a> and my son Efim have been working to bring you a working prototype of SimpleX Chat. We're excited to announce SimpleX Chat terminal client is now available <a href="https://github.com/simplex-chat/simplex-chat">here</a> on Linux, Windows and Mac (you can either build from source or download the binary for Linux, Windows or Mac from the latest release).</p> <p>We’ve been using the terminal client between us and a few other people for a couple of months now, eating our own “dog food”, and have developed up to version 0.3.1, with most of the messaging protocol features we originally planned</p> <h2 id="features" tabindex="-1">Features</h2> <ul> diff --git a/fr/index.html b/fr/index.html index 4991a9446..bf20368df 100644 --- a/fr/index.html +++ b/fr/index.html @@ -1698,7 +1698,7 @@ window.addEventListener('scroll',changeHeaderBg); Tous les réseaux P2P connus sont susceptibles d'être vulnérables à une attaque Sybil, car chaque nœud peut être découvert et le réseau fonctionne comme un tout. Les mesures connues pour réduire la probabilité d'une attaque Sybil nécessitent soit un composant centralisé, soit des preuves de travail coûteuses. Le réseau SimpleX ne permet pas de découvrir les serveurs, il est fragmenté et fonctionne comme de multiples sous-réseaux isolées, ce qui rend impossible les attaques à l'échelle du réseau.
      • - Les réseaux P2P sont susceptibles d'être vulnérables aux attaques DRDoS, lorsque les clients peuvent rediffuser et amplifier le trafic, entraînant un déni de service à l'échelle du réseau. Les clients SimpleX relaient uniquement le trafic à partir d'une connexion connue et ne peuvent pas être utilisés par un attaquant pour amplifier le trafic sur l'ensemble du réseau. + Les réseaux P2P sont susceptibles d'être vulnérables aux attaques DRDoS, lorsque les clients peuvent rediffuser et amplifier le trafic, entraînant un déni de service à l'échelle du réseau. Les clients SimpleX relaient uniquement le trafic à partir d'une connexion connue et ne peuvent pas être utilisés par un attaquant pour amplifier le trafic sur l'ensemble du réseau.
diff --git a/ja/index.html b/ja/index.html index 1fa37d907..a0c905489 100644 --- a/ja/index.html +++ b/ja/index.html @@ -1689,13 +1689,13 @@ window.addEventListener('scroll',changeHeaderBg); SimpleX 設計は、ほとんどの P2P ネットワークとは異なり、一時的であってもいかなる種類のグローバル ユーザー識別子も持たず、一時的なペアごとの識別子のみを使用するため、より優れた匿名性とメタデータ保護が提供されます。
  • - P2P は MITM 攻撃 問題を解決せず、既存の実装のほとんどは最初の鍵交換に帯域外メッセージを使用していません 。 SimpleX は、最初のキー交換に帯域外メッセージを使用するか、場合によっては既存の安全で信頼できる接続を使用します。 + P2P は MITM 攻撃 問題を解決せず、既存の実装のほとんどは最初の鍵交換に帯域外メッセージを使用していません 。 SimpleX は、最初のキー交換に帯域外メッセージを使用するか、場合によっては既存の安全で信頼できる接続を使用します。
  • P2P の実装は、一部のインターネット プロバイダー (BitTorrent など) によってブロックされる場合があります。 SimpleX はトランスポートに依存しません- WebSocketのような標準的な Web プロトコル上で動作します。
  • - すべての既知の P2P ネットワークは、各ノードが検出可能であり、ネットワーク全体が動作するため、Sybil 攻撃に対して脆弱である可能性があります。 この問題を軽減する既知の対策には、一元化されたコンポーネントか、高価な作業証明が必要です。 SimpleX ネットワークにはサーバーの検出機能がなく、断片化されており、複数の分離されたサブネットワークとして動作するため、ネットワーク全体への攻撃は不可能です。 + すべての既知の P2P ネットワークは、各ノードが検出可能であり、ネットワーク全体が動作するため、Sybil 攻撃に対して脆弱である可能性があります。 この問題を軽減する既知の対策には、一元化されたコンポーネントか、高価な作業証明が必要です。 SimpleX ネットワークにはサーバーの検出機能がなく、断片化されており、複数の分離されたサブネットワークとして動作するため、ネットワーク全体への攻撃は不可能です。
  • P2P ネットワークは、DRDoS 攻撃に対して脆弱になる可能性があります。 クライアントがトラフィックを再ブロードキャストして増幅する可能性があり、その結果、ネットワーク全体のサービス拒否が発生する可能性があります。 SimpleX クライアントは既知の接続からのトラフィックのみを中継するため、攻撃者がネットワーク全体のトラフィックを増幅するために使用することはできません。 diff --git a/jobs/index.html b/jobs/index.html index 7935c536e..496cacd47 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -446,7 +446,7 @@ window.addEventListener('scroll',changeHeaderBg);

    How to join the team

    1. -

      Install the app, try using it with the friends and join some user groups – you will discover a lot of things that need improvements.

      +

      Install the app, try using it with the friends and join some user groups – you will discover a lot of things that need improvements.

    2. Also look through GitHub issues submitted by the users to see what would you want to contribute as a test.