]>
nmode's Git Repositories - signal-cli/log
AsamK [Thu, 17 Mar 2022 21:33:39 +0000 (22:33 +0100)]
Bump version
AsamK [Thu, 17 Mar 2022 20:49:29 +0000 (21:49 +0100)]
Use correct captcha url in test script
AsamK [Thu, 17 Mar 2022 20:45:30 +0000 (21:45 +0100)]
Fix multi account commands for newly created accounts
Fixes #913
AsamK [Wed, 16 Mar 2022 20:04:14 +0000 (21:04 +0100)]
Update libsignal-service-java
AsamK [Wed, 16 Mar 2022 18:37:58 +0000 (19:37 +0100)]
Fix NoSuchElementException in json serialization for messages from an untrusted identity
Fixes #910
AsamK [Wed, 2 Mar 2022 21:58:22 +0000 (22:58 +0100)]
Bump version
AsamK [Wed, 2 Mar 2022 21:45:26 +0000 (22:45 +0100)]
Mark --target-timestamp flag as required for sendReceipt command
Fixes #901
AsamK [Thu, 24 Feb 2022 16:31:33 +0000 (17:31 +0100)]
Update libsignal-service-java
Fixes #897
AsamK [Sun, 20 Feb 2022 15:57:49 +0000 (16:57 +0100)]
Bump version
AsamK [Sun, 20 Feb 2022 13:18:20 +0000 (14:18 +0100)]
Add --message-from-stdin flag for send command
AsamK [Sun, 20 Feb 2022 11:22:37 +0000 (12:22 +0100)]
Update libsignal-service-java
AsamK [Sun, 20 Feb 2022 09:03:19 +0000 (10:03 +0100)]
Prevent preKeyIds from starting at zero
AsamK [Sun, 20 Feb 2022 09:02:15 +0000 (10:02 +0100)]
Handle UnsupportedOperationException in daemon command
AsamK [Sun, 20 Feb 2022 09:01:29 +0000 (10:01 +0100)]
Handle OverlappingFileLockException when linking
AsamK [Sat, 5 Feb 2022 15:41:22 +0000 (16:41 +0100)]
Implement JSON-RPC client PoC
AsamK [Fri, 4 Feb 2022 14:47:06 +0000 (15:47 +0100)]
Rename error field in json receive response to exception
AsamK [Sat, 19 Feb 2022 17:46:45 +0000 (18:46 +0100)]
Prevent a stale jsonrpc connection from interfering with message receiving
Fixes #893
AsamK [Sat, 19 Feb 2022 17:44:25 +0000 (18:44 +0100)]
Update graalvm build tools
AsamK [Sun, 13 Feb 2022 19:08:02 +0000 (20:08 +0100)]
Improve error messages when daemon is already running
AsamK [Sun, 13 Feb 2022 19:07:08 +0000 (20:07 +0100)]
Load multiple accounts in parallel
AsamK [Sat, 12 Feb 2022 11:26:42 +0000 (12:26 +0100)]
Improve stop receive handling
Only interrupt the receive thread if it is currently waiting for new
messages from the server, otherwise just set a stop flag.
AsamK [Sat, 12 Feb 2022 10:20:05 +0000 (11:20 +0100)]
Implement basic listAccounts for dbus client mode
Fixes #891
AsamK [Sat, 12 Feb 2022 10:17:44 +0000 (11:17 +0100)]
Improve decryption error logging
AsamK [Fri, 11 Feb 2022 19:33:12 +0000 (20:33 +0100)]
Update libsignal-service-java
AsamK [Fri, 11 Feb 2022 17:11:13 +0000 (18:11 +0100)]
Implement support for change number as linked device
AsamK [Fri, 11 Feb 2022 16:59:02 +0000 (17:59 +0100)]
Reexport dbus objects when self number changes
AsamK [Fri, 11 Feb 2022 16:35:14 +0000 (17:35 +0100)]
Prevent stripping number from self recipient in edge cases
AsamK [Fri, 11 Feb 2022 16:09:09 +0000 (17:09 +0100)]
Update self identifiers after whoAmI request
AsamK [Fri, 11 Feb 2022 15:25:35 +0000 (16:25 +0100)]
Extract number verification code logic
AsamK [Fri, 11 Feb 2022 15:23:09 +0000 (16:23 +0100)]
Move credentials provider to SignalAccount
AsamK [Thu, 10 Feb 2022 17:27:24 +0000 (18:27 +0100)]
Store account list in accounts.json file
AsamK [Wed, 9 Feb 2022 18:07:23 +0000 (19:07 +0100)]
Add SignalAccountFiles as a central entry point
AsamK [Fri, 11 Feb 2022 19:35:52 +0000 (20:35 +0100)]
Add additional logging to message send log store
AsamK [Fri, 11 Feb 2022 20:01:02 +0000 (21:01 +0100)]
Fix type of device id to Integer
Fixes #889
AsamK [Thu, 10 Feb 2022 14:40:04 +0000 (15:40 +0100)]
Fix behavior when reading a v1 group from storage that has already been migrated locally
Fixes #888
AsamK [Wed, 9 Feb 2022 21:47:23 +0000 (22:47 +0100)]
Update reflect-config.json
Simon F [Thu, 10 Feb 2022 06:43:55 +0000 (06:43 +0000)]
Add reference to alpine linux aport to README (#887)
AsamK [Wed, 9 Feb 2022 18:08:12 +0000 (19:08 +0100)]
Close database connection before sleeping
AsamK [Sun, 6 Feb 2022 18:33:50 +0000 (19:33 +0100)]
Align receive timeout behavior for dbus client with cli and JSON-RPC
Timeout is reset by every incoming message
AsamK [Sun, 6 Feb 2022 16:21:39 +0000 (17:21 +0100)]
Cleanup manager package
AsamK [Sun, 6 Feb 2022 12:01:35 +0000 (13:01 +0100)]
Extra Database base class from AccountDatabase
AsamK [Sun, 6 Feb 2022 10:13:01 +0000 (11:13 +0100)]
Use RecipientAddress in AvatarStore
AsamK [Fri, 4 Feb 2022 14:43:20 +0000 (15:43 +0100)]
Log exception when saving file fails
AsamK [Thu, 3 Feb 2022 18:31:09 +0000 (19:31 +0100)]
Add new CA certificate to trust store for chat server.
Existing one expires in 2023.
AsamK [Wed, 2 Feb 2022 18:34:30 +0000 (19:34 +0100)]
Switch to a less cpu intensive function to check if libsignal-client is available
Sebastian Scheibner [Wed, 2 Feb 2022 14:02:21 +0000 (15:02 +0100)]
Update README.md
AsamK [Tue, 1 Feb 2022 20:52:34 +0000 (21:52 +0100)]
Bump version
AsamK [Sun, 30 Jan 2022 15:35:11 +0000 (16:35 +0100)]
Improve JSON-RPC subscribeReceive method with subscription id
exquo [Tue, 1 Feb 2022 19:57:32 +0000 (19:57 +0000)]
Repackage signal-client native builds (#879)
* Repackage signal-client native builds
* Change repo to upstream
* Use `listAccounts` to test run signal-cli
* Use "macOS" in filename
AsamK [Sat, 29 Jan 2022 14:02:30 +0000 (15:02 +0100)]
Refactor JsonMessageEnvelope to remove unnecessary number canonicalization
AsamK [Sat, 29 Jan 2022 14:01:34 +0000 (15:01 +0100)]
Add more informative thread names
AsamK [Sat, 29 Jan 2022 11:35:19 +0000 (12:35 +0100)]
Add --log-file parameter to write logs to separate file
Use logback for more control over the log output
Fixes #845
AsamK [Sun, 23 Jan 2022 19:50:23 +0000 (20:50 +0100)]
Implement MessageSendLog for resending after encryption error
AsamK [Thu, 27 Jan 2022 21:42:49 +0000 (22:42 +0100)]
Fix sender check for requesting message resend
AsamK [Thu, 27 Jan 2022 19:03:43 +0000 (20:03 +0100)]
Output sender also for sealed sender messages that fail to decrypt
morph027 [Wed, 26 Jan 2022 21:04:36 +0000 (22:04 +0100)]
add GraalVM reflections for GroupJoinInfo (#872)
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
Co-authored-by: morph027 <stefan.heitmueller@gmx.com>
AsamK [Wed, 26 Jan 2022 20:57:01 +0000 (21:57 +0100)]
Mark profile for refresh when receiving a profile key message
AsamK [Wed, 26 Jan 2022 20:55:23 +0000 (21:55 +0100)]
Fix output for envelope receipts
AsamK [Wed, 26 Jan 2022 20:03:04 +0000 (21:03 +0100)]
Create stores in SignalAccount lazily
AsamK [Wed, 26 Jan 2022 18:22:46 +0000 (19:22 +0100)]
Update graalvm config
AsamK [Sun, 23 Jan 2022 19:50:56 +0000 (20:50 +0100)]
Improve error handling of getUserStatus command for invalid phonen numbers
morph027 [Sun, 23 Jan 2022 19:48:55 +0000 (20:48 +0100)]
add org.whispersystems.signalservice.internal.push.SignalServiceProtos.storyContext_ to graalvm reflect config (#868)
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
Co-authored-by: morph027 <stefan.heitmueller@gmx.com>
AsamK [Sat, 22 Jan 2022 21:58:46 +0000 (22:58 +0100)]
Bump version
AsamK [Sat, 22 Jan 2022 15:55:51 +0000 (16:55 +0100)]
Update libsignal-service-java
AsamK [Sat, 22 Jan 2022 15:55:35 +0000 (16:55 +0100)]
Add recipient id to logging
AsamK [Sat, 22 Jan 2022 15:41:00 +0000 (16:41 +0100)]
Make deviceId an int
AsamK [Sat, 22 Jan 2022 12:21:56 +0000 (13:21 +0100)]
Archive old sessions when an identity key has changed
AsamK [Mon, 17 Jan 2022 17:26:08 +0000 (18:26 +0100)]
Fix profile fetch with an invalid LANG variable
AsamK [Sun, 16 Jan 2022 09:45:56 +0000 (10:45 +0100)]
Update gradle
AsamK [Sun, 16 Jan 2022 09:45:36 +0000 (10:45 +0100)]
Update year
AsamK [Sun, 16 Jan 2022 09:44:08 +0000 (10:44 +0100)]
Fix CHANGELOG
AsamK [Sun, 16 Jan 2022 08:56:10 +0000 (09:56 +0100)]
Bump version
AsamK [Sun, 16 Jan 2022 09:06:43 +0000 (10:06 +0100)]
Fix debug message
AsamK [Sat, 15 Jan 2022 17:21:26 +0000 (18:21 +0100)]
Log the time it takes to send a group message
AsamK [Sat, 15 Jan 2022 17:18:40 +0000 (18:18 +0100)]
Improve performance when fetching multiple profiles
AsamK [Sat, 15 Jan 2022 15:24:25 +0000 (16:24 +0100)]
Ignore decryption failures from blocked contacts
AsamK [Wed, 5 Jan 2022 22:41:17 +0000 (23:41 +0100)]
Rename sandbox to staging environment
To match the upstream name
AsamK [Mon, 3 Jan 2022 17:50:27 +0000 (18:50 +0100)]
Add sticker pack url to list output
AsamK [Mon, 3 Jan 2022 16:54:53 +0000 (17:54 +0100)]
Retrieve sticker pack before sending if necessary
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