From ed5ea8f8d9e307da1dca90e11b69184f18467ec5 Mon Sep 17 00:00:00 2001 From: MSarmadQadeer Date: Mon, 8 Aug 2022 08:39:52 +0000 Subject: [PATCH] deploy: 14f2a1d227ecbfd14d9f214a666967d0a2169c7a --- blog/20201022-simplex-chat/index.html | 7 +++---- blog/20210512-simplex-chat-terminal-ui/index.html | 3 +-- blog/20210914-simplex-chat-v0.4-released/index.html | 3 +-- blog/20211208-simplex-chat-v0.5-released/index.html | 3 +-- css/tailwind.css | 9 +-------- 5 files changed, 7 insertions(+), 18 deletions(-) diff --git a/blog/20201022-simplex-chat/index.html b/blog/20201022-simplex-chat/index.html index 31e8bb478d..ffd84b93d8 100644 --- a/blog/20201022-simplex-chat/index.html +++ b/blog/20201022-simplex-chat/index.html @@ -10,14 +10,13 @@

Simplex chat

Published: Oct 22, 2020

-

https://simplex.chat

+

SimpleX Chat Website

I'd really appreciate your feedback, criticism and suggestions on the open-source idea I was slowly working on since early 2020. I recently made the demo server for the low-level message queue protocol ("simplex messaging protocol") and the website to try to explain the chat idea that would use this protocol.

-

Haskell protocol implementation: https://github.com/simplex-chat/simplexmq

+

Haskell protocol implementation

In short, the protocol defines a minimalist set of commands and server responses (just 7 commands and 5 responses sent over TCP) to operate encrypted message queues with in-memory persistence - the implementation uses STM.

If anything, it was definitely helping to get to know Haskell types etc. much deeper than before :)

Any criticism would be great - thank you in advance!

-
-

Originally published at https://www.reddit.com/r/haskell/comments/jg6uh4/simplex_chat/

+

Originally published at reddit

\ No newline at end of file diff --git a/blog/20210512-simplex-chat-terminal-ui/index.html b/blog/20210512-simplex-chat-terminal-ui/index.html index af1d3b991a..ab04e94a1a 100644 --- a/blog/20210512-simplex-chat-terminal-ui/index.html +++ b/blog/20210512-simplex-chat-terminal-ui/index.html @@ -24,8 +24,7 @@

We need your help!

We're building a new kind of chat network - the only network that lets you control your chat. We'd really appreciate your feedback, criticism and support - a star on the github repo, signing up to the mailing list or any contribution to the project will help. There is so much more to do!

-
-

Originally published at https://www.reddit.com/r/haskell/comments/naw6lz/simplex_chat_prototype_terminal_ui_made_in_haskell/

+

Originally published at reddit

\ No newline at end of file diff --git a/blog/20210914-simplex-chat-v0.4-released/index.html b/blog/20210914-simplex-chat-v0.4-released/index.html index c81616b3ad..bc6d465bc6 100644 --- a/blog/20210914-simplex-chat-v0.4-released/index.html +++ b/blog/20210914-simplex-chat-v0.4-released/index.html @@ -28,8 +28,7 @@

We'd really appreciate your comments, criticism and support - a star on the GitHub repo, downloading and testing the chat or any contribution to the project will help a lot – thank you for all your support!

Please note: SimpleX Chat is in early stage development: we are still iterating protocols, improving privacy and security, so if you have communication scenarios requiring high security, you should consider some other options for now.

Our goal is to create a new kind of chat platform that lets you control your chat!

-
-

Originally published at https://www.reddit.com/r/selfhosted/comments/poal79/simplex_chat_an_opensource_decentralized_chat/

+

Originally published at reddit

\ No newline at end of file diff --git a/blog/20211208-simplex-chat-v0.5-released/index.html b/blog/20211208-simplex-chat-v0.5-released/index.html index 0a7b10de53..13632c79d2 100644 --- a/blog/20211208-simplex-chat-v0.5-released/index.html +++ b/blog/20211208-simplex-chat-v0.5-released/index.html @@ -23,8 +23,7 @@

We'd really appreciate your comments, criticism and support - a star on the GitHub repo, downloading and testing the chat or any contribution to the project will help a lot – thank you for all your support!

Please note: SimpleX Chat is in early stage development: we are still iterating protocols, improving privacy and security, so if you have communication scenarios requiring high security, you should consider some other options for now.

Our goal is to create a new kind of chat platform that lets you control your chat!

-
-

Originally published at https://www.reddit.com/r/haskell/comments/rc0xkn/simplex_chat_the_first_chat_platform_that_is_100/

+

Originally published at reddit

\ No newline at end of file diff --git a/css/tailwind.css b/css/tailwind.css index 1175f4217f..e981fdc576 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com +! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */ /* @@ -355,13 +355,6 @@ input::-moz-placeholder, textarea::-moz-placeholder { /* 2 */ } -input:-ms-input-placeholder, textarea:-ms-input-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - input::placeholder, textarea::placeholder { opacity: 1;