Commit Graph

9015 Commits (v1.4.1)
 

Author SHA1 Message Date
Audric Ackermann 0d28f070c1
Merge pull request #1390 from Bilb/master 4 years ago
Audric Ackermann e5ef8dc254
Bump to v1.4.1 4 years ago
Audric Ackermann 43b335406f
store the ed25519KeyPair temp key too on storage under 'identityKey' 4 years ago
Audric Ackermann 6dc3582a1d
move to new identity key mechanism
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair

All of this is happening with libsodiumm called over IPC
4 years ago
Audric Ackermann 0c7cc7d24f
cleanup account_manager unused code 4 years ago
Audric Ackermann 2f5072c317
Merge pull request #1373 from loki-project/clearnet 5 years ago
Audric Ackermann 7a8a22701b
Merge pull request #1370 from Bilb/fix-medium-groups 5 years ago
Audric Ackermann a1c58044d3
Merge pull request #1371 from Bilb/drop-admin-medium-groups
require admin for editing a closed group, but not a medium one
5 years ago
Audric Ackermann 2f8f79c5d2
make message clearer when we try to reuse a keyIdx in the ratchet 5 years ago
Audric Ackermann 99608440d0
Merge pull request #1358 from Bilb/generate-own-sender-key-not-found
Generate our own senderkey if it does not exist
5 years ago
Audric Ackermann 4215aa1e3b
require admin for editing a closed group, but not a medium one 5 years ago
Audric Ackermann 85fd481ff3
Merge pull request #1362 from Bilb/f-xtyping-bubble-theme
Fix typing bubble theme
5 years ago
Audric Ackermann 68a1091e99
Merge pull request #1361 from Bilb/fix-mention-@-with-long-title
render @ mention correctly with long title on ConversationListItem
5 years ago
Audric Ackermann 97eaf68085
clean getExistingSenderKeysForGroup as we don't need the diff anymore 5 years ago
Audric Ackermann c0497e3df1
trigger senderKeyRequest if we get a DOMException on decryptGCM() 5 years ago
Audric Ackermann 05e682cdc2
enable back swarm polling when we get added back to a group 5 years ago
Audric Ackermann f031d1c357
Merge pull request #1364 from Bilb/fix-medium-group-updates 5 years ago
Audric Ackermann 3fa1a8f2b5
mark medium group as not left if we get a message INFO adding us back 5 years ago
Audric Ackermann cfb9e65f30
trigger new ratchet send on message sent success
send our new ratchet to all new members when we just sent a message
containing no senderKey in it.

an set but empty senderKey array should only be sent when a user left or
was removed.
5 years ago
Audric Ackermann a05b6556b0
remove unused handleQuit for medium groups 5 years ago
Audric Ackermann e0e0830d3b
remove all ratchet when needed to get fresh senderKey from members 5 years ago
Audric Ackermann 5d7d66f65a
fix bug making session request being sent for medium group create 5 years ago
Audric Ackermann a80f9a5965
fix medium group to match mobile way 5 years ago
Audric Ackermann baaca1a29f
switch medium or closed group deeper in code 5 years ago
Audric Ackermann 9dbf190083
fix mismatches protobuf for senderkey type on mediun groups with android 5 years ago
Audric Ackermann 82bc050ddd
always create a closed group the type set in the feature flag
speaking about enableSenderKeys
5 years ago
Audric Ackermann 06d0683ce5
WIP 5 years ago
Audric Ackermann 22afe50c05
make messageQueue handle medium group message in sendToGroup 5 years ago
Audric Ackermann d4e9b43f0c
remove QUIT type of mediumgroupupdate 5 years ago
Audric Ackermann fa5abd8cf7
Merge pull request #1363 from loki-project/clearnet 5 years ago
Audric Ackermann 1b6629d818
enable ssk for all ENV by default 5 years ago
Audric Ackermann 4a86c81edf
themify the typing bubble 5 years ago
Audric Ackermann 4578c635a6
render @ mention correctly with long title on ConversationListItem 5 years ago
Audric Ackermann 8a9ec5a74e
Merge pull request #1360 from Bilb/allow-updates-from-non-admin 5 years ago
Audric Ackermann 82be1ca60f
allow medium group updates from non admin 5 years ago
Audric Ackermann f3a2c5ca64
bump version to 1.4.0 5 years ago
Audric Ackermann b323a96a4a
Merge pull request #1359 from Bilb/enable-sender-keys-groups 5 years ago
Audric Ackermann 53a14a0b60
add prefix to ExpirationTimerUpdateMessage for closed group too 5 years ago
Audric Ackermann caa972d390
fix group member list for large count of member 5 years ago
Audric Ackermann c052b1a2ec
update group size limit to 20 now that those are ssk groups
Also removed removed description while creating a medium group as it was
removed on mobile
5 years ago
Audric Ackermann 5961e141c1
enable senderkeys feature flags (and so medium groups) 5 years ago
Audric Ackermann c01cd634e4
Generate our own senderkey if it does not exist
This case can happen on restore from seed
5 years ago
Audric Ackermann c3e2397b0a
Merge pull request #1353 from Bilb/bad-snode-difficulty-100
mark node as bad if it returns difficulty 100
5 years ago
Audric Ackermann a661dd0786
Merge pull request #1354 from neuroscr/fix-invite
fix out dated parameters to findOrCreateChannel for open group invites
5 years ago
Audric Ackermann e03d0d5bdd
Merge pull request #1357 from Bilb/allow-group-edits-from-anyone
allow closed group updates from non-admin user
5 years ago
Audric Ackermann e5db9916a5
allow closed group updates from non-admin user 5 years ago
Audric Ackermann 89c2dc451a
Merge pull request #1355 from loki-project/clearnet 5 years ago
Ryan Tharp b792caa5e7 fix out dated parameters to findOrCreateChannel for open group invites 5 years ago
Audric Ackermann 90bd30d0ac
bump to v1.3.1 5 years ago
Audric Ackermann d12e0500af
mark node as bad if it returns difficulty 100 5 years ago