]>
nmode's Git Repositories - signal-cli/log
AsamK [Thu, 6 Jun 2024 08:39:26 +0000 (10:39 +0200)]
Use jvm running gradle if it's compatible with targetCompatibility
AsamK [Thu, 6 Jun 2024 08:16:53 +0000 (10:16 +0200)]
Update user agent
AsamK [Thu, 6 Jun 2024 08:16:40 +0000 (10:16 +0200)]
Update doc
AsamK [Thu, 6 Jun 2024 08:03:27 +0000 (10:03 +0200)]
Update groups when using listGroups command
Fixes #1517
AsamK [Thu, 6 Jun 2024 07:37:53 +0000 (09:37 +0200)]
Only store profile keys for group history if none is known yet
AsamK [Thu, 6 Jun 2024 07:37:01 +0000 (09:37 +0200)]
Update libsignal-service
Fixes #1530
AsamK [Thu, 6 Jun 2024 07:12:40 +0000 (09:12 +0200)]
Add java 22 to CI
AsamK [Sun, 2 Jun 2024 11:26:17 +0000 (13:26 +0200)]
Update dependencies
AsamK [Sun, 2 Jun 2024 11:25:09 +0000 (13:25 +0200)]
Update gradle wrapper
AsamK [Fri, 24 May 2024 14:09:07 +0000 (16:09 +0200)]
Improve username update error message
Fixes #1535
AsamK [Thu, 23 May 2024 10:46:15 +0000 (12:46 +0200)]
Fix getUserStatus command with only username parameter
Related #1535
AsamK [Tue, 21 May 2024 18:28:16 +0000 (20:28 +0200)]
Fix type parsing in JSON RPC mode
Fixes #1533
AsamK [Sat, 18 May 2024 20:13:29 +0000 (22:13 +0200)]
Update graalvm build tools
AsamK [Fri, 17 May 2024 16:02:05 +0000 (18:02 +0200)]
Handle all possible identifiers of a RecipientAddress
Fixes #1516
AsamK [Thu, 9 May 2024 19:07:17 +0000 (21:07 +0200)]
Update libsignal-service
Sebastian Scheibner [Thu, 9 May 2024 19:20:38 +0000 (21:20 +0200)]
Update README.md
AsamK [Wed, 1 May 2024 07:08:00 +0000 (09:08 +0200)]
Save account file after setting username link
Fixes #1515
AsamK [Wed, 1 May 2024 07:07:39 +0000 (09:07 +0200)]
Rotate storageId after setting username
AsamK [Wed, 1 May 2024 07:04:03 +0000 (09:04 +0200)]
Delete username link when deleting username
AsamK [Sun, 21 Apr 2024 07:34:06 +0000 (09:34 +0200)]
Update metainfo
dependabot[bot] [Sat, 20 Apr 2024 11:53:36 +0000 (13:53 +0200)]
Bump rustls from 0.21.10 to 0.21.11 in /client (#1511)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.11)
---
updated-dependencies:
- dependency-name: rustls
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AsamK [Fri, 19 Apr 2024 17:25:27 +0000 (19:25 +0200)]
Prepare next release
AsamK [Fri, 19 Apr 2024 17:21:07 +0000 (19:21 +0200)]
Bump version to 0.13.3
AsamK [Fri, 19 Apr 2024 15:25:43 +0000 (17:25 +0200)]
Add timestamp to account file
Closes #1498
AsamK [Fri, 19 Apr 2024 15:13:25 +0000 (17:13 +0200)]
Update dependencies
AsamK [Fri, 19 Apr 2024 15:07:29 +0000 (17:07 +0200)]
Fix missing null check
AsamK [Fri, 19 Apr 2024 15:07:18 +0000 (17:07 +0200)]
Implement dbus support for listIdentities
Fixes #195
AsamK [Wed, 17 Apr 2024 19:26:16 +0000 (21:26 +0200)]
Add more details to listContacts command
Fixes #1502
AsamK [Wed, 17 Apr 2024 18:50:03 +0000 (20:50 +0200)]
Add missing parts for new nick name and note columns
AsamK [Tue, 16 Apr 2024 19:55:50 +0000 (21:55 +0200)]
Store profile phone number sharing mode and discoverable state
AsamK [Mon, 15 Apr 2024 17:23:41 +0000 (19:23 +0200)]
Cache newly created session record
Fixes #1481
AsamK [Sat, 13 Apr 2024 19:29:45 +0000 (21:29 +0200)]
Add aci,pni to API RecipientAddress
AsamK [Fri, 12 Apr 2024 14:57:20 +0000 (16:57 +0200)]
Add handling for new nickname and note fields
Stephen Brennan [Sat, 13 Apr 2024 18:26:15 +0000 (11:26 -0700)]
Document the unit of "start" and "length" for mentions and text styles (#1505)
The unit of UTF-16 code units is not necessarily obvious for users of
languages that index strings by Unicode code points. Provide a pointer
to an FAQ entry as well:
https://github.com/AsamK/signal-cli/wiki/FAQ#string-indexing-units
Closes #1504
Signed-off-by: Stephen Brennan <stephen@brennan.io>
AsamK [Sat, 6 Apr 2024 11:56:25 +0000 (13:56 +0200)]
Update libsignal-service-java
AsamK [Sat, 6 Apr 2024 11:55:40 +0000 (13:55 +0200)]
Remove unnecessary config field
AsamK [Sat, 6 Apr 2024 11:54:47 +0000 (13:54 +0200)]
Disable java 22 until gradle supports it
dependabot[bot] [Sat, 6 Apr 2024 12:04:48 +0000 (14:04 +0200)]
Bump h2 from 0.3.24 to 0.3.26 in /client (#1501)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AsamK [Sat, 6 Apr 2024 10:34:55 +0000 (12:34 +0200)]
Update gradle wrapper
AsamK [Wed, 27 Mar 2024 21:54:15 +0000 (22:54 +0100)]
Update libsignal-service-java
AsamK [Wed, 27 Mar 2024 21:58:00 +0000 (22:58 +0100)]
Add reregister to tests
AsamK [Sat, 23 Mar 2024 14:00:02 +0000 (15:00 +0100)]
Update CHANGELOG.md
AsamK [Tue, 27 Feb 2024 17:20:21 +0000 (18:20 +0100)]
Prepare next release
AsamK [Sat, 23 Mar 2024 08:57:15 +0000 (09:57 +0100)]
Bump version to 0.13.2
AsamK [Sat, 23 Mar 2024 08:33:37 +0000 (09:33 +0100)]
Add Java 22 to CI
AsamK [Sat, 23 Mar 2024 08:50:54 +0000 (09:50 +0100)]
Update user agent
AsamK [Fri, 22 Mar 2024 09:54:42 +0000 (10:54 +0100)]
Extend getUserStatus command for usernames
AsamK [Fri, 22 Mar 2024 09:04:57 +0000 (10:04 +0100)]
Update dependencies
dependabot[bot] [Sat, 9 Mar 2024 12:08:46 +0000 (13:08 +0100)]
Bump mio from 0.8.10 to 0.8.11 in /client (#1488)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AsamK [Sat, 9 Mar 2024 10:33:32 +0000 (11:33 +0100)]
Add appstream metainfo file
AsamK [Thu, 7 Mar 2024 16:44:19 +0000 (17:44 +0100)]
Update libsignal-service
AsamK [Tue, 27 Feb 2024 18:35:38 +0000 (19:35 +0100)]
Fix typo
AsamK [Tue, 27 Feb 2024 17:20:21 +0000 (18:20 +0100)]
Prepare next release
AsamK [Tue, 27 Feb 2024 17:18:30 +0000 (18:18 +0100)]
Bump version to 0.13.1
AsamK [Tue, 27 Feb 2024 17:12:43 +0000 (18:12 +0100)]
Add register parameter to force reregistration
AsamK [Tue, 27 Feb 2024 16:52:21 +0000 (17:52 +0100)]
Only retry messages after identity was trusted
Fixes #1477
AsamK [Mon, 26 Feb 2024 21:13:57 +0000 (22:13 +0100)]
Improve error message if captcha is rejected by server
Fixes #1328
AsamK [Mon, 26 Feb 2024 21:07:36 +0000 (22:07 +0100)]
Update libsignal-service
AsamK [Mon, 26 Feb 2024 17:27:09 +0000 (18:27 +0100)]
Default number sharing to NOBODY
Matches the official apps behavior.
Closes #1472
AsamK [Mon, 26 Feb 2024 17:23:37 +0000 (18:23 +0100)]
Update account attributes after setting a pin
Ensures that the recovery password gets set immediately.
Related to #1447
AsamK [Sun, 25 Feb 2024 18:41:34 +0000 (19:41 +0100)]
Adapt account record processor for linked devices
AsamK [Sun, 25 Feb 2024 18:41:10 +0000 (19:41 +0100)]
Prevent crash when receiving already migrated group v1 from storage
Fixes #1471
AsamK [Sun, 25 Feb 2024 17:27:20 +0000 (18:27 +0100)]
Allow overriding user agent string
Not recommended, as it could lead to issues with newer Signal protocol changes.
Fixes #1476
AsamK [Sun, 25 Feb 2024 17:12:36 +0000 (18:12 +0100)]
Removing linked devices only works on the primary device
AsamK [Sun, 25 Feb 2024 16:54:18 +0000 (17:54 +0100)]
Improve warning message
AsamK [Sun, 25 Feb 2024 16:46:27 +0000 (17:46 +0100)]
Update documentation
AsamK [Sun, 25 Feb 2024 16:46:09 +0000 (17:46 +0100)]
Ignore failure when uploading PNI prekeys
Can happen if PNI identity key hasn't been sent to the server yet.
AsamK [Thu, 22 Feb 2024 18:59:19 +0000 (19:59 +0100)]
Allow setting a username with explicit descriminator
Fixes #1469
AsamK [Thu, 22 Feb 2024 18:59:54 +0000 (19:59 +0100)]
Add missing field handling in account record processor
AsamK [Tue, 20 Feb 2024 16:37:59 +0000 (17:37 +0100)]
Update graalvm buildtools
AsamK [Tue, 20 Feb 2024 16:37:31 +0000 (17:37 +0100)]
Show information when requesting voice verification without SMS verification
Fixes #1373
AsamK [Tue, 20 Feb 2024 16:05:56 +0000 (17:05 +0100)]
Add uniqueness check to db migration
AsamK [Tue, 20 Feb 2024 10:03:15 +0000 (11:03 +0100)]
Add uniqueness check to db migration
Viktor Szépe [Mon, 19 Feb 2024 07:20:24 +0000 (08:20 +0100)]
Fix typos (#1459)
AsamK [Sun, 18 Feb 2024 21:14:09 +0000 (22:14 +0100)]
Set snapshot version
AsamK [Sun, 18 Feb 2024 20:46:33 +0000 (21:46 +0100)]
Bump version to 0.13.0
AsamK [Sun, 18 Feb 2024 21:01:31 +0000 (22:01 +0100)]
Fix missing unique constraint on storage_id table
AsamK [Sun, 18 Feb 2024 20:43:02 +0000 (21:43 +0100)]
Update dependencies
AsamK [Sun, 18 Feb 2024 20:26:36 +0000 (21:26 +0100)]
Enable profile sharing when accepting message request
AsamK [Sun, 18 Feb 2024 20:06:17 +0000 (21:06 +0100)]
Update CHANGELOG
AsamK [Sun, 18 Feb 2024 20:04:50 +0000 (21:04 +0100)]
Document creating and sending to usernames
AsamK [Sun, 18 Feb 2024 19:58:55 +0000 (20:58 +0100)]
Fix sending to username
AsamK [Sun, 18 Feb 2024 19:37:20 +0000 (20:37 +0100)]
Add sendMessageRequestResponse command
AsamK [Sun, 18 Feb 2024 18:26:21 +0000 (19:26 +0100)]
Fix issue with prekey update
AsamK [Sun, 18 Feb 2024 19:48:01 +0000 (20:48 +0100)]
Fix use of aci instead of serviceId
Fixes #1455
AsamK [Sun, 18 Feb 2024 18:25:40 +0000 (19:25 +0100)]
Fix issues with receiving message to PNI address
AsamK [Sun, 18 Feb 2024 18:24:23 +0000 (19:24 +0100)]
Add parameter to configure phone number privacy
AsamK [Sun, 18 Feb 2024 15:32:50 +0000 (16:32 +0100)]
Restructure pre key refresh to be more robust
AsamK [Sun, 18 Feb 2024 15:31:34 +0000 (16:31 +0100)]
Includ pni signatures if necessary
AsamK [Sun, 18 Feb 2024 14:16:41 +0000 (15:16 +0100)]
Update libsignal-service
AsamK [Sat, 10 Feb 2024 11:24:13 +0000 (12:24 +0100)]
Improve sql query
AsamK [Sat, 10 Feb 2024 10:54:32 +0000 (11:54 +0100)]
Fix saving username link components
AsamK [Sat, 10 Feb 2024 10:54:06 +0000 (11:54 +0100)]
Implement account reregistration with recovery password
AsamK [Fri, 9 Feb 2024 21:51:03 +0000 (22:51 +0100)]
Update dependencies
AsamK [Fri, 9 Feb 2024 21:11:50 +0000 (22:11 +0100)]
Update gradle wrapper
AsamK [Fri, 9 Feb 2024 21:11:01 +0000 (22:11 +0100)]
Update CHANGELOG.md
AsamK [Fri, 9 Feb 2024 21:06:46 +0000 (22:06 +0100)]
Add command to retrieve avatars and stickers
Fixes #1125
AsamK [Fri, 9 Feb 2024 17:34:32 +0000 (18:34 +0100)]
Ignore invalid ACI/PNI in recipient table
AsamK [Fri, 9 Feb 2024 16:51:15 +0000 (17:51 +0100)]
Fix potential dead lock in recipient store
AsamK [Fri, 9 Feb 2024 16:59:18 +0000 (17:59 +0100)]
Use app id as dbus name for flatpak version