sachaaaaa
|
93015b151f
|
Merge pull request #160 from Mikunj/code-cleanup
Code cleanup
|
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 |
Mikunj
|
ddbbb1a6f0
|
Refactor fetch.
|
6 years ago |
sachaaaaa
|
9c98a1f654
|
Merge pull request #157 from BeaudanBrown/loki-address-broadcast
Loki address broadcast
|
6 years ago |
Scott Nonnenberg
|
b69e720c81
|
v1.21.0-beta.3
|
6 years ago |
Beaudan
|
6ba7fb20b8
|
Fixed UI blocking when creating conversation, more review comments
|
6 years ago |
Beaudan
|
e735b3ca41
|
Review comments, moved swarmNodes database stuff to just be in data.js
|
6 years ago |
Beaudan
|
80fa4f866e
|
Stale comment from review
|
6 years ago |
Beaudan
|
4207d2d26b
|
Removed accidental commented out line
|
6 years ago |
Beaudan
|
9ff96a0250
|
Fixed tests and moved friend request status enum to new friends file
|
6 years ago |
Beaudan
|
38ff70e2ec
|
Fixed some little redundant stuff in the message and snode api
|
6 years ago |
Beaudan
|
d002d76d9f
|
Fix unneccesary logic and copy paste trash
|
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 |
sachaaaaa
|
637ee12ade
|
Merge pull request #159 from sachaaaaa/fix_sending_loop
Fix sending loop that cycles indefinitely when offline
|
6 years ago |
sachaaaaa
|
8f165da43d
|
Fix sending loop that cycles indefinitely when offline
|
6 years ago |
sachaaaaa
|
79a28fe993
|
Merge pull request #147 from BeaudanBrown/swarm-error-handling
Swarm error handling
|
6 years ago |
Beaudan
|
f2acde219a
|
Review suggestion
|
6 years ago |
Beaudan
|
f6d167eda1
|
Split logic for getting swarm nodes from db, getting from lokinet and saving to db. Now tracking successfulRequests when making queries on top of the completedNodes list
|
6 years ago |
Scott Nonnenberg
|
4d69e109b8
|
Lint fixes
|
6 years ago |
Scott Nonnenberg
|
425e45e17a
|
Introduce new language: NB
|
6 years ago |
Scott Nonnenberg
|
1533fcc807
|
Fail over to all numbers in retry if errors don't have numbers
|
6 years ago |
Scott Nonnenberg
|
92c071e083
|
Use the proper method for pulling attachments off disk for retry
|
6 years ago |
Scott Nonnenberg
|
c936859d09
|
Fix rendering bug with verified state in updateVerified()
|
6 years ago |
Beaudan
|
9ece4e1fd8
|
Review comments
|
6 years ago |
Beaudan
|
dde63a552f
|
Fix bug with replayable errors, fix bug with set representation of swarmNodes not being handled properly
|
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
|
e6ab7010da
|
Merge branch 'development' of github.com:loki-project/loki-messenger into development
|
6 years ago |
sachaaaaa
|
7e583499f4
|
Merge pull request #155 from Mikunj/password-clear-database
Allow resetting database from password view.
|
6 years ago |
Beaudan
|
e13f9253cc
|
Merge branch 'development' of github.com:loki-project/loki-messenger into development
|
6 years ago |
Scott Nonnenberg
|
8a3acc6b7e
|
Update electron-builder and electron-updater
|
6 years ago |
Scott Nonnenberg
|
374b9db493
|
Ensure that dialog pops up when permissions denied for voice note
|
6 years ago |
Scott Nonnenberg
|
589a66c78c
|
Lint fixes
|
6 years ago |
Scott Nonnenberg
|
160d9f640b
|
Large update to localization strings
|
6 years ago |
Scott Nonnenberg
|
813924685e
|
Link Previews
|
6 years ago |
Scott Nonnenberg
|
91ef39e482
|
Ensure that blocked messages are dropped even after sealed sender
|
6 years ago |
Scott Nonnenberg
|
51f1ef5725
|
Don't linkify quoted message contents
|
6 years ago |
Scott Nonnenberg
|
0eb4760349
|
Show contact name on 'send anyway' dialog instead of $name$
Partial fix for #1914
|
6 years ago |
Scott Nonnenberg
|
2c99cc8ff5
|
Print out error properly if we can't initialize logging
Fixes #3070
|
6 years ago |
Bradley Sinclair
|
f968a5db3d
|
Ensure encrypting device name does not die on empty device name (#3066)
Ran into this on the Contributors guidelines setting up the development env.
registerSingleDevice does not pass a deviceName, so it fail every time.
|
6 years ago |
Mikunj
|
5ad4532779
|
Fixed up delete message.
|
6 years ago |
sachaaaaa
|
31801f9b6c
|
Merge pull request #156 from sachaaaaa/loki_development_folder
Changed development folder to 'Loki-Messenger-Development`
|
6 years ago |
sachaaaaa
|
9f35b50301
|
Changed development folder to 'Loki-Messenger-Development` instead of 'Signal-Development'
|
6 years ago |
Mikunj
|
ac59e1249f
|
Added db resetting.
Use built in signal warning view.
|
6 years ago |
Mikunj
|
e544cd4c88
|
Added confirmation dialog.
|
6 years ago |
Beaudan
|
c07a2dc2fb
|
Merge branch 'development' of github.com:loki-project/loki-messenger into development
|
6 years ago |