Beaudan
dc67aaf9cc
Roll back change to ping more often again, ping our offline contacts every 2 mins to check if they have come back online
7 years ago
Beaudan
29bca71d5a
Try ping contacts that send us storage server messages in the last 2 mins
7 years ago
Beaudan
d6a210efaa
Reworked the update p2p details to be more robust and stopped some redundant pings from happening
7 years ago
Beaudan
25ded46e2c
Fixed some bugs removing nodes after the first failure instead of waiting for the failure count and also reduced the number of errors logged and made some warnings
7 years ago
Beaudan
b00a0cb699
Rename isOnline to isPing for clarity, and reduce the ttl for online broadcast messages to 1 min
7 years ago
sachaaaaa
1c4d9b40bb
Merge pull request #199 from sachaaaaa/new_message_api
...
Use new message json rpc API
7 years ago
sachaaaaa
46f376e5d6
Merge pull request #201 from BeaudanBrown/friend-timer-fix
...
Fix friend request timer bug
7 years ago
sachaaaaa
d3f23db049
serialise objects to json before node-fetch
7 years ago
sachaaaaa
8eac72b60c
Fix typo
7 years ago
sachaaaaa
ed1d06d9ce
use 'params' as per json_rpc
7 years ago
Beaudan
4bb10044ea
Clear timers after friend request complete and don't do timer related things if we are already friends
7 years ago
sachaaaaa
159dc711e1
use new message json rpc API
7 years ago
sachaaaaa
e2abc0d510
Add channel encryption library with tests (not in used so far)
7 years ago
sachaaaaa
0460c62847
Merge pull request #196 from BeaudanBrown/localhost-loki
...
Localhost loki
7 years ago
sachaaaaa
a7e2685091
Merge pull request #193 from sachaaaaa/readme-linux
...
Update contributing.md for hunspell on linux
7 years ago
Beaudan
2fd746821a
Added function for getting your loki IP and bind the local server
7 years ago
Beaudan
6426a5eb9b
Added ability to look up our .loki address and now send that with our LokiAddress messages
7 years ago
sachaaaaa
92ff7a1995
Merge pull request #195 from BeaudanBrown/remove-auto-line-endings
...
Stop git from defaulting to changing line endings
7 years ago
Beaudan
43d347d9f1
Stop git from defaulting to changing line endings
7 years ago
Scott Nonnenberg
552db647e5
v1.22.0-beta.1
7 years ago
Scott Nonnenberg
5ea8f73f10
Localization updates
7 years ago
sachaaaaa
2f3fa0166e
Merge pull request #194 from sachaaaaa/fix-line-ending
...
Fix line endings in libsignal-protocol
7 years ago
sachaaaaa
6febbf83da
reset line endings in libsignal-protocol
7 years ago
Scott Nonnenberg
ca0c0133e9
Lint fixes
7 years ago
Scott Nonnenberg
1b9959aca3
Ensure outgoing attachment size always matches resized image
7 years ago
Scott Nonnenberg
2c3847affe
MessageReceiver: Don't wait for cache update to move forward
7 years ago
Scott Nonnenberg
28f96fe893
Ensure that we capture sender even if thrown error is falsey
7 years ago
Scott Nonnenberg
291e8d80cb
Fix asm.js errors in emscripten-generated functions
7 years ago
Scott Nonnenberg
e12e120355
Lint fixes
7 years ago
Scott Nonnenberg
3f8223ff48
Revert electron-builder upgrade due to bugs
...
This reverts commit 8a3acc6b7e
7 years ago
Scott Nonnenberg
5b54c9554e
Remove groups table, conversation is single source of truth
7 years ago
Scott Nonnenberg
b69eea543c
MessageReceiver: Don't wait for app logic to start next decrypt
7 years ago
Scott Nonnenberg
041fe4be05
Remove JSON column and Backbone Model for unprocessed
7 years ago
Scott Nonnenberg
9c540ab977
Add cache support to Signal Protocol Store
7 years ago
sachaaaaa
b95bc6e433
Merge pull request #188 from sachaaaaa/merge_1_21_1
...
Merge 1.21.1
7 years ago
Scott Nonnenberg
1d2c3ae23c
Download attachments in separate queue from message processing
7 years ago
Scott Nonnenberg
a43a78731a
Note to Self
7 years ago
Scott Nonnenberg
da995bf4af
v1.21.2
7 years ago
Scott Nonnenberg
65561aa759
Merge tag 'v1.21.2-beta.1'
7 years ago
Scott Nonnenberg
681ca363fe
v1.21.2-beta.1
7 years ago
sachaaaaa
4e8d00508e
update contributing.md for hunspell on linux
7 years ago
Scott Nonnenberg
858c7e629f
Fine-tune linkification technique for link previews
7 years ago
Scott Nonnenberg
021e807180
MessageReceiver: Log errors with proper message id
7 years ago
Scott Nonnenberg
462fa712bc
Show members: Pull conversation from group table
7 years ago
sachaaaaa
68fe552156
Merge commit '5c8558e293989094693f918a63b672301f1aeb55' into merge_1_21_1
...
* commit '5c8558e293989094693f918a63b672301f1aeb55':
v1.21.1
v1.21.1-beta.1
Fix: Navigation to message via quote click didn't always work
mainWindow.close - be ready for null mainWindow
Ensure that Curve.async points to worker after startWorker call
Protect against unhandled promises when calling checkForUpdates
Reenable send when link preview is missing an image
# Conflicts:
# package.json
7 years ago
Scott Nonnenberg
12739ac82d
Ensure we don't add empty attachments to quote
7 years ago
sachaaaaa
a5871f56b3
Merge pull request #187 from BeaudanBrown/swarm-fixes
...
Swarm fixes
7 years ago
Beaudan
2d9e6a7ac8
Review comments
7 years ago
Beaudan
2311bd1328
Fix bug with swarm node reference, now we should only refresh swarm nodes when they fail
7 years ago
Beaudan
5d823de6f9
Renamed lokiSnodeAPI to start with lower case for consistency, refactor snode API to use conversation controller
7 years ago