Beaudan
|
7b1799c418
|
Big ol' hunk o' chunk. Now using random.snode to populate swarm lists, now making multiple requests from said lists and they are processed as they complete rather than waiting for all to resolve
|
6 years ago |
Mikunj
|
8f1650443f
|
Set custom TTL in outgoing message.
|
6 years ago |
Mikunj
|
070d18b514
|
Updated function calls.
|
6 years ago |
Mikunj
|
a0b814bf7c
|
limit max message length to 2000 characters.
Set task time limit to 3 minutes.
|
6 years ago |
Mikunj
|
6bcb259919
|
Added PoW error.
|
6 years ago |
Mikunj
|
654b0dac84
|
Merge signal-master.
|
7 years ago |
Beaudan
|
6113f13d3a
|
Rip the worker logic out of message_receiver and add the functionality for it to work with pow. Fix pow tests to work with those changes
|
7 years ago |
Mikunj
|
0491ceacf1
|
Added seed dialog.
Fixed issue where incorrect language was used to generate seed.
|
7 years ago |
Scott Nonnenberg
|
3851bf351f
|
Throttle typing events, fix profile logging, fix group typing
|
7 years ago |
Beaudan
|
7782c58d14
|
Slight refactor of PoW file to make easier to test plus some tests for the PoW functionality
|
7 years ago |
Beaudan
|
be878f00a4
|
Updated names of some test functions. Added yarn commands to view output of different tests. Added a test and updated existing test to use more efficient asserts
|
7 years ago |
Beaudan
|
a676459229
|
Added test for returning the correct prekeybundle after creating a contact, updated the in memory store to reflect how sasha updated the actual store a while ago
|
7 years ago |
Beaudan
|
c93aff7ebe
|
Setup grunt/yarn etc for loki tests plus wrote first 2 simple libloki-protocol tests
|
7 years ago |
Mikunj
|
2715e79268
|
Fix conversation status not being reset upon conversation messages deletion.
Fix incoming friend request not replacing old friend requests.
Fixed incorrect function name.
|
7 years ago |
sachaaaaa
|
05c18d42db
|
Merge pull request #66 from sachaaaaa/session_reset
Handle session reset, Loki style
|
7 years ago |
Beaudan
|
1e3886cca8
|
More consistent naming of key storage functions, moved some loki messenger only functions into new file
|
7 years ago |
sachaaaaa
|
91f018da57
|
remove unused var
|
7 years ago |
sachaaaaa
|
f2e1b9b8de
|
more missing awaits
|
7 years ago |
sachaaaaa
|
933d7730db
|
Remove superfluous commented out line
|
7 years ago |
sachaaaaa
|
7e612700f7
|
Handle session reset, Loki style
|
7 years ago |
Mikunj
|
62c802445b
|
Allow generating mnemonic for different languages.
|
7 years ago |
Mikunj
|
85298012e4
|
Added generation of seed in registration.
|
7 years ago |
Beaudan
|
28fc5793a7
|
More explicit function names, shifted friend request sent logic to more sensible place
|
7 years ago |
Beaudan
|
91a8a82e39
|
More PR suggestions, now recover from early exit before friend request is sent
|
7 years ago |
Beaudan
|
2de01d0343
|
Back to multiple pending states, fix some notification bugs and friend requests should now work for all cases besides message sending interruption
|
7 years ago |
Beaudan
|
051e4dd22c
|
XAnother big refactor to tie conversation UI logic to the friendRequestStatus variable
|
7 years ago |
Mikunj
|
c10e81355d
|
Moved profile name saving to account manager.
|
7 years ago |
Mikunj
|
06f79eb3fd
|
Allow user to set display name when registering.
|
7 years ago |
Scott Nonnenberg
|
822ea9ae53
|
Improve sealed sender icon display logic
|
7 years ago |
sachaaaaa
|
f900fc496d
|
Merge pull request #61 from Mikunj/feature/profile-nickname
Added profile sharing and setting nicknames.
|
7 years ago |
Mikunj
|
f596c8125a
|
Only attach profile if name is set.
|
7 years ago |
Scott Nonnenberg
|
313d08344a
|
Request configuration sync on startup of new version
|
7 years ago |
Mikunj
|
18d638fdbf
|
Fix sending and receiving profile.
Don't delete profile after if we set the display name to empty.
|
7 years ago |
Beaudan
|
fa63ce5ade
|
Review changes
|
7 years ago |
Beaudan
|
35c89ea4d9
|
Big refactor, prekeybundle moved back to a content message
|
7 years ago |
Mikunj
|
14ee7fec65
|
Moved and nicknames into conversations.
|
7 years ago |
Mikunj
|
aa57693fce
|
Update profile if we get it through a message.
|
7 years ago |
Mikunj
|
774c52a407
|
Added dynamic profile fetching in conversation.
Added setting profile when sending DataMessage.
|
7 years ago |
Beaudan
|
7c92eeac30
|
Fixing cache clearing bug
|
7 years ago |
Scott Nonnenberg
|
70eed938d9
|
Store arrayBuffers in database for remote identity keys
|
7 years ago |
Scott Nonnenberg
|
79a861a870
|
Typing Indicators
|
7 years ago |
Scott Nonnenberg
|
99252702e1
|
Support receiving multiple images in one messages
|
7 years ago |
sachaaaaa
|
4309a10ebc
|
Merge pull request #60 from BeaudanBrown/develop-mode-settings
Removed some repetetive logs, developer mode settings
|
7 years ago |
sachaaaaa
|
b03548637c
|
Fix getKeysForNumber when staleDevices is not empty
|
7 years ago |
Beaudan
|
b515fc41e7
|
Removed some repetetive logs, made the polling time a variable and lower the polling time and PoW difficulty if we are in debug mode
|
7 years ago |
Beaudan
|
b65d6a6d2c
|
Refactor friend request status to use a state enum variable
|
7 years ago |
sachaaaaa
|
7e783639fd
|
Fix inexistent enum value for Prekey Type
|
7 years ago |
Mikunj
|
9fd822a7e3
|
Remove preKeys on friend request decline.
|
7 years ago |
Mikunj
|
0dabce9e28
|
Remove preKeyBundle from message.
Always save preKeyBundles if we receive them.
Always override preKeys when saving.
|
7 years ago |
Mikunj
|
149da3374a
|
Fix pkb not being saved on the first cipher message.
|
7 years ago |