Commit graph

1298 commits

Author SHA1 Message Date
AsamK
4f5d5afc4f Use correct captcha url in test script 2022-03-17 21:49:29 +01:00
AsamK
0686fd8e68 Fix multi account commands for newly created accounts
Fixes #913
2022-03-17 21:45:30 +01:00
AsamK
942999b7b4 Update libsignal-service-java 2022-03-16 21:08:41 +01:00
AsamK
3c2fa65e05 Fix NoSuchElementException in json serialization for messages from an untrusted identity
Fixes #910
2022-03-16 19:37:58 +01:00
AsamK
90df362c35 Bump version 2022-03-02 22:58:22 +01:00
AsamK
bf2a83755e Mark --target-timestamp flag as required for sendReceipt command
Fixes #901
2022-03-02 22:45:26 +01:00
AsamK
6f8784a1c9 Update libsignal-service-java
Fixes #897
2022-02-24 17:31:33 +01:00
AsamK
8b75504822 Bump version 2022-02-20 16:57:49 +01:00
AsamK
ec945cd227 Add --message-from-stdin flag for send command 2022-02-20 14:22:53 +01:00
AsamK
f3b2df62da Update libsignal-service-java 2022-02-20 14:22:53 +01:00
AsamK
2c44b65e9f Prevent preKeyIds from starting at zero 2022-02-20 14:22:53 +01:00
AsamK
1ffb6d6907 Handle UnsupportedOperationException in daemon command 2022-02-20 14:22:53 +01:00
AsamK
69fe3986cf Handle OverlappingFileLockException when linking 2022-02-20 14:22:53 +01:00
AsamK
abde122a35 Implement JSON-RPC client PoC 2022-02-20 14:22:49 +01:00
AsamK
7261129609 Rename error field in json receive response to exception 2022-02-19 18:47:11 +01:00
AsamK
3f582e9c2e Prevent a stale jsonrpc connection from interfering with message receiving
Fixes #893
2022-02-19 18:47:11 +01:00
AsamK
832604e763 Update graalvm build tools 2022-02-19 18:47:11 +01:00
AsamK
ccce539843 Improve error messages when daemon is already running 2022-02-13 20:08:30 +01:00
AsamK
90c787f8e2 Load multiple accounts in parallel 2022-02-13 20:08:30 +01:00
AsamK
cf0cc50e32 Improve stop receive handling
Only interrupt the receive thread if it is currently waiting for new
messages from the server, otherwise just set a stop flag.
2022-02-12 14:09:30 +01:00
AsamK
bb3b9692e3 Implement basic listAccounts for dbus client mode
Fixes #891
2022-02-12 11:20:05 +01:00
AsamK
0e0ef402fc Improve decryption error logging 2022-02-12 11:17:44 +01:00
AsamK
b0bb602eb5 Update libsignal-service-java 2022-02-11 22:52:06 +01:00
AsamK
d690b35ed9 Implement support for change number as linked device 2022-02-11 21:03:54 +01:00
AsamK
f207c2abc3 Reexport dbus objects when self number changes 2022-02-11 21:03:54 +01:00
AsamK
796f4d0d96 Prevent stripping number from self recipient in edge cases 2022-02-11 21:03:54 +01:00
AsamK
8985cc2656 Update self identifiers after whoAmI request 2022-02-11 21:03:54 +01:00
AsamK
7a06d3959e Extract number verification code logic 2022-02-11 21:03:54 +01:00
AsamK
292ef0f2da Move credentials provider to SignalAccount 2022-02-11 21:03:54 +01:00
AsamK
0476895c3d Store account list in accounts.json file 2022-02-11 21:03:54 +01:00
AsamK
ff6b733cd0 Add SignalAccountFiles as a central entry point 2022-02-11 21:03:54 +01:00
AsamK
1db7f8d76e Add additional logging to message send log store 2022-02-11 21:03:54 +01:00
AsamK
6dabf4550b Fix type of device id to Integer
Fixes #889
2022-02-11 21:03:54 +01:00
AsamK
fd8ba66509 Fix behavior when reading a v1 group from storage that has already been migrated locally
Fixes #888
2022-02-10 15:42:43 +01:00
AsamK
8966535efe Update reflect-config.json 2022-02-10 15:42:43 +01:00
Simon F
76f27449df
Add reference to alpine linux aport to README (#887) 2022-02-10 07:43:55 +01:00
AsamK
38ade4e985 Close database connection before sleeping 2022-02-09 19:09:03 +01:00
AsamK
8e773d92c1 Align receive timeout behavior for dbus client with cli and JSON-RPC
Timeout is reset by every incoming message
2022-02-06 19:33:50 +01:00
AsamK
5cccf52103 Cleanup manager package 2022-02-06 17:46:34 +01:00
AsamK
3040da99c4 Extra Database base class from AccountDatabase 2022-02-06 13:01:35 +01:00
AsamK
b9f66248ac Use RecipientAddress in AvatarStore 2022-02-06 12:29:47 +01:00
AsamK
285bfafdc1 Log exception when saving file fails 2022-02-04 15:43:20 +01:00
AsamK
aadd908464 Add new CA certificate to trust store for chat server.
Existing one expires in 2023.
2022-02-03 19:31:09 +01:00
AsamK
73d44ba3fe Switch to a less cpu intensive function to check if libsignal-client is available 2022-02-03 19:05:30 +01:00
Sebastian Scheibner
8c6b909365
Update README.md 2022-02-02 15:02:21 +01:00
AsamK
641856ebb4 Bump version 2022-02-01 21:52:34 +01:00
AsamK
be0993c5d8 Improve JSON-RPC subscribeReceive method with subscription id 2022-02-01 20:59:49 +01:00
exquo
e5a8cdb056
Repackage signal-client native builds (#879)
* Repackage signal-client native builds

* Change repo to upstream

* Use `listAccounts` to test run signal-cli

* Use "macOS" in filename
2022-02-01 20:57:32 +01:00
AsamK
e284b99076 Refactor JsonMessageEnvelope to remove unnecessary number canonicalization 2022-01-29 15:05:14 +01:00
AsamK
380c892e24 Add more informative thread names 2022-01-29 15:05:14 +01:00