]>
nmode's Git Repositories - signal-cli/log
AsamK [Sun, 17 Jan 2021 12:14:12 +0000 (13:14 +0100)]
Bump version
AsamK [Sun, 17 Jan 2021 11:36:11 +0000 (12:36 +0100)]
Ignore relay in json output if null
AsamK [Sun, 17 Jan 2021 10:57:46 +0000 (11:57 +0100)]
Add remote delete info to json output
Fixes #424
AsamK [Sun, 17 Jan 2021 10:43:39 +0000 (11:43 +0100)]
Add typing message to json output
Fixes #423
AsamK [Sun, 17 Jan 2021 10:29:11 +0000 (11:29 +0100)]
Add viewOnce boolean to json data message
AsamK [Sun, 17 Jan 2021 10:23:02 +0000 (11:23 +0100)]
Make fields in json classes final and omit unnecessary nulls when serializing
Fix sender in sync read messages
AsamK [Sat, 16 Jan 2021 20:20:12 +0000 (21:20 +0100)]
Rename Cli class to App
AsamK [Sat, 16 Jan 2021 20:12:01 +0000 (21:12 +0100)]
Check if output type is supported by command
AsamK [Sat, 16 Jan 2021 19:12:24 +0000 (20:12 +0100)]
Fix group info for json dbus messages
AsamK [Sat, 16 Jan 2021 19:11:50 +0000 (20:11 +0100)]
Fix logger names
AsamK [Sat, 16 Jan 2021 19:11:32 +0000 (20:11 +0100)]
Extract JsonWriter for json output
AsamK [Sat, 16 Jan 2021 17:52:06 +0000 (18:52 +0100)]
Add an enum for output types
AsamK [Sat, 16 Jan 2021 16:45:45 +0000 (17:45 +0100)]
Move buildArgumentParser to Cli class
AsamK [Sat, 16 Jan 2021 16:06:10 +0000 (17:06 +0100)]
Use getRegisteredUsers (CDS2) instead of getContacts for getUserStatus command
That's what the official app does, looks like the old contact discovery
system is not working anymore.
AsamK [Sat, 16 Jan 2021 14:38:38 +0000 (15:38 +0100)]
Use exit 4 when sending a single recipient message fails due to untrusted identity key
Fixes #88
AsamK [Sat, 16 Jan 2021 10:56:41 +0000 (11:56 +0100)]
Send self messages as normal messages, new flag --note-to-self for sync message
Fixes #373
AsamK [Sat, 16 Jan 2021 09:21:38 +0000 (10:21 +0100)]
Move recipients/group argument check to send commands
AsamK [Fri, 15 Jan 2021 20:12:03 +0000 (21:12 +0100)]
Update systemd service file
AsamK [Fri, 15 Jan 2021 17:28:54 +0000 (18:28 +0100)]
Allow calling signal-cli without -u flag
For daemon command all local users will be exposed as dbus objects
If only one local user exists, all other commands will use that user,
otherwise a user has to be specified.
AsamK [Sat, 16 Jan 2021 07:59:15 +0000 (08:59 +0100)]
Improve logging for provisioning
AsamK [Sat, 16 Jan 2021 07:58:59 +0000 (08:58 +0100)]
Prevent incorrect error log about saving failed if an exception was thrown
AsamK [Fri, 15 Jan 2021 21:31:40 +0000 (22:31 +0100)]
Replace Base64 class from libsignal with java.util.Base64
AsamK [Fri, 15 Jan 2021 21:12:01 +0000 (22:12 +0100)]
Update man page
AsamK [Fri, 15 Jan 2021 17:29:33 +0000 (18:29 +0100)]
Set log level to debug for verbose mode
AsamK [Fri, 15 Jan 2021 17:29:13 +0000 (18:29 +0100)]
Fix loading some account files without legacy store
AsamK [Fri, 15 Jan 2021 11:21:19 +0000 (12:21 +0100)]
Remove unnecessary isRegistered checks
AsamK [Fri, 15 Jan 2021 11:09:37 +0000 (12:09 +0100)]
Use global output flag for daemon command
AsamK [Fri, 15 Jan 2021 10:43:53 +0000 (11:43 +0100)]
Add --verbose flag to show extended logging
Fixes #379
AsamK [Thu, 14 Jan 2021 21:18:40 +0000 (22:18 +0100)]
Extract some utils from manager
AsamK [Thu, 14 Jan 2021 21:19:37 +0000 (22:19 +0100)]
Update man page
AsamK [Thu, 14 Jan 2021 20:26:20 +0000 (21:26 +0100)]
Fix file name for contact avatars
AsamK [Thu, 14 Jan 2021 20:26:01 +0000 (21:26 +0100)]
Create an AttachmentStore
AsamK [Thu, 14 Jan 2021 17:41:21 +0000 (18:41 +0100)]
Always include profile key in direct messages
Adjusts behavior to official client
Fixes #416
Atomic-Bean [Thu, 14 Jan 2021 17:10:35 +0000 (03:40 +1030)]
Added sticker field to json output. Also added hidden mac file to .gitignore (#418)
AsamK [Wed, 13 Jan 2021 21:35:58 +0000 (22:35 +0100)]
Create an AvatarStore
AsamK [Wed, 13 Jan 2021 19:56:23 +0000 (20:56 +0100)]
Always delete temporary files on exit
AsamK [Wed, 13 Jan 2021 19:19:34 +0000 (20:19 +0100)]
Make loggers private
AsamK [Wed, 13 Jan 2021 18:13:03 +0000 (19:13 +0100)]
Ignore group message if the sender is not in the group
AsamK [Wed, 13 Jan 2021 16:04:58 +0000 (17:04 +0100)]
Reformat man doc and clarify help text
Atomic-Bean [Wed, 13 Jan 2021 15:51:31 +0000 (02:21 +1030)]
Added JSON output to listGroups and allowed json to be activated with -j (#401)
* Added json output to listGroups and allowed json to be activated with -j
* Renamed classes
* Added AsamK's suggestions
* Removed isRegisted check since that is causing a conflict with upstream
* Fixed an issue in the help message for listGroupsCommand
* Re-enabled --json for receive and getUserStatuses commands as deprecated
* Added better depricated warning message and clarified some java doc stuff
AsamK [Tue, 12 Jan 2021 19:40:17 +0000 (20:40 +0100)]
Extract pre key generation to KeyUtils
AsamK [Mon, 11 Jan 2021 20:18:03 +0000 (21:18 +0100)]
Refactor message cache
AsamK [Mon, 11 Jan 2021 18:50:19 +0000 (19:50 +0100)]
Update copyright notices
AsamK [Sun, 10 Jan 2021 16:07:06 +0000 (17:07 +0100)]
Refactor register and verify
AsamK [Sun, 10 Jan 2021 21:31:18 +0000 (22:31 +0100)]
Check for null query when decoding device link uri
AsamK [Sun, 10 Jan 2021 21:41:39 +0000 (22:41 +0100)]
Fix expectedV2Id serialization
AsamK [Sun, 10 Jan 2021 17:14:33 +0000 (18:14 +0100)]
Fix pin hash version to match android
AsamK [Sun, 10 Jan 2021 16:07:26 +0000 (17:07 +0100)]
Disable registration lock before removing pin
AsamK [Sun, 10 Jan 2021 14:26:45 +0000 (15:26 +0100)]
Download group info if it's missing in the cache
AsamK [Mon, 21 Dec 2020 09:25:36 +0000 (10:25 +0100)]
Move IdentityKeyPair generation to KeyUtils
in preparation for rust libsignal which doesn't provide the method
AsamK [Sun, 3 Jan 2021 20:04:32 +0000 (21:04 +0100)]
Improve user status command
Atomic-Bean [Sun, 3 Jan 2021 20:02:34 +0000 (06:32 +1030)]
Command to check if number is registered (#391)
* Added the isRegistered command
* Minor fixes
* Corrected description
* Added AsamK's suggestions
Fixes #178
AsamK [Thu, 31 Dec 2020 17:07:06 +0000 (18:07 +0100)]
Bump version
AsamK [Thu, 31 Dec 2020 15:14:30 +0000 (16:14 +0100)]
Request profiles without uuid if libzkgroup is not available
Fixes #397
AsamK [Sun, 22 Mar 2020 15:02:31 +0000 (16:02 +0100)]
Implement registration pin lock with KBS
Fixes #323
Fixes #268
AsamK [Wed, 30 Dec 2020 10:59:24 +0000 (11:59 +0100)]
Replace Collections with Set.of/Map.of/List.of
AsamK [Tue, 29 Dec 2020 21:48:39 +0000 (22:48 +0100)]
Cleanup utils
AsamK [Tue, 29 Dec 2020 21:15:38 +0000 (22:15 +0100)]
Move storage package to manager
AsamK [Tue, 29 Dec 2020 21:09:06 +0000 (22:09 +0100)]
Move group classes to separate package
AsamK [Fri, 25 Dec 2020 22:07:36 +0000 (23:07 +0100)]
Use File instead of String
AsamK [Fri, 25 Dec 2020 21:34:30 +0000 (22:34 +0100)]
Use slf4j simple logger
AsamK [Fri, 25 Dec 2020 12:46:35 +0000 (13:46 +0100)]
Use base64 group id for protobuf group file to match avatar files
base64 with '/' replaced by '_'
AsamK [Fri, 25 Dec 2020 12:42:51 +0000 (13:42 +0100)]
Fix prevention of adding group members a second time
AsamK [Thu, 24 Dec 2020 17:05:12 +0000 (18:05 +0100)]
Fix handling data messages of sync messages
AsamK [Thu, 24 Dec 2020 16:53:23 +0000 (17:53 +0100)]
Retrieve group v2 avatars
Fixes #392
AsamK [Thu, 24 Dec 2020 15:36:47 +0000 (16:36 +0100)]
Refactor to use GroupId class to wrap the byte array
Helps distinguish between group v1 and v2 ids
AsamK [Wed, 23 Dec 2020 10:24:07 +0000 (11:24 +0100)]
Add null check and change some formatting
Atomic-Bean [Wed, 23 Dec 2020 10:23:40 +0000 (20:53 +1030)]
Quotes, Mentions and Reactions in non-daemon JSON mode (#389)
* Added support for quotes, mentions and reactions in non-daemon JSON output
AsamK [Tue, 22 Dec 2020 23:18:21 +0000 (00:18 +0100)]
Download quote attachment thumbnails and slightly improve the quote output
AsamK [Mon, 21 Dec 2020 20:59:41 +0000 (21:59 +0100)]
Bump version
AsamK [Mon, 21 Dec 2020 20:56:48 +0000 (21:56 +0100)]
Print warning if libzkgroup is missing
AsamK [Mon, 21 Dec 2020 19:03:19 +0000 (20:03 +0100)]
Implement join group via invitation link
AsamK [Mon, 21 Dec 2020 15:59:54 +0000 (16:59 +0100)]
Show group invite link in group list
AsamK [Mon, 21 Dec 2020 14:24:52 +0000 (15:24 +0100)]
Implement blocking for v2 groups
AsamK [Mon, 21 Dec 2020 14:20:18 +0000 (15:20 +0100)]
Implement accepting and declining group invitations
AsamK [Mon, 21 Dec 2020 13:56:37 +0000 (14:56 +0100)]
Get UUIDs for unknown numbers from server
AsamK [Mon, 21 Dec 2020 10:45:42 +0000 (11:45 +0100)]
Add group v2 id to json output
AsamK [Tue, 15 Dec 2020 22:07:16 +0000 (23:07 +0100)]
Bump version
AsamK [Tue, 15 Dec 2020 17:58:49 +0000 (18:58 +0100)]
Prevent NullPointerException when destination is null for some reason
AsamK [Mon, 14 Dec 2020 18:14:49 +0000 (19:14 +0100)]
Implement quit group
AsamK [Sun, 13 Dec 2020 11:01:18 +0000 (12:01 +0100)]
Implement updating of v2 groups
AsamK [Sat, 12 Dec 2020 10:51:38 +0000 (11:51 +0100)]
Apply decrypted group change when receiving signed change
AsamK [Sat, 12 Dec 2020 10:14:36 +0000 (11:14 +0100)]
Migrate local group to v2 if another member has migrated it
AsamK [Fri, 11 Dec 2020 22:26:00 +0000 (23:26 +0100)]
Update dbus-java
AsamK [Tue, 8 Dec 2020 19:59:20 +0000 (20:59 +0100)]
Reformat project
AsamK [Mon, 7 Dec 2020 20:06:07 +0000 (21:06 +0100)]
Implement creating V2 Groups
AsamK [Fri, 4 Dec 2020 18:51:36 +0000 (19:51 +0100)]
Show pending and requesting members of v2 groups
AsamK [Tue, 1 Dec 2020 18:06:41 +0000 (19:06 +0100)]
Only update account attributes if already registered
AsamK [Tue, 24 Nov 2020 20:44:57 +0000 (21:44 +0100)]
Implement a sticker store
AsamK [Sun, 22 Nov 2020 18:47:10 +0000 (19:47 +0100)]
Implement support for sending/receiving Group V2 messages
Requires libzkgroup to work, which is currently only included for x86_64 Linux
Related #354
AsamK [Mon, 23 Nov 2020 21:40:05 +0000 (22:40 +0100)]
Update codestyle
AsamK [Sun, 22 Nov 2020 14:50:34 +0000 (15:50 +0100)]
Bump version
AsamK [Sun, 22 Nov 2020 14:49:42 +0000 (15:49 +0100)]
Add CHANGELOG.md
AsamK [Sun, 22 Nov 2020 11:56:32 +0000 (12:56 +0100)]
Add output for new message infos
AsamK [Sun, 22 Nov 2020 10:03:14 +0000 (11:03 +0100)]
Add possibility to pass a captcha token to register command
Fixes #251
AsamK [Sun, 22 Nov 2020 09:48:42 +0000 (10:48 +0100)]
Adapt json output to always use receiptMessage and remove isReceipt field
Fixes #346
AsamK [Sun, 22 Nov 2020 09:38:28 +0000 (10:38 +0100)]
Remove legacy EncapsulatedExceptions from manager
AsamK [Sun, 22 Nov 2020 09:03:41 +0000 (10:03 +0100)]
Use StandardCharsets.UTF_8
AsamK [Sat, 21 Nov 2020 19:11:46 +0000 (20:11 +0100)]
Store profile keys only in profile store
Fixes #328
AsamK [Sat, 21 Nov 2020 10:51:59 +0000 (11:51 +0100)]
Save account data after executing message actions
Fixes #361