mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-15 22:26:26 +00:00
deploy: 14f2a1d227
This commit is contained in:
@@ -10,14 +10,13 @@
|
||||
<body>
|
||||
<h1>Simplex chat</h1>
|
||||
<p><strong>Published:</strong> Oct 22, 2020</p>
|
||||
<p>https://simplex.chat</p>
|
||||
<p><a href="https://simplex.chat">SimpleX Chat Website</a></p>
|
||||
<p>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.</p>
|
||||
<p>Haskell protocol implementation: https://github.com/simplex-chat/simplexmq</p>
|
||||
<p><a href="https://github.com/simplex-chat/simplexmq">Haskell protocol implementation</a></p>
|
||||
<p>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.</p>
|
||||
<p>If anything, it was definitely helping to get to know Haskell types etc. much deeper than before :)</p>
|
||||
<p>Any criticism would be great - thank you in advance!</p>
|
||||
<hr>
|
||||
<p>Originally published at https://www.reddit.com/r/haskell/comments/jg6uh4/simplex_chat/</p>
|
||||
<p>Originally published at <a href="https://www.reddit.com/r/haskell/comments/jg6uh4/simplex_chat/">reddit</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -24,8 +24,7 @@
|
||||
</ul>
|
||||
<h3>We need your help!</h3>
|
||||
<p>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!</p>
|
||||
<hr>
|
||||
<p>Originally published at https://www.reddit.com/r/haskell/comments/naw6lz/simplex_chat_prototype_terminal_ui_made_in_haskell/</p>
|
||||
<p>Originally published at <a href="https://www.reddit.com/r/haskell/comments/naw6lz/simplex_chat_prototype_terminal_ui_made_in_haskell/">reddit</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -28,8 +28,7 @@
|
||||
<p>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!</p>
|
||||
<p><strong>Please note:</strong> 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.</p>
|
||||
<p>Our goal is to create a new kind of chat platform that lets you control your chat!</p>
|
||||
<hr>
|
||||
<p>Originally published at https://www.reddit.com/r/selfhosted/comments/poal79/simplex_chat_an_opensource_decentralized_chat/</p>
|
||||
<p>Originally published at <a href="https://www.reddit.com/r/selfhosted/comments/poal79/simplex_chat_an_opensource_decentralized_chat/">reddit</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -23,8 +23,7 @@
|
||||
<p>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!</p>
|
||||
<p><strong>Please note:</strong> 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.</p>
|
||||
<p>Our goal is to create a new kind of chat platform that lets you control your chat!</p>
|
||||
<hr>
|
||||
<p>Originally published at https://www.reddit.com/r/haskell/comments/rc0xkn/simplex_chat_the_first_chat_platform_that_is_100/</p>
|
||||
<p>Originally published at <a href="https://www.reddit.com/r/haskell/comments/rc0xkn/simplex_chat_the_first_chat_platform_that_is_100/">reddit</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user