Scott Nonnenberg
|
e08c5e3307
|
Add current message counter to the log to help with debugging
|
7 years ago |
Scott Nonnenberg
|
9f647f00d8
|
A couple fixes for the data layer, legacy message upgrade/migrate
|
7 years ago |
Scott Nonnenberg
|
68e3cade17
|
Don't display 'read' icon if read-recipts-setting is disabled
|
7 years ago |
Scott Nonnenberg
|
527b884eb4
|
Update localization strings
|
7 years ago |
Scott Nonnenberg
|
e2e0e4c96b
|
Refine sealed sender logic
|
7 years ago |
Scott Nonnenberg
|
f11dd18536
|
Be resilient to malformed ephemeral.json
|
7 years ago |
sachaaaaa
|
dda71cbea1
|
always lock editor after sending friend request. unlock if error.
|
7 years ago |
Scott Nonnenberg
|
41dd78c073
|
On fetch of profileAvatar, set it to convo's profileAvatar field
|
7 years ago |
Scott Nonnenberg
|
3f3c63a46f
|
v1.18.0-beta.4
|
7 years ago |
Scott Nonnenberg
|
090397a59b
|
Remove unnecessary scripts
|
7 years ago |
Scott Nonnenberg
|
6628b73911
|
Only show database log entries if task takes longer than 10ms
|
7 years ago |
Scott Nonnenberg
|
1755e0adfd
|
Move all remaining stores to SQLCipher
|
7 years ago |
sachaaaaa
|
4b9fcb98d4
|
Linting and other housekeeping stuff
|
7 years ago |
Scott Nonnenberg
|
952dcc3fb5
|
v1.17.3
|
7 years ago |
Scott Nonnenberg
|
712193a20f
|
Import: Be resilient to deletions from importObject
|
7 years ago |
Scott Nonnenberg
|
7aa9031c7f
|
Import: Be resilient to deletions from importObject
|
7 years ago |
sachaaaaa
|
d91f04930c
|
Merge pull request #21 from loki-project/bugfix/pow-nonce-calc
Bugfix/pow nonce calc
|
7 years ago |
sachaaaaa
|
73fda4f172
|
Merge pull request #22 from sachaaaaa/mnemonic_language
Add Mnemonic language dropdown
|
7 years ago |
Beaudan
|
4598fd222a
|
Cleaned up newNonce stuff. Now doing target calculation with BigIntegers
|
7 years ago |
sachaaaaa
|
7b1fbe362e
|
Allow choosing language for mnemonic seed
|
7 years ago |
sachaaaaa
|
bbabeb34b8
|
Merge pull request #18 from sachaaaaa/mnemonic
Allow registering using a mnemonic word list
|
7 years ago |
sachaaaaa
|
68c98e0f6f
|
Merge pull request #20 from sachaaaaa/friend_request_prompt
Friend request prompt
|
7 years ago |
sachaaaaa
|
666cb1d3cb
|
replace double with triple equals
|
7 years ago |
Beaudan
|
7f12746d8c
|
Made NONCE_LEN a more globally scoped variable
|
7 years ago |
Beaudan
|
fe3898b9d8
|
Reintroduced function to compare Uint8Arrays again because < isn't working as expected (<3 javascript). Fixed some bugs with the way the Uint8Arrays were being manipulated and made some of the logic more clear
|
7 years ago |
Scott Nonnenberg
|
0a6827ecda
|
v1.18.0-beta.3
|
7 years ago |
Scott Nonnenberg
|
a7d78c0e9b
|
Sealed Sender support
https://signal.org/blog/sealed-sender/
|
7 years ago |
Scott Nonnenberg
|
7e16b1eb72
|
v1.17.2
|
7 years ago |
Scott Nonnenberg
|
c29afb6c97
|
Merge tag 'v1.17.2-beta.1'
|
7 years ago |
Beaudan
|
d4180b3ca6
|
Some syntax tidying up, plus fixed bug with message data not being a uint8array after IPC message
|
7 years ago |
Scott Nonnenberg
|
817cf5ed03
|
v1.17.2-beta.1
|
7 years ago |
Scott Nonnenberg
|
6656469f5f
|
Update lint exceptions
|
7 years ago |
Scott Nonnenberg
|
739bd4dbda
|
Request contact sync only on the first connect after upgrade
|
7 years ago |
Scott Nonnenberg
|
2060118e85
|
Remove messages/conversations/unprocessed IndexedDB object stores
|
7 years ago |
Scott Nonnenberg
|
e39c999932
|
Import: Properly handle import with all empty non-convo stores
|
7 years ago |
sachaaaaa
|
13858dfa66
|
yarn.lock and fix missing variable in transmission error handling
|
7 years ago |
sachaaaaa
|
3481c0e58f
|
send back an empty message with prekeys upon accepting a friend request
|
7 years ago |
sachaaaaa
|
e1ffe582c3
|
Prompt user when an incoming friend request is received
|
7 years ago |
sachaaaaa
|
143b1e883d
|
Merge pull request #17 from sachaaaaa/lock_input_friend_request
Lock input after friend request is sent
|
7 years ago |
sachaaaaa
|
68e15d60b1
|
Convert privKey to ArrayBuffer before generating key pair
|
7 years ago |
Scott Nonnenberg
|
14b3c5677c
|
v1.17.1
|
7 years ago |
Scott Nonnenberg
|
86b26a3e02
|
Merge tag 'v1.17.1-beta.1'
|
7 years ago |
Scott Nonnenberg
|
ad6f7f35a4
|
v1.17.1-beta.1
|
7 years ago |
Scott Nonnenberg
|
1e562c8293
|
Properly handle avatar changes in group update messages
|
7 years ago |
sachaaaaa
|
1ce29d77c3
|
Moved mnemonic to node side. Added sc_reduce32 (asm) to generate privkey. Moved mnemonic languages to separate files.
|
7 years ago |
sachaaaaa
|
1cf8710127
|
Merge pull request #16 from sachaaaaa/friend_response
Handle prekeys in incoming friend request
|
7 years ago |
sachaaaaa
|
a418a9d23b
|
allow registering using a mnemonic word list (seed used as privKey for now)
|
7 years ago |
sachaaaaa
|
2ea49473e5
|
Merge pull request #19 from loki-project/friend-req-ttl
Longer ttl for friend request messages
|
7 years ago |
Scott Nonnenberg
|
7789beec64
|
Calculate warning properly for all methods of attachment download
|
7 years ago |
Beaudan
|
d9c89376cb
|
Added logic to pass tll into transmitMessage function, with default value of 24 hours.
TODO: ensure that the target calculation for the PoW is adjusting appropriately for the different ttl values.
|
7 years ago |