From df04c4a1ea96b387eef4a3caefc07dc3d61d532b Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:38:21 +0400 Subject: [PATCH 1/2] ios: remove failed authentication alert (#802) --- apps/ios/Shared/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/ContentView.swift b/apps/ios/Shared/ContentView.swift index 914071e417..f1511a66e6 100644 --- a/apps/ios/Shared/ContentView.swift +++ b/apps/ios/Shared/ContentView.swift @@ -81,7 +81,7 @@ struct ContentView: View { case .success: userAuthorized = true case .failed: - AlertManager.shared.showAlert(laFailedAlert()) + break case .unavailable: userAuthorized = true prefPerformLA = false From 33646f030e17127e6e9dfa809614673e35b5c5ef Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:22:46 +0100 Subject: [PATCH 2/2] update readme (#798) --- README.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e834767b5..467143c7c1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - [SimpleX Platform design](#simplex-platform-design) - [For developers](#for-developers) - [Roadmap](#roadmap) +- [Help us pay for 3rd party security audit](#help-us-pay-for-3rd-party-security-audit) - [Disclaimer, License](#disclaimer) ## Why privacy matters @@ -77,7 +78,9 @@ You can use SimpleX with your own servers and still communicate with people usin ## News and updates -[Jun 4, 2022. v2.2: the new Privacy and Security settings](./blog/20220604-simplex-chat-new-privacy-security-settings.md) +Selected updates: + +[Jul 11, 2022. v3.0: instant push notifications for iOS, e2e encrypted WebRTC audio/video calls, chat database export/import, privacy and performance improvements](./20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md) [May 11, 2022. v2.0 released - sending images and files in mobile apps](./blog/20220511-simplex-chat-v2-images-files.md) @@ -141,11 +144,13 @@ If you are considering developing with SimpleX platform please get in touch for - ✅ Haskell chat bot templates. - ✅ v2.0 - supporting images and files in mobile apps. - ✅ Manual chat history deletion. -- 🚀 End-to-end encrypted audio and video calls via the mobile apps (enable via Experimental Features). -- 🏗 Privacy preserving instant notifications for iOS using Apple Push Notification service (in progress). +- ✅ End-to-end encrypted WebRTC audio and video calls via the mobile apps. +- ✅ Privacy preserving instant notifications for iOS using Apple Push Notification service. +- ✅ Chat database export and import - 🏗 Chat server and TypeScript client SDK to develop chat interfaces, integrations and chat bots (in progress). -- 🏗 Chat database portability and encryption. -- Groups support for mobile apps. +- 🏗 Connecting to messaging servers via Tor (in progress). +- 🏗 Chat groups in mobile apps (in progress). +- Chat database encryption. - Disappearing messages, with mutual agreement. - Web widgets for custom interactivity in the chats. - SMP protocol improvements: @@ -158,6 +163,26 @@ If you are considering developing with SimpleX platform please get in touch for - Media server to optimize sending large files to groups. - Channels server for large groups and broadcast channels. +## Help us pay for 3rd party security audit + +I will get straight to the point: I ask you to support SimpleX Chat with donations. + +We are prioritizing users privacy and security - it would be impossible without your support we were lucky to have so far. + +We are planning a 3rd party security audit for the app, and it would hugely help us if some part of this $20,000+ expense could be covered with donations. + +Our pledge to our users is that SimpleX protocols are and will remain open, and in public domain, - so anybody can build the future implementations of the clients and the servers. We are building SimpleX platform based on the same principles as email and web, but much more private and secure. + +If you are already using SimpleX Chat, or plan to use it in the future when it has more features, please consider making a donation - it will help us to raise more funds. Donating any amount, even the price of the cup of coffee, would make a huge difference for us. + +It is possible to [donate via GitHub](https://github.com/sponsors/simplex-chat), which is commission-free for us, or [via OpenCollective](https://opencollective.com/simplex-chat), that also accepts donations in crypto-currencies, but charges a commission. + +Thank you, + +Evgeny + +SimpleX Chat founder + ## Disclaimer [SimpleX protocols and security model](https://github.com/simplex-chat/simplexmq/blob/master/protocol/overview-tjr.md) was reviewed and had many improvements in v1.0.0; we are currently arranging for the independent implementation audit.