Commit graph

765 commits

Author SHA1 Message Date
AsamK
862c2fec87 Move recipient store to database 2022-08-28 15:41:27 +02:00
AsamK
9d534dc7bb Store account file version after migration 2022-08-28 15:40:23 +02:00
AsamK
a25043e5d4 Add fallback KBS and migrate to current version 2022-08-28 15:35:15 +02:00
AsamK
cd77d3d410 Update KBS enclave 2022-08-28 15:35:11 +02:00
AsamK
0d72c03fa5 Update CDSI enclave 2022-08-19 17:01:24 +02:00
AsamK
71fff4b14f Update sqlite-jdbc 2022-08-17 18:21:06 +02:00
AsamK
007acf8c6d Adapt log level when using system locale 2022-08-17 18:13:14 +02:00
AsamK
6843643aad Update libsignal-service-java 2022-08-11 20:17:21 +02:00
AsamK
64f6a1f072 Update CDS config 2022-08-11 18:59:40 +02:00
AsamK
b09811c1d4 Update libsignal-service-java 2022-08-09 23:20:19 +02:00
AsamK
a593051512 Implement receive handling for story messages 2022-08-09 23:20:12 +02:00
AsamK
81e36d4f9b Update libsignal-service-java 2022-08-03 18:02:56 +02:00
AsamK
d69b9ea394 Update KBS enclave
Fixes #985
2022-07-28 17:00:09 +02:00
AsamK
956cb97331 Update libsignal-service-java 2022-07-24 10:46:20 +02:00
AsamK
de583475f9 Update libsignal-service-java 2022-07-16 15:17:48 +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
9f7979314f Prevent duplicate family name when handling contact sync message 2022-06-27 16:57:46 +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
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
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
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
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
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
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