deploy: 5807a0a2fa
This commit is contained in:
parent
914a3a29a3
commit
193dc75303
@ -372,7 +372,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<section id="article" class="container mb-[75px] bg-white dark:bg-[#17203D] px-5">
|
||||
<div class="py-6 md:p-[60px]"><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>
|
||||
|
@ -414,7 +414,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<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>
|
||||
|
@ -377,7 +377,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<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>
|
||||
|
@ -869,7 +869,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<p><a href="https://www.privacyguides.org/real-time-communication/#simplex-chat" target="_blank">Privacy Guides</a> recommendations.</p>
|
||||
<p><a href="https://www.kuketz-blog.de/simplex-eindruecke-vom-messenger-ohne-identifier/" target="_blank">Review by Mike Kuketz</a>.</p>
|
||||
<p><a href="https://www.messenger-matrix.de" target="_blank">The messenger matrix</a>.</p>
|
||||
<p class="mb-[12px]"><a href="https://supernova.tilde.team/detailed_reviews.html#simplex" target="_blank">Supernova review</a> and <a href="https://supernova.tilde.team/messengers.html" target="_blank">messenger ratings</a>.</p>
|
||||
<p class="mb-[12px]"><a href="https://supernovas.space/detailed_reviews.html#simplex" target="_blank">Supernova review</a> and <a href="https://supernovas.space/messengers.html" target="_blank">messenger ratings</a>.</p>
|
||||
|
||||
<p>v4.3 is released:</p>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
<li>Recommandations de <a href="https://www.privacyguides.org/real-time-communication/#simplex-chat">Privacy Guides</a>.</li>
|
||||
<li><a href="https://www.kuketz-blog.de/simplex-eindruecke-vom-messenger-ohne-identifier/">Revue par Mike Kuketz</a>.</li>
|
||||
<li><a href="https://www.messenger-matrix.de">La matrice des messageries</a>.</li>
|
||||
<li><a href="https://supernova.tilde.team/detailed_reviews.html#simplex">Revue de Supernova</a> et <a href="https://supernova.tilde.team/messengers.html">évaluations des messageries</a>.</li>
|
||||
<li><a href="https://supernovas.space/detailed_reviews.html#simplex">Revue de Supernova</a> et <a href="https://supernovas.space/messengers.html">évaluations des messageries</a>.</li>
|
||||
</ul>
|
||||
<p>Sortie de la v4.3 :</p>
|
||||
<ul>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<id>https://simplex.chat/blog/20210512-simplex-chat-terminal-ui.html</id>
|
||||
<content xml:lang="en" type="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>
|
||||
|
6
feed.rss
6
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 ----&
|
||||
<link>https://simplex.chat/blog/20210512-simplex-chat-terminal-ui.html</link>
|
||||
<description><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>
|
||||
|
@ -1698,7 +1698,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
Tous les réseaux P2P connus sont susceptibles d'être vulnérables à une <a href="https://fr.wikipedia.org/wiki/Attaque_Sybil">attaque Sybil</a>, 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 <a href="https://fr.wikipedia.org/wiki/Preuve_de_travail">preuves de travail</a> 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.
|
||||
</li>
|
||||
<li>
|
||||
Les réseaux P2P sont susceptibles d'être vulnérables aux <a href="https://www.usenix.org/conference/woot15/workshop-program/presentation/p2p- file-sharing-hell-exploiting-bittorrent">attaques DRDoS</a>, 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 <a href="https://www.usenix.org/conference/woot15/workshop-program/presentation/p2p-file-sharing-hell-exploiting-bittorrent">attaques DRDoS</a>, 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.
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
@ -1689,13 +1689,13 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
SimpleX 設計は、ほとんどの P2P ネットワークとは異なり、一時的であってもいかなる種類のグローバル ユーザー識別子も持たず、一時的なペアごとの識別子のみを使用するため、より優れた匿名性とメタデータ保護が提供されます。
|
||||
</li>
|
||||
<li>
|
||||
P2P は <a href="https://en.wikipedia.org/wiki/Man-in-the-middle_ Attack">MITM 攻撃</a> 問題を解決せず、既存の実装のほとんどは最初の鍵交換に帯域外メッセージを使用していません 。 SimpleX は、最初のキー交換に帯域外メッセージを使用するか、場合によっては既存の安全で信頼できる接続を使用します。
|
||||
P2P は <a href="https://en.wikipedia.org/wiki/Man-in-the-middle_attack">MITM 攻撃</a> 問題を解決せず、既存の実装のほとんどは最初の鍵交換に帯域外メッセージを使用していません 。 SimpleX は、最初のキー交換に帯域外メッセージを使用するか、場合によっては既存の安全で信頼できる接続を使用します。
|
||||
</li>
|
||||
<li>
|
||||
P2P の実装は、一部のインターネット プロバイダー (<a href="https://en.wikipedia.org/wiki/BitTorrent">BitTorrent</a> など) によってブロックされる場合があります。 SimpleX はトランスポートに依存しません- WebSocketのような標準的な Web プロトコル上で動作します。
|
||||
</li>
|
||||
<li>
|
||||
すべての既知の P2P ネットワークは、各ノードが検出可能であり、ネットワーク全体が動作するため、<a href="https://en.wikipedia.org/wiki/Sybil_question">Sybil 攻撃</a>に対して脆弱である可能性があります。 この問題を軽減する既知の対策には、一元化されたコンポーネントか、高価な<a href="https://en.wikipedia.org/wiki/Proof_of_work">作業証明</a>が必要です。 SimpleX ネットワークにはサーバーの検出機能がなく、断片化されており、複数の分離されたサブネットワークとして動作するため、ネットワーク全体への攻撃は不可能です。
|
||||
すべての既知の P2P ネットワークは、各ノードが検出可能であり、ネットワーク全体が動作するため、<a href="https://en.wikipedia.org/wiki/Sybil_attack">Sybil 攻撃</a>に対して脆弱である可能性があります。 この問題を軽減する既知の対策には、一元化されたコンポーネントか、高価な<a href="https://en.wikipedia.org/wiki/Proof_of_work">作業証明</a>が必要です。 SimpleX ネットワークにはサーバーの検出機能がなく、断片化されており、複数の分離されたサブネットワークとして動作するため、ネットワーク全体への攻撃は不可能です。
|
||||
</li>
|
||||
<li>
|
||||
P2P ネットワークは、<a href="https://www.usenix.org/conference/woot15/workshop-program/presentation/p2p-file-sharing-hell-exploiting-bittorrent">DRDoS 攻撃</a>に対して脆弱になる可能性があります。 クライアントがトラフィックを再ブロードキャストして増幅する可能性があり、その結果、ネットワーク全体のサービス拒否が発生する可能性があります。 SimpleX クライアントは既知の接続からのトラフィックのみを中継するため、攻撃者がネットワーク全体のトラフィックを増幅するために使用することはできません。
|
||||
|
@ -446,7 +446,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<h2 id="how-to-join-the-team" tabindex="-1">How to join the team</h2>
|
||||
<ol>
|
||||
<li>
|
||||
<p><a href="readme.html#install-the-app">Install the app</a>, try using it with the friends and <a href="https://github.com/simplex-chat/simplex-chat#join-user-groups">join some user groups</a> – you will discover a lot of things that need improvements.</p>
|
||||
<p><a href="https://github.com/simplex-chat/simplex-chat#install-the-app">Install the app</a>, try using it with the friends and <a href="https://github.com/simplex-chat/simplex-chat#join-user-groups">join some user groups</a> – you will discover a lot of things that need improvements.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Also look through <a href="https://github.com/simplex-chat/simplex-chat/issues">GitHub issues</a> submitted by the users to see what would you want to contribute as a test.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user