Beaudan
|
a40a3d164f
|
Lots of logic for establishing a p2p connection, managing when the other user is online vs offline etc. Will always try to use P2P messaging when it can and fall back to storage server otherwise
|
6 years ago |
Mikunj
|
efe95a70bc
|
Fix review issues.
|
6 years ago |
Mikunj
|
3c07d99a89
|
Fix variable names.
Fix module export to be more consistent.
|
6 years ago |
Beaudan
|
2bae6b5eed
|
Removed online broadcast message type, changed ttl logic a little, add p2p address and port to the window object when recieve message
|
6 years ago |
Beaudan
|
07076c27ae
|
Moved friend status to window, added start of p2p api stuff
|
6 years ago |
Beaudan
|
b417edfc9b
|
Added new protos for online broadcast messages, added db hits for getting friends, local server now instantiated on the window, now sending online broadcast messages when the local server starts
|
6 years ago |
Mikunj Varsani
|
8b5106433f
|
Update libtextsecure/errors.js
Co-Authored-By: BeaudanBrown <beau@loki.network>
|
6 years ago |
Beaudan
|
c83661ce3f
|
Added DNS resolution error for when lokinet isn't working, now keeping track of the nodes that have been queried and not trying them again
|
6 years ago |
Beaudan
|
561d60cfd5
|
Sending messages now in a while loop like retrieving messages, added a failureCount and only delete node urls if they fail 3 times
|
6 years ago |
Beaudan Campbell-Brown
|
dcfc97713b
|
Merge pull request #150 from sachaaaaa/display_nickname_on_friend_accept
Send profile along with friend request accept message
|
6 years ago |
sachaaaaa
|
fe63a9af8c
|
always remove message from cache and return early when message.body is null
|
6 years ago |
sachaaaaa
|
c853239a00
|
Merge pull request #152 from sachaaaaa/fix_friendrequest_notification_when_sessionreset
Suppress friend request notification for session reset
|
6 years ago |
Mikunj Varsani
|
b226feaac7
|
Merge pull request #148 from Mikunj/signal-1.20
Signal 1.20
|
6 years ago |
sachaaaaa
|
adfb4ab371
|
work with session reset
|
6 years ago |
sachaaaaa
|
b080828065
|
Fix bug where a friend request notification is shown when a session reset is received
|
6 years ago |
sachaaaaa
|
1238cbc4e6
|
Send profile along with friend request accept message
|
6 years ago |
Mikunj
|
1a15ec9c15
|
Merge commit signal/master into signal-1.20
|
6 years ago |
Mikunj
|
9b71e8119e
|
Added error catching.
|
6 years ago |
Mikunj
|
f21d1f65e6
|
Let OS select random open port.
|
6 years ago |
Mikunj
|
8c9b1a7a7a
|
Added loki server.
Added test.
|
6 years ago |
Mikunj
|
e08a63d078
|
Merge development into lint
|
6 years ago |
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
|
6bd2d3962e
|
Linted files
|
6 years ago |
Scott Nonnenberg
|
aab2a57b48
|
Some style and interaction fine-tuning
|
6 years ago |
Scott Nonnenberg
|
43e5d16020
|
Support for web socket communication with no signaling key
|
6 years ago |
Scott Nonnenberg
|
00755072ee
|
Include caption, width and height for outgoing attachments
|
6 years ago |
Mikunj
|
8f1650443f
|
Set custom TTL in outgoing message.
|
6 years ago |
Mikunj
|
070d18b514
|
Updated function calls.
|
6 years ago |
Scott Nonnenberg
|
985b1d6aa6
|
New staged attachments UI, multiple image attachments per message
|
6 years ago |
Scott Nonnenberg
|
47f834cf5c
|
Encrypt device name on account create, on first launch if needed
|
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.
|
6 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
|
6 years ago |
Mikunj
|
0491ceacf1
|
Added seed dialog.
Fixed issue where incorrect language was used to generate seed.
|
6 years ago |
Scott Nonnenberg
|
3851bf351f
|
Throttle typing events, fix profile logging, fix group typing
|
6 years ago |
Beaudan
|
7782c58d14
|
Slight refactor of PoW file to make easier to test plus some tests for the PoW functionality
|
6 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
|
6 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
|
6 years ago |
Beaudan
|
c93aff7ebe
|
Setup grunt/yarn etc for loki tests plus wrote first 2 simple libloki-protocol tests
|
6 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.
|
6 years ago |
sachaaaaa
|
05c18d42db
|
Merge pull request #66 from sachaaaaa/session_reset
Handle session reset, Loki style
|
6 years ago |
Beaudan
|
1e3886cca8
|
More consistent naming of key storage functions, moved some loki messenger only functions into new file
|
6 years ago |
sachaaaaa
|
91f018da57
|
remove unused var
|
6 years ago |
sachaaaaa
|
f2e1b9b8de
|
more missing awaits
|
6 years ago |
sachaaaaa
|
933d7730db
|
Remove superfluous commented out line
|
6 years ago |
sachaaaaa
|
7e612700f7
|
Handle session reset, Loki style
|
6 years ago |
Mikunj
|
62c802445b
|
Allow generating mnemonic for different languages.
|
6 years ago |
Mikunj
|
85298012e4
|
Added generation of seed in registration.
|
6 years ago |
Beaudan
|
28fc5793a7
|
More explicit function names, shifted friend request sent logic to more sensible place
|
6 years ago |