Commit graph

1609 commits

Author SHA1 Message Date
AsamK
72293d8d87 Bump version to 0.10.9 2022-07-16 15:25:58 +02:00
AsamK
de583475f9 Update libsignal-service-java 2022-07-16 15:17:48 +02:00
AsamK
ed7d023581 Update gradle wrapper 2022-07-16 11:08:39 +02:00
AsamK
457b093dce Improve import of contact from storage 2022-07-16 11:08:39 +02:00
AsamK
dcde9fbe8e Use toList() Stream method 2022-07-16 11:08:39 +02:00
AsamK
f4346e3f0a Update account attributes before checking whoAmI 2022-07-16 11:08:39 +02:00
AsamK
9da2a00403 Fix issue with loading legacy profile store
Fixes #981
2022-07-15 20:13:36 +02:00
AsamK
1c7d1861d6 Update graalvm buildtools 2022-07-15 20:07:28 +02:00
AsamK
9f7979314f Prevent duplicate family name when handling contact sync message 2022-06-27 16:57:46 +02:00
AsamK
dca1d479e8 Update graalvm buildtools 2022-06-27 15:39:53 +02:00
AsamK
c586f58286 Reset cached storage manifest after provisioning/registering 2022-06-21 20:38:10 +02:00
AsamK
9553b1ef00 Check account identifiers on the server before updating the account attributes 2022-06-21 20:38:10 +02:00
AsamK
a4db5d616a Create master key before storage sync if it doesn't exist yet 2022-06-21 20:38:10 +02:00
AsamK
c1dc44d4fd Separate registrationLock attribute from master key 2022-06-21 20:38:10 +02:00
John Rush
6bbbccb9ac
Update README.md (#972)
Fix typo from "JSON-PRC" to "JSON-RPC".
2022-06-21 10:11:30 +02:00
AsamK
280bdbefdc Only send profile key update message from the primary device 2022-06-18 12:28:02 +02:00
AsamK
abebffb2cd Improve output for profile key update messages 2022-06-18 12:28:02 +02:00
AsamK
adce64bc21 Bump version 2022-06-13 15:46:03 +02:00
AsamK
4ea3d94d07 Improve number filtering of listContacts command
If the given number is not registered, don't output all recipients
2022-06-13 15:35:38 +02:00
AsamK
aaa6412469 Allow registering new accounts on both live and staging environments
in the same config directory
2022-06-12 17:29:25 +02:00
AsamK
c487929bcd Make version command work on the command line 2022-06-12 17:29:20 +02:00
AsamK
0b63e78d2b Add logging to test script 2022-06-12 17:29:03 +02:00
AsamK
e9e66e1005 Handle groups sync message again 2022-06-11 12:34:55 +02:00
AsamK
7bb690e58e Update libsignal-service-java 2022-06-11 12:34:55 +02:00
AsamK
26620f3137 Refactor identity key store 2022-06-09 21:05:36 +02:00
AsamK
c8cd36bde8 Unsubscribe receive if jsonRpcSender channel is closed 2022-06-08 17:51:18 +02:00
AsamK
7bf06aef5e Store self profile key in profile store after linking 2022-06-08 17:51:16 +02:00
AsamK
0e65e67077 Log more detailed provisioning errors 2022-06-08 17:51:11 +02:00
AsamK
936a68433d Add additional logging for payment address parsing 2022-06-08 15:21:24 +02:00
AsamK
8236696492 Fix typo 2022-06-08 15:00:57 +02:00
AsamK
1757e939e1 Reformat sql statements in MessageSendLogStore 2022-06-07 15:26:42 +02:00
AsamK
5afe9c5337 Rename ThreadInfo to LegacyThreadInfo 2022-06-07 15:15:44 +02:00
AsamK
5b5a1718e9 Update register error message 2022-06-07 11:53:53 +02:00
AsamK
51c2352d67 Extend logging when determining default locale 2022-06-06 17:14:17 +02:00
AsamK
3ad87e1362 Reformat 2022-06-06 17:13:41 +02:00
Kevin
cb5e3c6bf7
Added base64 encoded attachment support (#966)
* Added base64 encoded attachment support

* Added final

* Added full RFC 2397 support

* Added feedback

* Update doc

* Update signal-cli.1.adoc

Co-authored-by: Sebastian Scheibner <asamk@gmx.de>
2022-06-04 11:11:35 +02:00
AsamK
63e94a9fb4 Bump version 2022-05-29 22:25:53 +02:00
AsamK
badbb55ef2 Split given/family name in updateContact command 2022-05-29 22:21:24 +02:00
AsamK
27dbc671e0 Add option to send read receipts for all received data messages
Fixes #850
2022-05-26 18:00:23 +02:00
AsamK
fd92a96e1a Wrap ignoreAttachments option in a ReceiveConfig record 2022-05-26 17:53:14 +02:00
AsamK
8828b60288 Refactor SendReceiptAction to take type argument 2022-05-26 17:37:54 +02:00
AsamK
e03c48e0ae Use console charset for reading/writing to stdin/out 2022-05-26 15:01:36 +02:00
AsamK
425e451237 Update dbus-java 2022-05-26 15:01:36 +02:00
AsamK
d8d859ab02 Fix inspection issues 2022-05-26 12:23:21 +02:00
AsamK
b178c7c67a Implement sending link previews
Fixes #276
2022-05-25 23:23:33 +02:00
AsamK
0f701df91f Refactor attachment upload helpers 2022-05-25 22:31:15 +02:00
AsamK
b292de8ae6 Store retrieved storage manifest locally 2022-05-24 21:09:06 +02:00
AsamK
87016f6ecf Handle account record the same as other records when reading storage 2022-05-24 21:09:06 +02:00
AsamK
145962597c Store family name in recipient store 2022-05-24 21:09:06 +02:00
AsamK
9ad24614cb Rename main/master device to primary device 2022-05-24 14:36:33 +02:00