AsamK
d356d92b5e
Extend getUserStatus command for usernames
2024-03-22 10:54:42 +01:00
AsamK
2424fc1f53
Add register parameter to force reregistration
2024-02-27 18:12:43 +01:00
AsamK
2f3c064462
Update documentation
2024-02-25 17:46:27 +01:00
AsamK
fb99ff5284
Document creating and sending to usernames
2024-02-18 21:04:50 +01:00
AsamK
d84362eb0f
Add sendMessageRequestResponse command
2024-02-18 20:48:16 +01:00
AsamK
6cd57312a1
Add parameter to configure phone number privacy
2024-02-18 20:42:41 +01:00
AsamK
7cf3a989bf
Add command to retrieve avatars and stickers
...
Fixes #1125
2024-02-09 22:10:46 +01:00
AsamK
1bf703b012
Add --bus-name option to use different D-Bus bus name
2024-02-09 18:07:30 +01:00
AsamK
00e71ed0fc
Improve scrubbing of sensitive identifiers
...
Fixes #1189
2024-01-31 20:33:01 +01:00
AsamK
a40810e33e
Update CHANGELOG.md
2024-01-30 19:00:33 +01:00
AsamK
2ab5b2817e
Deprecate daemon mode without explicit mode flag
2024-01-30 17:44:51 +01:00
AsamK
30e8e36635
Add --unrestricted-unidentified-sender to updateAccount command
2024-01-13 16:00:55 +01:00
AsamK
7b0744ec75
Add --hide parameter to removeContact command
2023-11-11 11:39:33 +01:00
spezialist1
7b899d1853
Add example syntax for a mixed text style ( #1367 )
2023-11-06 11:58:11 +01:00
AsamK
90601b7b6b
Fix man page generation
2023-10-22 21:33:15 +02:00
AsamK
101c217ef8
Update captcha help text
2023-10-22 20:42:25 +02:00
AsamK
fc2e9bbfae
Fix inspections
2023-10-17 20:34:21 +02:00
AsamK
24069c8277
Update documentation
2023-10-15 22:37:46 +02:00
AsamK
56ee173d03
Implement exit code for rate limiting error
...
Closes #1240
2023-10-13 19:36:58 +02:00
AsamK
fae83f8d22
Extend json-rpc man page
2023-10-05 22:18:36 +02:00
AsamK
a7a5947a1b
Implement multi-account mode for jsonRpc command
...
Fixes #1319
2023-09-01 12:11:38 +02:00
AsamK
c8daef5113
Add --receive-mode parameter to jsonRpc command
2023-09-01 12:08:56 +02:00
AsamK
e867c57af8
Add addStickerPack command
2023-08-20 22:36:18 +02:00
AsamK
133e2cc222
Document listStickerPacks command
2023-08-20 19:41:00 +02:00
AsamK
3d5c440aa2
Improve uuid/number handling
2023-06-11 16:39:54 +02:00
Adimarantis
a96c4938b1
Dbus identities ( #1259 )
...
* Dbus Identities and Trust
* Update src/main/java/org/asamk/signal/dbus/DbusSignalImpl.java
* PR feedback updates
* Documentation and consistent case sensitivity
* doc for listIdentities and getIdentity
2023-06-05 19:26:00 +02:00
exquo
5197212d3f
Fix TextStyle doc example typo ( #1251 )
2023-05-22 17:35:34 +02:00
AsamK
91700ce995
Implement textStyles for sending and receiving
...
Fixes #1250
2023-05-20 12:49:57 +02:00
AsamK
8a31b7f2c1
Implement editing of previous messages
2023-05-11 19:10:29 +02:00
exquo
49591aedb4
Document accepting group invitations ( #1218 )
2023-04-02 17:58:54 +02:00
AsamK
c100b504dc
Document submitRateLimitChallenge
2023-01-21 19:42:49 +01:00
AsamK
c628e27d2e
Update man page
2022-11-02 17:46:20 +01:00
AsamK
43face8ead
Small improvements
2022-11-01 22:48:47 +01:00
ced-b
2e4d346bc8
Add command to get an attachment ( #1080 )
...
* Add command to get an attachment
* Refactor retrieving of attachments to use StreamDetails
* Refactor AttachmentCommand to GetAttachmentCommand
* Minor improvements to GetAttachmentCommand
* Use JSON serializer to serialize binary data
Serializing the stream is better for memory handling than
loading the whole thing into the file.
* Clean up unneeded class
* Added command to doc
Co-authored-by: cedb <cedb@keylimebox.org>
2022-11-01 22:47:43 +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
9ffacfe90e
Add --ignore-stories flag to prevent receiving story messages
2022-10-19 19:11:37 +02:00
AsamK
6feff1e42b
Add sendPaymentNotification dbus method
...
Closes #1010
2022-09-18 16:56:30 +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
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
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
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
34c0968f5e
Add mobile-coin-address to updateProfile command
2022-05-21 10:44:28 +02:00
AsamK
7587a60387
Implement sendPayment notification command
2022-05-21 09:04:23 +02:00