From 14f2a1d227ecbfd14d9f214a666967d0a2169c7a Mon Sep 17 00:00:00 2001 From: M Sarmad Qadeer Date: Mon, 8 Aug 2022 13:38:50 +0500 Subject: [PATCH] change original blog links --- blog/20201022-simplex-chat.md | 7 +++---- blog/20210512-simplex-chat-terminal-ui.md | 3 +-- blog/20210914-simplex-chat-v0.4-released.md | 3 +-- blog/20211208-simplex-chat-v0.5-released.md | 3 +-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/blog/20201022-simplex-chat.md b/blog/20201022-simplex-chat.md index 86393da76c..1792235d3b 100644 --- a/blog/20201022-simplex-chat.md +++ b/blog/20201022-simplex-chat.md @@ -8,11 +8,11 @@ date: 2020-10-22 **Published:** Oct 22, 2020 -https://simplex.chat +[SimpleX Chat Website](https://simplex.chat) 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](https://github.com/simplex-chat/simplexmq) 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. @@ -20,6 +20,5 @@ If anything, it was definitely helping to get to know Haskell types etc. much de 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](https://www.reddit.com/r/haskell/comments/jg6uh4/simplex_chat/) diff --git a/blog/20210512-simplex-chat-terminal-ui.md b/blog/20210512-simplex-chat-terminal-ui.md index b8385320a2..6dccf57ce4 100644 --- a/blog/20210512-simplex-chat-terminal-ui.md +++ b/blog/20210512-simplex-chat-terminal-ui.md @@ -25,6 +25,5 @@ We’ve been using the terminal client between us and a few other people for a c 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](https://www.reddit.com/r/haskell/comments/naw6lz/simplex_chat_prototype_terminal_ui_made_in_haskell/) diff --git a/blog/20210914-simplex-chat-v0.4-released.md b/blog/20210914-simplex-chat-v0.4-released.md index f82785705c..e062956f47 100644 --- a/blog/20210914-simplex-chat-v0.4-released.md +++ b/blog/20210914-simplex-chat-v0.4-released.md @@ -44,6 +44,5 @@ We'd really appreciate your comments, criticism and support - a star on the GitH 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](https://www.reddit.com/r/selfhosted/comments/poal79/simplex_chat_an_opensource_decentralized_chat/) diff --git a/blog/20211208-simplex-chat-v0.5-released.md b/blog/20211208-simplex-chat-v0.5-released.md index b7faa7fbe7..1ffa0f27b9 100644 --- a/blog/20211208-simplex-chat-v0.5-released.md +++ b/blog/20211208-simplex-chat-v0.5-released.md @@ -32,6 +32,5 @@ We'd really appreciate your comments, criticism and support - a star on the GitH 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](https://www.reddit.com/r/haskell/comments/rc0xkn/simplex_chat_the_first_chat_platform_that_is_100/)