]>
nmode's Git Repositories - signal-cli/log
AsamK [Mon, 3 Jan 2022 16:51:04 +0000 (17:51 +0100)]
Change stickerId to hex everywhere
Remove packKey from output
AsamK [Mon, 3 Jan 2022 15:11:03 +0000 (16:11 +0100)]
Implement listStickerPacks command
AsamK [Mon, 3 Jan 2022 12:24:13 +0000 (13:24 +0100)]
Add support for sending stickers
AsamK [Sun, 2 Jan 2022 20:19:37 +0000 (21:19 +0100)]
Add verbose logging for decryption errors of incoming messages
Sebastian Scheibner [Sun, 2 Jan 2022 20:31:16 +0000 (21:31 +0100)]
Update CONTRIBUTING.md
Orazio [Sun, 2 Jan 2022 19:37:41 +0000 (20:37 +0100)]
Set security options for the example signal-cli-socket systemd unit (#852)
* Restrict socket access to root and users in the signal-cli group
* Sandbox signal-cli-socket service using systemd features
* Add RemoveIPC too.
* Restore original placeholder for ExecStart path.
AsamK [Sun, 2 Jan 2022 16:52:40 +0000 (17:52 +0100)]
Mark isRegistered() dbus method as deprecated
It always return true.
AsamK [Sun, 2 Jan 2022 16:52:20 +0000 (17:52 +0100)]
Improve pin failure message in dbus mode
AsamK [Sun, 2 Jan 2022 16:16:05 +0000 (17:16 +0100)]
Add config files for systemd sysusers and tmpfiles
AsamK [Sun, 2 Jan 2022 15:33:28 +0000 (16:33 +0100)]
Adapt log levels
AsamK [Fri, 31 Dec 2021 17:17:32 +0000 (18:17 +0100)]
Implement multi account commands for dbus client
AsamK [Fri, 31 Dec 2021 15:39:33 +0000 (16:39 +0100)]
Extract ProvisioningManager and RegistrationManager interfaces
AsamK [Fri, 31 Dec 2021 15:19:25 +0000 (16:19 +0100)]
Make GroupV2Helper package-private
AsamK [Fri, 31 Dec 2021 15:14:22 +0000 (16:14 +0100)]
Extract AccountHelper
AsamK [Thu, 30 Dec 2021 21:44:38 +0000 (22:44 +0100)]
Extract ReceiveHelper
AsamK [Thu, 30 Dec 2021 21:02:03 +0000 (22:02 +0100)]
Refactor Context to create helpers lazily
AsamK [Thu, 30 Dec 2021 16:15:40 +0000 (17:15 +0100)]
Add UnregisteredRecipientException
AsamK [Thu, 30 Dec 2021 14:33:16 +0000 (15:33 +0100)]
Extract RecipientHelper
AsamK [Thu, 30 Dec 2021 14:34:44 +0000 (15:34 +0100)]
Update dependencies
AsamK [Thu, 30 Dec 2021 12:30:05 +0000 (13:30 +0100)]
Adapt log levels
AsamK [Thu, 30 Dec 2021 11:15:58 +0000 (12:15 +0100)]
Update CHANGELOG.md
AsamK [Thu, 30 Dec 2021 11:03:41 +0000 (12:03 +0100)]
Add additional log verbosity levels
AsamK [Wed, 29 Dec 2021 08:45:59 +0000 (09:45 +0100)]
Add additional logging
AsamK [Sun, 26 Dec 2021 16:14:06 +0000 (17:14 +0100)]
Paralellize profile fetching
AsamK [Sun, 26 Dec 2021 11:40:06 +0000 (12:40 +0100)]
Move saving out of synchronized block
AsamK [Sun, 26 Dec 2021 11:30:02 +0000 (12:30 +0100)]
Align dbus handling of no account parameter with normal mode
AsamK [Sun, 26 Dec 2021 09:28:03 +0000 (10:28 +0100)]
Update graalvm-config
Fixes #848
AsamK [Sun, 26 Dec 2021 08:28:53 +0000 (09:28 +0100)]
Update libsignal-service-java
AsamK [Sat, 25 Dec 2021 15:19:21 +0000 (16:19 +0100)]
Disable unidentified access for recipient if it fails once
AsamK [Sat, 25 Dec 2021 15:13:07 +0000 (16:13 +0100)]
Throw unregistered exception in getRegisteredUser
AsamK [Sat, 25 Dec 2021 15:12:38 +0000 (16:12 +0100)]
Improve error handling for profile fetching
AsamK [Sat, 25 Dec 2021 15:07:27 +0000 (16:07 +0100)]
Optimize getAccessFor method
AsamK [Sat, 25 Dec 2021 15:06:33 +0000 (16:06 +0100)]
Log profile decryption failure
AsamK [Sat, 25 Dec 2021 15:06:12 +0000 (16:06 +0100)]
Update handling of unrestricted unidentified sender access.
Fixes #843
AsamK [Thu, 23 Dec 2021 17:26:09 +0000 (18:26 +0100)]
Start preKeyIds with a random number
Fixes #842
AsamK [Thu, 23 Dec 2021 17:22:14 +0000 (18:22 +0100)]
Add logging for executing action
AsamK [Thu, 23 Dec 2021 12:43:53 +0000 (13:43 +0100)]
Add error message when creating sende keys path fails
AsamK [Wed, 22 Dec 2021 18:19:50 +0000 (19:19 +0100)]
Save account file after adding distribution ids
AsamK [Wed, 22 Dec 2021 18:19:19 +0000 (19:19 +0100)]
Return unknown version if project version is not available
AsamK [Wed, 22 Dec 2021 18:18:42 +0000 (19:18 +0100)]
Add workaround for jsonrpc clients that send null params
AsamK [Wed, 22 Dec 2021 11:47:42 +0000 (12:47 +0100)]
Improve exit code for message sending
Exit with 0 status code if the message was sent successfully to at least
one recipient, otherwise exit with status code 2 or 4 (for untrusted).
Fixes #828
AsamK [Wed, 22 Dec 2021 10:19:22 +0000 (11:19 +0100)]
Catch all exceptions when deserializig session records
AsamK [Wed, 22 Dec 2021 09:45:58 +0000 (10:45 +0100)]
Update graalvm native buildtools
AsamK [Wed, 22 Dec 2021 09:32:41 +0000 (10:32 +0100)]
Update graalvm config
Fixes #841
AsamK [Mon, 20 Dec 2021 17:46:03 +0000 (18:46 +0100)]
Send typing messages with sender keys
AsamK [Mon, 20 Dec 2021 16:48:36 +0000 (17:48 +0100)]
Retry failed messages after trusting a new identity
AsamK [Mon, 20 Dec 2021 15:12:37 +0000 (16:12 +0100)]
Use Duration for timeout
AsamK [Mon, 20 Dec 2021 13:44:58 +0000 (14:44 +0100)]
Update graalvm config
AsamK [Mon, 20 Dec 2021 13:02:40 +0000 (14:02 +0100)]
Don't store default values of group blocked/permissionDenied
AsamK [Mon, 20 Dec 2021 13:01:24 +0000 (14:01 +0100)]
Implement simple handling of incoming decryption error message
AsamK [Mon, 20 Dec 2021 11:26:03 +0000 (12:26 +0100)]
Implementing sending group messages with sender keys
AsamK [Mon, 20 Dec 2021 13:37:41 +0000 (14:37 +0100)]
Update libsignal-service-java
AsamK [Mon, 20 Dec 2021 11:26:46 +0000 (12:26 +0100)]
Improve profile fetching
AsamK [Sun, 19 Dec 2021 12:26:43 +0000 (13:26 +0100)]
Update gradle wrapper
AsamK [Thu, 16 Dec 2021 20:10:15 +0000 (21:10 +0100)]
Improve error handling for tcp address parsing
AsamK [Wed, 15 Dec 2021 20:54:53 +0000 (21:54 +0100)]
Prevent NPE if no locale is configured
Fixes #833
AsamK [Sat, 11 Dec 2021 20:21:25 +0000 (21:21 +0100)]
Bump version
AsamK [Sat, 11 Dec 2021 20:04:17 +0000 (21:04 +0100)]
Fix making man pages
AsamK [Sat, 11 Dec 2021 20:01:10 +0000 (21:01 +0100)]
Update tests
AsamK [Sat, 11 Dec 2021 18:59:34 +0000 (19:59 +0100)]
Implement more methods for DbusManagerImpl
AsamK [Sat, 11 Dec 2021 18:34:02 +0000 (19:34 +0100)]
Update CHANGELOG.md
AsamK [Sat, 11 Dec 2021 18:26:15 +0000 (19:26 +0100)]
Implement sendGroupTying dbus method
AsamK [Sat, 11 Dec 2021 18:22:16 +0000 (19:22 +0100)]
Update FUNDING.yml
AsamK [Sat, 11 Dec 2021 12:10:39 +0000 (13:10 +0100)]
Replace collect(Collectors.toList()) with toList()
AsamK [Sat, 11 Dec 2021 11:44:11 +0000 (12:44 +0100)]
Handle send failures as non fatal and return detailed results in json output
Fixes #348
AsamK [Fri, 10 Dec 2021 19:21:14 +0000 (20:21 +0100)]
Include recipient identifier in send error message
AsamK [Fri, 10 Dec 2021 19:17:52 +0000 (20:17 +0100)]
Update resource-config.json
AsamK [Fri, 10 Dec 2021 17:39:44 +0000 (18:39 +0100)]
Update man pages
AsamK [Fri, 10 Dec 2021 16:55:34 +0000 (17:55 +0100)]
Update bouncycastle
AsamK [Wed, 8 Dec 2021 21:31:49 +0000 (22:31 +0100)]
Update libsignal-service-java
AsamK [Mon, 6 Dec 2021 23:02:47 +0000 (00:02 +0100)]
Print uuid in listIdentities command if number unknown
AsamK [Mon, 6 Dec 2021 23:02:24 +0000 (00:02 +0100)]
Improve behavior of changed recipient id
AsamK [Mon, 6 Dec 2021 18:37:14 +0000 (19:37 +0100)]
Always use correct recipientId after recipients were merged
AsamK [Mon, 6 Dec 2021 18:18:18 +0000 (19:18 +0100)]
Extend logging in RecipientStore
AsamK [Mon, 6 Dec 2021 17:55:37 +0000 (18:55 +0100)]
Convert RecipientAddress to record
AsamK [Sun, 5 Dec 2021 15:26:18 +0000 (16:26 +0100)]
Add debug log when reading message from stdin
AsamK [Sun, 5 Dec 2021 15:12:33 +0000 (16:12 +0100)]
Update CHANGELOG.md
AsamK [Sun, 5 Dec 2021 15:08:14 +0000 (16:08 +0100)]
Adapt error message for multi-account only commands
AsamK [Sun, 5 Dec 2021 14:15:53 +0000 (15:15 +0100)]
Copy managers list to prevent ConcurrentModificationException
AsamK [Sun, 5 Dec 2021 13:41:13 +0000 (14:41 +0100)]
Remove jackson from lib's api
AsamK [Sun, 5 Dec 2021 14:32:28 +0000 (15:32 +0100)]
Close account if user is not registered
AsamK [Sun, 5 Dec 2021 11:34:29 +0000 (12:34 +0100)]
Update reflect-config.json
AsamK [Sun, 5 Dec 2021 11:01:12 +0000 (12:01 +0100)]
Fix issue when loading a legacy account file without aci
AsamK [Sun, 5 Dec 2021 11:00:49 +0000 (12:00 +0100)]
Improve error message when an account is already in use
AsamK [Sun, 5 Dec 2021 11:00:31 +0000 (12:00 +0100)]
Improve handling of unregistered account
jonas.hoefer [Thu, 2 Dec 2021 10:02:28 +0000 (11:02 +0100)]
Add dbus methods: deleteContact and deleteRecipient
Closes #814
AsamK [Sun, 5 Dec 2021 10:00:22 +0000 (11:00 +0100)]
Cache group credentials in memory
AsamK [Sun, 5 Dec 2021 09:25:46 +0000 (10:25 +0100)]
Remove dead code and fix inspection issues
technillogue [Sun, 5 Dec 2021 09:12:50 +0000 (04:12 -0500)]
Add -c for --config (#816)
AsamK [Fri, 3 Dec 2021 13:25:07 +0000 (14:25 +0100)]
Fix to always update recipientsMerged map when merging recipients
AsamK [Fri, 3 Dec 2021 12:50:39 +0000 (13:50 +0100)]
Update graalvm buildtools
AsamK [Sun, 28 Nov 2021 15:56:05 +0000 (16:56 +0100)]
Add Automatic-Module-Name for manager lib
AsamK [Fri, 26 Nov 2021 19:50:54 +0000 (20:50 +0100)]
Add removeContact command
Closes #335
technillogue [Tue, 23 Nov 2021 07:14:01 +0000 (02:14 -0500)]
add JsonPayment (#808)
AsamK [Sun, 21 Nov 2021 18:18:17 +0000 (19:18 +0100)]
Implement sending message quotes
Fixes #213
AsamK [Fri, 19 Nov 2021 16:17:13 +0000 (17:17 +0100)]
Only store recipient if there were changes
AsamK [Thu, 18 Nov 2021 18:23:11 +0000 (19:23 +0100)]
Update libsignal-service-java
AsamK [Mon, 15 Nov 2021 17:02:41 +0000 (18:02 +0100)]
Update reflect config
AsamK [Sun, 14 Nov 2021 14:24:21 +0000 (15:24 +0100)]
Return json response if available in error data field
AsamK [Sun, 14 Nov 2021 14:00:06 +0000 (15:00 +0100)]
Clean up base package