]> nmode's Git Repositories - signal-cli/log
signal-cli
2 years agoBump version v0.11.4
AsamK [Wed, 19 Oct 2022 18:35:53 +0000 (20:35 +0200)]
Bump version

2 years agoAdd java 19 to CI
AsamK [Wed, 19 Oct 2022 18:34:42 +0000 (20:34 +0200)]
Add java 19 to CI

2 years agoAdd native graalvm build to release
AsamK [Wed, 19 Oct 2022 18:09:03 +0000 (20:09 +0200)]
Add native graalvm build to release

2 years agoEnable story capability
AsamK [Wed, 19 Oct 2022 17:09:39 +0000 (19:09 +0200)]
Enable story capability

Only receiving is supported

2 years agoAdd --ignore-stories flag to prevent receiving story messages
AsamK [Wed, 19 Oct 2022 17:09:23 +0000 (19:09 +0200)]
Add --ignore-stories flag to prevent receiving story messages

2 years agoAdd workaround for #1045
AsamK [Wed, 19 Oct 2022 15:51:12 +0000 (17:51 +0200)]
Add workaround for #1045

2 years agoAdd build graalvm native step for CI
AsamK [Wed, 19 Oct 2022 13:23:58 +0000 (15:23 +0200)]
Add build graalvm native step for CI

2 years agoUpdate reflect-config
AsamK [Wed, 19 Oct 2022 13:36:13 +0000 (15:36 +0200)]
Update reflect-config

2 years agoAdd additional logging for reading message cache
AsamK [Wed, 19 Oct 2022 09:02:10 +0000 (11:02 +0200)]
Add additional logging for reading message cache

2 years agoUpdate workflow actions
AsamK [Tue, 18 Oct 2022 16:11:17 +0000 (18:11 +0200)]
Update workflow actions

2 years agoUpdate graalvm buildtools
AsamK [Tue, 18 Oct 2022 16:11:26 +0000 (18:11 +0200)]
Update graalvm buildtools

2 years agoReset pre key offset if it somehow gets corrupted
AsamK [Tue, 18 Oct 2022 15:55:51 +0000 (17:55 +0200)]
Reset pre key offset if it somehow gets corrupted

Fixes #1055

2 years agoUpdate reflect-config
AsamK [Tue, 18 Oct 2022 15:38:46 +0000 (17:38 +0200)]
Update reflect-config

2 years agoUpdate dependencies
AsamK [Sun, 16 Oct 2022 18:47:51 +0000 (20:47 +0200)]
Update dependencies

2 years agoHandle PniChangeNumber
AsamK [Sun, 16 Oct 2022 18:07:33 +0000 (20:07 +0200)]
Handle PniChangeNumber

2 years agoUpdate to clap 4
AsamK [Sun, 9 Oct 2022 10:30:25 +0000 (12:30 +0200)]
Update to clap 4

2 years agoUpdate client dependencies
AsamK [Sun, 9 Oct 2022 10:18:43 +0000 (12:18 +0200)]
Update client dependencies

2 years agoRefactor resolve recipient
AsamK [Sat, 8 Oct 2022 15:41:42 +0000 (17:41 +0200)]
Refactor resolve recipient

2 years agoDo recipient merge in one transaction
AsamK [Sat, 8 Oct 2022 14:21:29 +0000 (16:21 +0200)]
Do recipient merge in one transaction

2 years agoRefactor check for registered users
AsamK [Sat, 8 Oct 2022 12:06:36 +0000 (14:06 +0200)]
Refactor check for registered users

2 years agoRefactor RecipientAddress
AsamK [Sat, 8 Oct 2022 10:40:00 +0000 (12:40 +0200)]
Refactor RecipientAddress

2 years agoEnsure self profile key is always stored in profile store
AsamK [Fri, 7 Oct 2022 19:51:01 +0000 (21:51 +0200)]
Ensure self profile key is always stored in profile store

Fixes #1040

2 years agoFix issue when receiving invalid message from invalid sender
AsamK [Fri, 7 Oct 2022 19:50:07 +0000 (21:50 +0200)]
Fix issue when receiving invalid message from invalid sender

2 years agoImprove handling of group join messages
AsamK [Fri, 7 Oct 2022 18:47:40 +0000 (20:47 +0200)]
Improve handling of group join messages

2 years agoAdd missing check for story group context
AsamK [Fri, 7 Oct 2022 18:36:50 +0000 (20:36 +0200)]
Add missing check for story group context

2 years agoFix typo
AsamK [Fri, 7 Oct 2022 18:05:58 +0000 (20:05 +0200)]
Fix typo

2 years agoApprove join requests instead of just adding the member
AsamK [Fri, 7 Oct 2022 18:05:49 +0000 (20:05 +0200)]
Approve join requests instead of just adding the member

2 years agoRefresh group before updating
AsamK [Fri, 7 Oct 2022 17:49:52 +0000 (19:49 +0200)]
Refresh group before updating

2 years agoImplement refuse group join requests
AsamK [Fri, 7 Oct 2022 17:49:43 +0000 (19:49 +0200)]
Implement refuse group join requests

2 years agoImprove error message when joining a group with already pending admin approval
AsamK [Fri, 7 Oct 2022 17:31:27 +0000 (19:31 +0200)]
Improve error message when joining a group with already pending admin approval

2 years agoGraalVM agent formatting changes
AsamK [Fri, 7 Oct 2022 17:30:34 +0000 (19:30 +0200)]
GraalVM agent formatting changes

2 years agoBump version v0.11.3
AsamK [Fri, 7 Oct 2022 15:24:29 +0000 (17:24 +0200)]
Bump version

2 years agofix(GraalVM): explictly declare symbols causing GraalVM compiler failure (#1037)
Benjamin Schmid [Fri, 7 Oct 2022 15:16:32 +0000 (17:16 +0200)]
fix(GraalVM): explictly declare symbols causing GraalVM compiler failure (#1037)

Fixes #1016

2 years agoAdd missing urgent column to projection
AsamK [Fri, 7 Oct 2022 10:09:43 +0000 (12:09 +0200)]
Add missing urgent column to projection

Fixes #1031

2 years agoFix update from old versions without PNI
AsamK [Fri, 7 Oct 2022 10:04:22 +0000 (12:04 +0200)]
Fix update from old versions without PNI

Fixes #1032

2 years agoUpdate libsignal-service
AsamK [Thu, 6 Oct 2022 19:56:40 +0000 (21:56 +0200)]
Update libsignal-service

Fixes #1030

2 years agoBump version v0.11.2
AsamK [Thu, 6 Oct 2022 15:59:59 +0000 (17:59 +0200)]
Bump version

2 years agoBump user agent version
technillogue [Thu, 6 Oct 2022 15:57:14 +0000 (17:57 +0200)]
Bump user agent version

Closes #1024

2 years agoUpdate libsignal-service
AsamK [Thu, 6 Oct 2022 15:36:09 +0000 (17:36 +0200)]
Update libsignal-service

2 years agoShow better error message when signal-cli version is outdated
AsamK [Thu, 6 Oct 2022 15:52:06 +0000 (17:52 +0200)]
Show better error message when signal-cli version is outdated

2 years agoUpdate user agent (#1023)
ETL [Thu, 6 Oct 2022 06:03:25 +0000 (02:03 -0400)]
Update user agent (#1023)

Recent changes from Signal caused DeprecatedVersionException to occur.

Changing the user agent debugged the receiving (sending still erroring)

2 years agoBump version v0.11.1
AsamK [Wed, 5 Oct 2022 18:08:24 +0000 (20:08 +0200)]
Bump version

2 years agoUpdate dependencies
AsamK [Wed, 5 Oct 2022 18:05:54 +0000 (20:05 +0200)]
Update dependencies

2 years agoFix sending messages to groups
AsamK [Mon, 3 Oct 2022 19:31:30 +0000 (21:31 +0200)]
Fix sending messages to groups

Fixes #1019

2 years agoIgnore md files in fat jar build
AsamK [Mon, 3 Oct 2022 19:30:01 +0000 (21:30 +0200)]
Ignore md files in fat jar build

2 years agoDelete migrated stores after closing the input stream
AsamK [Mon, 3 Oct 2022 11:37:49 +0000 (13:37 +0200)]
Delete migrated stores after closing the input stream

Fixes #1018

2 years agoUpdate gradle
AsamK [Mon, 3 Oct 2022 11:13:41 +0000 (13:13 +0200)]
Update gradle

2 years agoFix building fatJar
AsamK [Mon, 3 Oct 2022 11:13:17 +0000 (13:13 +0200)]
Fix building fatJar

2 years agoBump version v0.11.0
AsamK [Sun, 2 Oct 2022 16:16:12 +0000 (18:16 +0200)]
Bump version

2 years agoUpdate dependencies
AsamK [Sun, 2 Oct 2022 15:24:20 +0000 (17:24 +0200)]
Update dependencies

2 years agoAdd sendPaymentNotification dbus method
AsamK [Sun, 18 Sep 2022 14:56:30 +0000 (16:56 +0200)]
Add sendPaymentNotification dbus method

Closes #1010

2 years agoUse CDSI for contact discovery in compat mode
AsamK [Sat, 17 Sep 2022 10:21:28 +0000 (12:21 +0200)]
Use CDSI for contact discovery in compat mode

2 years agoUpdate libsignal-service-java
AsamK [Sat, 17 Sep 2022 07:54:34 +0000 (09:54 +0200)]
Update libsignal-service-java

2 years agoAdd --scrub-log flag to remove possibly sensitive information from the log
AsamK [Sun, 4 Sep 2022 07:48:53 +0000 (09:48 +0200)]
Add --scrub-log flag to remove possibly sensitive information from the log

2 years agoUpdate dependencies
AsamK [Fri, 2 Sep 2022 20:33:48 +0000 (22:33 +0200)]
Update dependencies

2 years agoFix default value for phone number sharing mode
AsamK [Mon, 29 Aug 2022 17:31:07 +0000 (19:31 +0200)]
Fix default value for phone number sharing mode

Fixes #1002

2 years agoAlways use content sender if available
AsamK [Sun, 28 Aug 2022 15:15:24 +0000 (17:15 +0200)]
Always use content sender if available

2 years agoLog error for fatal load errors
AsamK [Sun, 28 Aug 2022 14:32:35 +0000 (16:32 +0200)]
Log error for fatal load errors

2 years agoCreate database tables with strict mode
AsamK [Tue, 23 Aug 2022 17:41:02 +0000 (19:41 +0200)]
Create database tables with strict mode

2 years agoKey tables on serviceId instead of recipientId
AsamK [Tue, 23 Aug 2022 12:17:14 +0000 (14:17 +0200)]
Key tables on serviceId instead of recipientId

2 years agoMove test config
AsamK [Tue, 23 Aug 2022 15:19:38 +0000 (17:19 +0200)]
Move test config

2 years agoExtract method to read result set
AsamK [Wed, 17 Aug 2022 19:24:50 +0000 (21:24 +0200)]
Extract method to read result set

2 years agoStore urgent field in database
AsamK [Wed, 17 Aug 2022 19:20:36 +0000 (21:20 +0200)]
Store urgent field in database

2 years agoDisallow sending an empty message
AsamK [Tue, 21 Jun 2022 11:55:34 +0000 (13:55 +0200)]
Disallow sending an empty message

It would be ignored by the offical apps anyway

2 years agoRemove fallback to reading stdin if no message body is given
AsamK [Tue, 21 Jun 2022 11:55:01 +0000 (13:55 +0200)]
Remove fallback to reading stdin if no message body is given

To read a message from stdin, use the `--message-from-stdin` flag

2 years agoChange meaning of -v flag from --version to --verbose
AsamK [Sat, 11 Jun 2022 16:23:33 +0000 (18:23 +0200)]
Change meaning of -v flag from --version to --verbose

2 years agoMove sender key store to database
AsamK [Fri, 10 Jun 2022 21:21:39 +0000 (23:21 +0200)]
Move sender key store to database

2 years agoMove identity store to database
AsamK [Fri, 10 Jun 2022 12:34:24 +0000 (14:34 +0200)]
Move identity store to database

2 years agoImplement SignalServiceAccountDataStore for PNI
AsamK [Thu, 9 Jun 2022 20:27:05 +0000 (22:27 +0200)]
Implement SignalServiceAccountDataStore for PNI

2 years agoMove session store to database
AsamK [Thu, 9 Jun 2022 14:54:48 +0000 (16:54 +0200)]
Move session store to database

2 years agoMove group store to database
AsamK [Wed, 8 Jun 2022 21:29:30 +0000 (23:29 +0200)]
Move group store to database

2 years agoAdd RecipientIdCreator for creating recipientIds from the database
AsamK [Thu, 9 Jun 2022 19:36:28 +0000 (21:36 +0200)]
Add RecipientIdCreator for creating recipientIds from the database

2 years agoMove pre key stores to database
AsamK [Wed, 8 Jun 2022 10:25:42 +0000 (12:25 +0200)]
Move pre key stores to database

2 years agoMove sticker store to database
AsamK [Tue, 7 Jun 2022 13:09:10 +0000 (15:09 +0200)]
Move sticker store to database

2 years agoMove recipient store to database
AsamK [Sun, 22 May 2022 19:47:40 +0000 (21:47 +0200)]
Move recipient store to database

2 years agoStore account file version after migration
AsamK [Sun, 28 Aug 2022 13:40:23 +0000 (15:40 +0200)]
Store account file version after migration

2 years agoAdd fallback KBS and migrate to current version
AsamK [Sun, 28 Aug 2022 13:35:02 +0000 (15:35 +0200)]
Add fallback KBS and migrate to current version

2 years agoUpdate KBS enclave
AsamK [Thu, 25 Aug 2022 20:01:28 +0000 (22:01 +0200)]
Update KBS enclave

3 years agoUpdate CDSI enclave
AsamK [Thu, 18 Aug 2022 21:03:20 +0000 (23:03 +0200)]
Update CDSI enclave

3 years agoBump version to 0.10.11 v0.10.11
AsamK [Wed, 17 Aug 2022 16:24:54 +0000 (18:24 +0200)]
Bump version to 0.10.11

3 years agoUpdate sqlite-jdbc
AsamK [Wed, 17 Aug 2022 16:21:06 +0000 (18:21 +0200)]
Update sqlite-jdbc

3 years agoAdapt log level when using system locale
AsamK [Wed, 17 Aug 2022 16:13:14 +0000 (18:13 +0200)]
Adapt log level when using system locale

3 years agoUpdate libsignal-service-java
AsamK [Thu, 11 Aug 2022 17:09:41 +0000 (19:09 +0200)]
Update libsignal-service-java

3 years agoUpdate CDS config
AsamK [Thu, 11 Aug 2022 16:59:40 +0000 (18:59 +0200)]
Update CDS config

3 years agoUpdate libsignal-service-java
AsamK [Tue, 9 Aug 2022 21:20:19 +0000 (23:20 +0200)]
Update libsignal-service-java

3 years agoImplement receive handling for story messages
AsamK [Mon, 8 Aug 2022 16:12:30 +0000 (18:12 +0200)]
Implement receive handling for story messages

3 years agoUpdate libsignal-service-java
AsamK [Tue, 2 Aug 2022 21:20:26 +0000 (23:20 +0200)]
Update libsignal-service-java

3 years agoUpdate FUNDING.yml
Sebastian Scheibner [Sat, 30 Jul 2022 14:57:48 +0000 (16:57 +0200)]
Update FUNDING.yml

3 years agoUpdate CHANGELOG.md
AsamK [Sat, 30 Jul 2022 14:52:13 +0000 (16:52 +0200)]
Update CHANGELOG.md

3 years agoBump version to 0.10.10 v0.10.10
AsamK [Sat, 30 Jul 2022 12:56:17 +0000 (14:56 +0200)]
Bump version to 0.10.10

3 years agoUpdate KBS enclave
AsamK [Thu, 28 Jul 2022 14:57:49 +0000 (16:57 +0200)]
Update KBS enclave

Fixes #985

3 years agoWorkaround possible GraalVM issue
AsamK [Wed, 27 Jul 2022 18:58:58 +0000 (20:58 +0200)]
Workaround possible GraalVM issue

3 years agoWorkaround possible GraalVM issue
AsamK [Wed, 27 Jul 2022 16:20:07 +0000 (18:20 +0200)]
Workaround possible GraalVM issue

Fixes #987

3 years agoUpdate libsignal-service-java
AsamK [Sun, 24 Jul 2022 08:01:22 +0000 (10:01 +0200)]
Update libsignal-service-java

3 years agoBump version to 0.10.9 v0.10.9
AsamK [Sat, 16 Jul 2022 13:25:58 +0000 (15:25 +0200)]
Bump version to 0.10.9

3 years agoUpdate libsignal-service-java
AsamK [Sat, 16 Jul 2022 13:17:48 +0000 (15:17 +0200)]
Update libsignal-service-java

3 years agoUpdate gradle wrapper
AsamK [Sat, 16 Jul 2022 09:06:10 +0000 (11:06 +0200)]
Update gradle wrapper

3 years agoImprove import of contact from storage
AsamK [Thu, 7 Jul 2022 16:43:49 +0000 (18:43 +0200)]
Improve import of contact from storage

3 years agoUse toList() Stream method
AsamK [Thu, 7 Jul 2022 16:22:09 +0000 (18:22 +0200)]
Use toList() Stream method

3 years agoUpdate account attributes before checking whoAmI
AsamK [Thu, 7 Jul 2022 16:46:29 +0000 (18:46 +0200)]
Update account attributes before checking whoAmI