]> nmode's Git Repositories - signal-cli/log
signal-cli
4 years agoAdd hint to sticker upload error message
AsamK [Sat, 31 Jul 2021 15:55:36 +0000 (17:55 +0200)]
Add hint to sticker upload error message

4 years agoupdate Graal reflect config with legacy classes (#667)
technillogue [Sat, 24 Jul 2021 07:58:29 +0000 (03:58 -0400)]
update Graal reflect config with legacy classes (#667)

4 years agoInclude source name in JSON output (#663)
technillogue [Fri, 23 Jul 2021 15:19:09 +0000 (11:19 -0400)]
Include source name in JSON output (#663)

* add sourceName

* avoid sourceName might not have been initialized

* catch NullPointerException instead of checking for null

* Update JsonMessageEnvelope.java

Co-authored-by: AsamK <asamk@gmx.de>
Fixes #663

4 years agoBump version v0.8.4.1
AsamK [Sun, 20 Jun 2021 12:33:04 +0000 (14:33 +0200)]
Bump version

4 years agoAdd README note about glibc version requirement for libsignal-client (#647)
exquo [Thu, 17 Jun 2021 14:11:56 +0000 (14:11 +0000)]
Add README note about glibc version requirement for libsignal-client (#647)

Ref #643

4 years agoHandle missing captcha parameter correctly
AsamK [Tue, 15 Jun 2021 21:15:36 +0000 (23:15 +0200)]
Handle missing captcha parameter correctly

Fixes #644

4 years agoBump version v0.8.4
AsamK [Sun, 13 Jun 2021 13:39:50 +0000 (15:39 +0200)]
Bump version

4 years agoImplement sticker pack retrieval
AsamK [Sun, 13 Jun 2021 11:37:25 +0000 (13:37 +0200)]
Implement sticker pack retrieval

Fixes #410

4 years agoAdd optional content type to json sticker pack manifest
AsamK [Sun, 13 Jun 2021 09:23:18 +0000 (11:23 +0200)]
Add optional content type to json sticker pack manifest

4 years agoRename method parameter
AsamK [Sun, 13 Jun 2021 11:37:46 +0000 (13:37 +0200)]
Rename method parameter

4 years agoUse correct hex implementation
AsamK [Sun, 13 Jun 2021 11:37:37 +0000 (13:37 +0200)]
Use correct hex implementation

4 years agoAdd sendTyping command
AsamK [Sat, 12 Jun 2021 15:57:15 +0000 (17:57 +0200)]
Add sendTyping command

Fixes #602

4 years agoUpdate libsignal-service-java
AsamK [Sat, 12 Jun 2021 14:22:21 +0000 (16:22 +0200)]
Update libsignal-service-java

4 years agoStrip url scheme from captcha string
AsamK [Sat, 12 Jun 2021 14:22:41 +0000 (16:22 +0200)]
Strip url scheme from captcha string

4 years agoImplement --delete flag for quitGroup
AsamK [Sat, 12 Jun 2021 09:33:19 +0000 (11:33 +0200)]
Implement --delete flag for quitGroup

Closes #638

4 years agoReformat code
AsamK [Sat, 12 Jun 2021 06:53:37 +0000 (08:53 +0200)]
Reformat code

4 years agoSkip invalid contact records
AsamK [Sat, 12 Jun 2021 06:49:37 +0000 (08:49 +0200)]
Skip invalid contact records

4 years agoSkip invalid group records
AsamK [Sat, 12 Jun 2021 06:47:18 +0000 (08:47 +0200)]
Skip invalid group records

Fixes #642

4 years agoRefresh group if group update conflicts with remote edit
AsamK [Wed, 2 Jun 2021 18:40:02 +0000 (20:40 +0200)]
Refresh group if group update conflicts with remote edit

Fixes #639

4 years agoAdd dbus signal handler on specific object
AsamK [Mon, 31 May 2021 17:07:30 +0000 (19:07 +0200)]
Add dbus signal handler on specific object

Otherwise the messages from all exported objects would be received

Fixes #635

4 years agoUse System.currentTimeMillis
AsamK [Sat, 29 May 2021 08:08:16 +0000 (10:08 +0200)]
Use System.currentTimeMillis

4 years agoFix error message
AsamK [Fri, 28 May 2021 16:09:41 +0000 (18:09 +0200)]
Fix error message

4 years agoUpdate README.md
AsamK [Mon, 24 May 2021 21:39:01 +0000 (23:39 +0200)]
Update README.md

4 years agoAdd hint that messages must be regularly received
AsamK [Mon, 24 May 2021 10:14:44 +0000 (12:14 +0200)]
Add hint that messages must be regularly received

4 years agoUpdate ci.yml
AsamK [Sun, 23 May 2021 11:39:44 +0000 (13:39 +0200)]
Update ci.yml

4 years agoUpdate ci.yml
AsamK [Sat, 22 May 2021 11:38:13 +0000 (13:38 +0200)]
Update ci.yml

4 years agoMake lib module jar reproducible
AsamK [Sat, 22 May 2021 11:34:59 +0000 (13:34 +0200)]
Make lib module jar reproducible

4 years agoUpdate README.md
AsamK [Fri, 21 May 2021 20:29:04 +0000 (22:29 +0200)]
Update README.md

4 years agoPrevent sending invalid locale to server
AsamK [Fri, 21 May 2021 13:38:11 +0000 (15:38 +0200)]
Prevent sending invalid locale to server

4 years agoImprove command line help
AsamK [Thu, 20 May 2021 18:54:11 +0000 (20:54 +0200)]
Improve command line help

Fixes #450

4 years agoExtend tests
AsamK [Thu, 20 May 2021 18:09:54 +0000 (20:09 +0200)]
Extend tests

4 years agoUpdate FUNDING.yml
AsamK [Thu, 20 May 2021 17:40:41 +0000 (19:40 +0200)]
Update FUNDING.yml

4 years agoUpdate libsignal-service-java
AsamK [Wed, 19 May 2021 20:51:35 +0000 (22:51 +0200)]
Update libsignal-service-java

4 years agoInclude proof required information in sending error
AsamK [Sun, 16 May 2021 14:53:04 +0000 (16:53 +0200)]
Include proof required information in sending error

4 years agoFix camel case device-id flag
AsamK [Sun, 16 May 2021 14:11:55 +0000 (16:11 +0200)]
Fix camel case device-id flag

4 years agoUpdate tests
AsamK [Sun, 16 May 2021 14:11:15 +0000 (16:11 +0200)]
Update tests

4 years agoUpdate documentation
AsamK [Sat, 15 May 2021 16:53:00 +0000 (18:53 +0200)]
Update documentation

4 years agoUpdate tests
AsamK [Sat, 15 May 2021 16:40:16 +0000 (18:40 +0200)]
Update tests

4 years agoUpdate group with remaining options, after creating it
AsamK [Sat, 15 May 2021 16:26:45 +0000 (18:26 +0200)]
Update group with remaining options, after creating it

4 years agoPrevent last admin from leaving group
AsamK [Sat, 15 May 2021 16:05:07 +0000 (18:05 +0200)]
Prevent last admin from leaving group

4 years agoImplement setting group permissions
AsamK [Sat, 15 May 2021 14:37:52 +0000 (16:37 +0200)]
Implement setting group permissions

4 years agoImplement setting expiration timer for groups
AsamK [Sat, 15 May 2021 12:16:48 +0000 (14:16 +0200)]
Implement setting expiration timer for groups

4 years agoImplement configuring of group link
AsamK [Sat, 15 May 2021 11:14:12 +0000 (13:14 +0200)]
Implement configuring of group link

4 years agoImplement add/remove admin privileges
AsamK [Sat, 15 May 2021 09:08:01 +0000 (11:08 +0200)]
Implement add/remove admin privileges

4 years agoRename group v2 helper
AsamK [Sat, 15 May 2021 08:15:16 +0000 (10:15 +0200)]
Rename group v2 helper

4 years agoImplement remove group members
AsamK [Fri, 14 May 2021 20:23:13 +0000 (22:23 +0200)]
Implement remove group members

4 years agoSplit createGroup out of updateGroup method
AsamK [Fri, 14 May 2021 19:21:09 +0000 (21:21 +0200)]
Split createGroup out of updateGroup method

4 years agoAdd group descriptions
AsamK [Thu, 13 May 2021 18:05:46 +0000 (20:05 +0200)]
Add group descriptions

4 years agoUpdate argparse4j
AsamK [Thu, 13 May 2021 16:06:57 +0000 (18:06 +0200)]
Update argparse4j

4 years agoUpdate libsignal-service-java
AsamK [Thu, 13 May 2021 15:15:14 +0000 (17:15 +0200)]
Update libsignal-service-java

4 years agoBump version v0.8.3
AsamK [Thu, 13 May 2021 12:51:20 +0000 (14:51 +0200)]
Bump version

4 years agoAdd test script to run tests against sandbox and update graalvm config
AsamK [Thu, 13 May 2021 11:03:41 +0000 (13:03 +0200)]
Add test script to run tests against sandbox and update graalvm config

4 years agoUpdate graalvm config
AsamK [Thu, 13 May 2021 11:00:55 +0000 (13:00 +0200)]
Update graalvm config

4 years agoPrevent error when including self in member list
AsamK [Thu, 13 May 2021 09:56:03 +0000 (11:56 +0200)]
Prevent error when including self in member list

4 years agoOnly send plain text pin if locked with registration lock v1
AsamK [Thu, 13 May 2021 08:35:01 +0000 (10:35 +0200)]
Only send plain text pin if locked with registration lock v1

4 years agoAdd --service-environment to allow testing against sandbox environment
AsamK [Wed, 12 May 2021 19:26:57 +0000 (21:26 +0200)]
Add --service-environment to allow testing against sandbox environment

4 years agoFixed typo, where "note" was written as "not" (#619)
Florian7843 [Wed, 12 May 2021 20:55:31 +0000 (22:55 +0200)]
Fixed typo, where "note" was written as "not" (#619)

4 years agoFix NPE when legacy profile has no capabilities
AsamK [Wed, 12 May 2021 18:12:05 +0000 (20:12 +0200)]
Fix NPE when legacy profile has no capabilities

Fixes #616

4 years agoRemove old classes from graalvm config
AsamK [Wed, 12 May 2021 17:45:19 +0000 (19:45 +0200)]
Remove old classes from graalvm config

Fixes #617

4 years agoPrevent NPE during migration, when profile key is null
AsamK [Wed, 12 May 2021 17:34:09 +0000 (19:34 +0200)]
Prevent NPE during migration, when profile key is null

4 years agoBump version v0.8.2
AsamK [Tue, 11 May 2021 19:53:11 +0000 (21:53 +0200)]
Bump version

4 years agoDon't send null message to self
AsamK [Tue, 11 May 2021 20:02:29 +0000 (22:02 +0200)]
Don't send null message to self

4 years agoAdd sendSyncRequest to man page
AsamK [Tue, 11 May 2021 19:53:30 +0000 (21:53 +0200)]
Add sendSyncRequest to man page

4 years agoUpdate dbus-java
AsamK [Tue, 11 May 2021 19:44:44 +0000 (21:44 +0200)]
Update dbus-java

4 years agoUpdate CHANGELOG.md
AsamK [Tue, 11 May 2021 16:45:38 +0000 (18:45 +0200)]
Update CHANGELOG.md

4 years agoUpdate graalvm config
AsamK [Tue, 11 May 2021 16:40:58 +0000 (18:40 +0200)]
Update graalvm config

4 years agoWarn when using a legacy data path
AsamK [Tue, 11 May 2021 16:39:11 +0000 (18:39 +0200)]
Warn when using a legacy data path

4 years agoStore available profile data even if we don't have the profile key
AsamK [Tue, 11 May 2021 16:37:18 +0000 (18:37 +0200)]
Store available profile data even if we don't have the profile key

4 years agoTrust address/uuid combination from unidentified sender certificate
AsamK [Sun, 9 May 2021 17:48:51 +0000 (19:48 +0200)]
Trust address/uuid combination from unidentified sender certificate

4 years agoImplement preliminary phone number privacy for sender certificate
AsamK [Sun, 9 May 2021 17:34:07 +0000 (19:34 +0200)]
Implement preliminary phone number privacy for sender certificate

4 years agoReset profile key credentials when new profile key is changed
AsamK [Sun, 9 May 2021 17:28:49 +0000 (19:28 +0200)]
Reset profile key credentials when new profile key is changed

4 years agoAllow relinking an account if it's no longer authorized
AsamK [Sun, 9 May 2021 10:22:44 +0000 (12:22 +0200)]
Allow relinking an account if it's no longer authorized

4 years agoLog information when link message from main device has been received
AsamK [Sat, 8 May 2021 17:35:31 +0000 (19:35 +0200)]
Log information when link message from main device has been received

4 years agoEncrypt/decrypt device names
AsamK [Sat, 8 May 2021 17:31:09 +0000 (19:31 +0200)]
Encrypt/decrypt device names

4 years agoReduce default receive timeout to 1 second
AsamK [Sat, 8 May 2021 13:30:27 +0000 (15:30 +0200)]
Reduce default receive timeout to 1 second

4 years agoStore device name in account file and prevent it from becoming null on the server
AsamK [Sat, 8 May 2021 13:29:00 +0000 (15:29 +0200)]
Store device name in account file and prevent it from becoming null on the server

4 years agoCheck if account file already exists before actually completing device link
AsamK [Sat, 8 May 2021 13:19:49 +0000 (15:19 +0200)]
Check if account file already exists before actually completing device link

4 years agoAdapt systemd service to allow successful shutdown
AsamK [Fri, 7 May 2021 15:29:29 +0000 (17:29 +0200)]
Adapt systemd service to allow successful shutdown

4 years agoUpdate CHANGELOG.md
AsamK [Wed, 5 May 2021 18:21:44 +0000 (20:21 +0200)]
Update CHANGELOG.md

4 years agoRenew session if message decryption fails with ProtocolInvalidMessageException
AsamK [Wed, 5 May 2021 18:20:02 +0000 (20:20 +0200)]
Renew session if message decryption fails with ProtocolInvalidMessageException

4 years agoExtend updateProfile command to set family name
AsamK [Wed, 5 May 2021 17:32:52 +0000 (19:32 +0200)]
Extend updateProfile command to set family name

4 years agoAdd version to account file
AsamK [Wed, 5 May 2021 17:02:22 +0000 (19:02 +0200)]
Add version to account file

4 years agoReduce usage of deprecated resolved methods
AsamK [Tue, 4 May 2021 19:18:25 +0000 (21:18 +0200)]
Reduce usage of deprecated resolved methods

4 years agoArchive recipient's sessions after identity key switch
AsamK [Tue, 4 May 2021 18:38:00 +0000 (20:38 +0200)]
Archive recipient's sessions after identity key switch

4 years agoUpdate CHANGELOG.md
AsamK [Tue, 4 May 2021 17:53:35 +0000 (19:53 +0200)]
Update CHANGELOG.md

4 years agoUpdate CHANGELOG.md
AsamK [Mon, 3 May 2021 19:02:42 +0000 (21:02 +0200)]
Update CHANGELOG.md

4 years agoAdd sendSyncRequest command
AsamK [Mon, 3 May 2021 18:37:13 +0000 (20:37 +0200)]
Add sendSyncRequest command

4 years agoPrevent updateContact and block commands on linked devices
AsamK [Mon, 3 May 2021 17:46:35 +0000 (19:46 +0200)]
Prevent updateContact and block commands on linked devices

The changes would be overwritten with the next sync anyway

Fixes #600

4 years agoCheck if profileKey is null for old accounts
AsamK [Mon, 3 May 2021 16:43:28 +0000 (18:43 +0200)]
Check if profileKey is null for old accounts

4 years agoCreate an initial empty profile after registration
AsamK [Mon, 3 May 2021 15:46:53 +0000 (17:46 +0200)]
Create an initial empty profile after registration

4 years agoAttempt to refresh recipients uuid if sending fails
AsamK [Sun, 2 May 2021 22:04:49 +0000 (00:04 +0200)]
Attempt to refresh recipients uuid if sending fails

4 years agoAdd --delete-account argument to completely delete an account
AsamK [Sun, 2 May 2021 22:03:31 +0000 (00:03 +0200)]
Add --delete-account argument to completely delete an account

4 years agoMinor fixes
AsamK [Sun, 2 May 2021 21:20:59 +0000 (23:20 +0200)]
Minor fixes

4 years agoHandle saving inside SignalAccount
AsamK [Sun, 2 May 2021 20:03:41 +0000 (22:03 +0200)]
Handle saving inside SignalAccount

4 years agoRefactor group store
AsamK [Sun, 2 May 2021 14:02:54 +0000 (16:02 +0200)]
Refactor group store

4 years agoCorrectly store uuid from server
AsamK [Sun, 2 May 2021 10:09:12 +0000 (12:09 +0200)]
Correctly store uuid from server

4 years agoRefactor sticker store
AsamK [Sun, 2 May 2021 10:08:47 +0000 (12:08 +0200)]
Refactor sticker store

4 years agoSplit load signal account method
AsamK [Sat, 1 May 2021 15:04:23 +0000 (17:04 +0200)]
Split load signal account method

4 years agoRefactor contact and profile store
AsamK [Fri, 30 Apr 2021 20:17:13 +0000 (22:17 +0200)]
Refactor contact and profile store

4 years agoFix displaying group quit messages
AsamK [Sat, 1 May 2021 14:02:21 +0000 (16:02 +0200)]
Fix displaying group quit messages