Commit graph

877 commits

Author SHA1 Message Date
AsamK
ae678871ec Extract JSON-RPC command handler 2022-11-01 17:10:15 +01:00
AsamK
9096229637 Improve behavior with synchronous and asynchronous receivers 2022-11-01 13:58:09 +01:00
AsamK
175057e781 Implement receive command for JSON-RPC mode
The command returns a list of messages, as soon as the timeout is reached
after the last message has been received or the maximum number of messages
has been received.
2022-10-31 11:56:25 +01:00
AsamK
de2bfc7f79 Add optional message limit for receive command 2022-10-31 11:17:52 +01:00
AsamK
5ed9db4f08 Implement replying to stories 2022-10-30 18:18:21 +01:00
AsamK
fea19c9e20 Implement reacting to stories 2022-10-30 14:41:02 +01:00
AsamK
207764e0be Add option to disable adding message to send log 2022-10-30 11:00:25 +01:00
AsamK
25e84f2f5d Add account to plain text output
Fixes #1075
2022-10-29 13:49:14 +02:00
AsamK
e63f2fafb9 Add color to listContacts output
Fixes #1072
2022-10-28 20:12:11 +02:00
AsamK
9ffacfe90e Add --ignore-stories flag to prevent receiving story messages 2022-10-19 19:11:37 +02:00
AsamK
7eb7ee44f2 Refactor RecipientAddress 2022-10-08 17:42:03 +02:00
AsamK
489fb2ac22 Improve error message when joining a group with already pending admin approval 2022-10-07 19:31:27 +02:00
technillogue
0c74338c9c Bump user agent version
Closes #1024
2022-10-06 17:57:48 +02:00
ETL
d9472ec19c
Update user agent (#1023)
Recent changes from Signal caused DeprecatedVersionException to occur.

Changing the user agent debugged the receiving (sending still erroring)
2022-10-06 08:03:25 +02:00
AsamK
6feff1e42b Add sendPaymentNotification dbus method
Closes #1010
2022-09-18 16:56:30 +02:00
AsamK
60ed2c292f Update libsignal-service-java 2022-09-17 11:26:44 +02:00
AsamK
1d77153a2b Add --scrub-log flag to remove possibly sensitive information from the log 2022-09-04 11:15:23 +02:00
AsamK
2e8e81a926 Update dependencies 2022-09-02 22:33:48 +02:00
AsamK
2c586266ff Disallow sending an empty message
It would be ignored by the offical apps anyway
2022-08-28 16:04:05 +02:00
AsamK
4120630309 Remove fallback to reading stdin if no message body is given
To read a message from stdin, use the `--message-from-stdin` flag
2022-08-28 16:04:05 +02:00
AsamK
1ea4309a2a Change meaning of -v flag from --version to --verbose 2022-08-28 16:04:05 +02:00
AsamK
0c4a037dde Move identity store to database 2022-08-28 16:04:05 +02:00
AsamK
a593051512 Implement receive handling for story messages 2022-08-09 23:20:12 +02:00
AsamK
7a42737287 Workaround possible GraalVM issue 2022-07-27 20:58:58 +02:00
AsamK
1cc21834e2 Workaround possible GraalVM issue
Fixes #987
2022-07-27 18:20:07 +02:00
AsamK
abebffb2cd Improve output for profile key update messages 2022-06-18 12:28:02 +02:00
AsamK
aaa6412469 Allow registering new accounts on both live and staging environments
in the same config directory
2022-06-12 17:29:25 +02:00
AsamK
c487929bcd Make version command work on the command line 2022-06-12 17:29:20 +02:00
AsamK
c8cd36bde8 Unsubscribe receive if jsonRpcSender channel is closed 2022-06-08 17:51:18 +02:00
AsamK
5b5a1718e9 Update register error message 2022-06-07 11:53:53 +02:00
AsamK
3ad87e1362 Reformat 2022-06-06 17:13:41 +02:00
Kevin
cb5e3c6bf7
Added base64 encoded attachment support (#966)
* Added base64 encoded attachment support

* Added final

* Added full RFC 2397 support

* Added feedback

* Update doc

* Update signal-cli.1.adoc

Co-authored-by: Sebastian Scheibner <asamk@gmx.de>
2022-06-04 11:11:35 +02:00
AsamK
badbb55ef2 Split given/family name in updateContact command 2022-05-29 22:21:24 +02:00
AsamK
27dbc671e0 Add option to send read receipts for all received data messages
Fixes #850
2022-05-26 18:00:23 +02:00
AsamK
fd92a96e1a Wrap ignoreAttachments option in a ReceiveConfig record 2022-05-26 17:53:14 +02:00
AsamK
e03c48e0ae Use console charset for reading/writing to stdin/out 2022-05-26 15:01:36 +02:00
AsamK
425e451237 Update dbus-java 2022-05-26 15:01:36 +02:00
AsamK
d8d859ab02 Fix inspection issues 2022-05-26 12:23:21 +02:00
AsamK
b178c7c67a Implement sending link previews
Fixes #276
2022-05-25 23:23:33 +02:00
AsamK
9ad24614cb Rename main/master device to primary device 2022-05-24 14:36:33 +02:00
AsamK
5b1c6c0d64 Split contact name field in given name and family name 2022-05-23 16:42:38 +02:00
AsamK
69e952738b Update code style for text blocks 2022-05-23 16:26:07 +02:00
AsamK
995eaa6e7c Print more detailed error message when registering with non-normalized number
Fixes #958
2022-05-22 22:01:11 +02:00
AsamK
34c0968f5e Add mobile-coin-address to updateProfile command 2022-05-21 10:44:28 +02:00
AsamK
bf75d9b4e0 Decrypt and verify the profile payment address 2022-05-21 10:44:28 +02:00
AsamK
3666531f8b Refactor manager update profile method 2022-05-21 09:29:58 +02:00
AsamK
7587a60387 Implement sendPayment notification command 2022-05-21 09:04:23 +02:00
AsamK
5f941004f5 Extend listContacts command with profiles and filtering 2022-05-20 11:53:33 +02:00
AsamK
b1e56faab2 Store profile sharing enabled for contacts
Automatically enable it when sending direct messages
2022-05-18 19:12:55 +02:00
AsamK
53f47d42fc Refactor set blocked methods to accept multiple recipientIds/groupIds 2022-05-18 11:09:05 +02:00