Mikunj
|
fca5a74da3
|
Fixed review issues.
|
7 years ago |
Mikunj
|
0cecbe147c
|
Removed todo
|
7 years ago |
Mikunj
|
21f76fa693
|
Minor layout fix
|
7 years ago |
Mikunj
|
0a23888875
|
Fix up friend request message layout
|
7 years ago |
Mikunj
|
c583819ccf
|
Fixed view layouts after deleting a conversation.
|
7 years ago |
Mikunj
|
0cf616328e
|
Fixed saving prekey bundle once friend request is accepted.
Added option to delete conversation after it is declined.
|
7 years ago |
Mikunj
|
be1a69c200
|
Fix up saving friendRequestStatus
|
7 years ago |
Mikunj
|
c150cbe34f
|
Friend request message indicator.
|
7 years ago |
Mikunj
|
b9e85bb141
|
Added handling of accept and decline events.
|
7 years ago |
Mikunj
|
9dc19044b9
|
Handle the case where the user is sending a friend request.
Fix up styling for outgoing message.
|
7 years ago |
Mikunj
|
08ca779fe1
|
Fixed up friend request message display
|
7 years ago |
Mikunj
|
5626cfe47d
|
Added FriendRequest message
|
7 years ago |
sachaaaaa
|
c77df8e304
|
Merge pull request #26 from Mikunj/feature/public-key-validation
Public key validation
|
7 years ago |
Mikunj
|
683d4f4106
|
Merge branch 'development' into feature/public-key-validation
|
7 years ago |
sachaaaaa
|
726f6b11f1
|
Merge pull request #25 from loki-project/fix/duplicate-search
[Fix] User searching
|
7 years ago |
Mikunj
|
61d15fdd57
|
Changed == to ===
|
7 years ago |
Mikunj
|
9ea44a5cd2
|
fix incorrect error return.
|
7 years ago |
Mikunj
|
4e6df71999
|
Fix up tests.
|
7 years ago |
Mikunj
|
9d342e8951
|
Show a message if user types in an invalid public key in search.
|
7 years ago |
sachaaaaa
|
ba1894ec40
|
Merge pull request #23 from sachaaaaa/fix_lock
Always lock editor after sending friend request. unlock if error.
|
7 years ago |
Mikunj
|
28f6992085
|
Replaced var with const.
|
7 years ago |
Mikunj
|
8d9fbdb3df
|
Fix create conversation appearing even if you already have a conversation with the contact.
|
7 years ago |
sachaaaaa
|
1ff1f50e41
|
Merge pull request #24 from loki-project/new-url
Tiny url update to work with the storage server
|
7 years ago |
Beaudan
|
519d372e63
|
Tiny url update to work with the storage server
|
7 years ago |
sachaaaaa
|
bf69e9e897
|
re-lint proof-of-work
|
7 years ago |
sachaaaaa
|
8a354c8e5c
|
Revert dodgy linting on proof-of-work.js
|
7 years ago |
sachaaaaa
|
dda71cbea1
|
always lock editor after sending friend request. unlock if error.
|
7 years ago |
sachaaaaa
|
4b9fcb98d4
|
Linting and other housekeeping stuff
|
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 |
Beaudan
|
d4180b3ca6
|
Some syntax tidying up, plus fixed bug with message data not being a uint8array after IPC message
|
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 |
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 |
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 |
Beaudan
|
9d8890594c
|
Removed unused retransmit function
|
7 years ago |
sachaaaaa
|
fb020f88ea
|
call 'onFriendRequestSent' only after the message was successfully sent
|
7 years ago |