Merge branch 'master' into v1
This commit is contained in:
commit
fcee108863
@ -13,7 +13,7 @@ extra-source-files:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- aeson == 1.5.*
|
- aeson == 1.5.*
|
||||||
- ansi-terminal >= 0.10 && < 0.12.0
|
- ansi-terminal >= 0.10 && < 0.12
|
||||||
- attoparsec == 0.13.*
|
- attoparsec == 0.13.*
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
- base64-bytestring >= 1.0 && < 1.3
|
- base64-bytestring >= 1.0 && < 1.3
|
||||||
|
@ -40,7 +40,7 @@ library
|
|||||||
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns
|
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson ==1.5.*
|
aeson ==1.5.*
|
||||||
, ansi-terminal >=0.10 && <0.12.0
|
, ansi-terminal >=0.10 && <0.12
|
||||||
, attoparsec ==0.13.*
|
, attoparsec ==0.13.*
|
||||||
, base >=4.7 && <5
|
, base >=4.7 && <5
|
||||||
, base64-bytestring >=1.0 && <1.3
|
, base64-bytestring >=1.0 && <1.3
|
||||||
@ -76,7 +76,7 @@ executable simplex-chat
|
|||||||
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns -threaded
|
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns -threaded
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson ==1.5.*
|
aeson ==1.5.*
|
||||||
, ansi-terminal >=0.10 && <0.12.0
|
, ansi-terminal >=0.10 && <0.12
|
||||||
, attoparsec ==0.13.*
|
, attoparsec ==0.13.*
|
||||||
, base >=4.7 && <5
|
, base >=4.7 && <5
|
||||||
, base64-bytestring >=1.0 && <1.3
|
, base64-bytestring >=1.0 && <1.3
|
||||||
@ -118,7 +118,7 @@ test-suite simplex-chat-test
|
|||||||
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns
|
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson ==1.5.*
|
aeson ==1.5.*
|
||||||
, ansi-terminal >=0.10 && <0.12.0
|
, ansi-terminal >=0.10 && <0.12
|
||||||
, async ==2.2.*
|
, async ==2.2.*
|
||||||
, attoparsec ==0.13.*
|
, attoparsec ==0.13.*
|
||||||
, base >=4.7 && <5
|
, base >=4.7 && <5
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Existing chat platforms and protocols have some or all of the following problems:
|
Existing chat platforms and protocols have some or all of the following problems:
|
||||||
|
|
||||||
- Lack of privacy of the conversation, partially caused by [E2EE][1] implementations.
|
- Lack of privacy of the user profile and connections (meta-data privacy).
|
||||||
- Lack of privacy of the user profile and connections.
|
- No protection (or only optional protection) of [E2EE][1] implementations from MITM attacks.
|
||||||
- Unsolicited messages (spam and abuse).
|
- Unsolicited messages (spam and abuse).
|
||||||
- Lack of data ownership and protection.
|
- Lack of data ownership and protection.
|
||||||
- Complexity of usage for all non-centralized protocols to non-technical users.
|
- Complexity of usage for all non-centralized protocols to non-technical users.
|
||||||
|
Loading…
Reference in New Issue
Block a user