Commit graph

1494 commits

Author SHA1 Message Date
AsamK
280d8d7f10 Key tables on serviceId instead of recipientId 2022-08-28 16:04:05 +02:00
AsamK
04fa046815 Move test config 2022-08-28 16:04:05 +02:00
AsamK
11a06d6b33 Extract method to read result set 2022-08-28 16:04:05 +02:00
AsamK
38c9fe9cb5 Store urgent field in database 2022-08-28 16:04:05 +02:00
AsamK
2c586266ff Disallow sending an empty message
It would be ignored by the offical apps anyway
2022-08-28 16:04:05 +02:00
AsamK
4120630309 Remove fallback to reading stdin if no message body is given
To read a message from stdin, use the `--message-from-stdin` flag
2022-08-28 16:04:05 +02:00
AsamK
1ea4309a2a Change meaning of -v flag from --version to --verbose 2022-08-28 16:04:05 +02:00
AsamK
08dc65350f Move sender key store to database 2022-08-28 16:04:05 +02:00
AsamK
0c4a037dde Move identity store to database 2022-08-28 16:04:05 +02:00
AsamK
dc8b83a110 Implement SignalServiceAccountDataStore for PNI 2022-08-28 16:04:05 +02:00
AsamK
484daa4c69 Move session store to database 2022-08-28 16:04:05 +02:00
AsamK
65c9a2e185 Move group store to database 2022-08-28 16:04:05 +02:00
AsamK
46adc1af98 Add RecipientIdCreator for creating recipientIds from the database 2022-08-28 16:04:05 +02:00
AsamK
7da2e1b262 Move pre key stores to database 2022-08-28 16:04:05 +02:00
AsamK
9a698929f4 Move sticker store to database 2022-08-28 16:04:05 +02:00
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
173a2416fa Bump version to 0.10.11 2022-08-17 18:24:54 +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
Sebastian Scheibner
597ac9b504 Update FUNDING.yml 2022-07-30 16:59:08 +02:00
AsamK
525f04d446 Update CHANGELOG.md 2022-07-30 16:52:20 +02:00
AsamK
d8a5244a88 Bump version to 0.10.10 2022-07-30 14:56:17 +02:00
AsamK
d69b9ea394 Update KBS enclave
Fixes #985
2022-07-28 17:00:09 +02:00
AsamK
7a42737287 Workaround possible GraalVM issue 2022-07-27 20:58:58 +02:00
AsamK
1cc21834e2 Workaround possible GraalVM issue
Fixes #987
2022-07-27 18:20:07 +02:00
AsamK
956cb97331 Update libsignal-service-java 2022-07-24 10:46:20 +02:00
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