AsamK
bb3b9692e3
Implement basic listAccounts for dbus client mode
...
Fixes #891
2022-02-12 11:20:05 +01:00
AsamK
f207c2abc3
Reexport dbus objects when self number changes
2022-02-11 21:03:54 +01:00
AsamK
6dabf4550b
Fix type of device id to Integer
...
Fixes #889
2022-02-11 21:03:54 +01:00
AsamK
8e773d92c1
Align receive timeout behavior for dbus client with cli and JSON-RPC
...
Timeout is reset by every incoming message
2022-02-06 19:33:50 +01:00
AsamK
5cccf52103
Cleanup manager package
2022-02-06 17:46:34 +01:00
AsamK
be0993c5d8
Improve JSON-RPC subscribeReceive method with subscription id
2022-02-01 20:59:49 +01:00
AsamK
380c892e24
Add more informative thread names
2022-01-29 15:05:14 +01:00
AsamK
80befec589
Make deviceId an int
2022-01-22 16:41:00 +01:00
AsamK
8a5f98dac6
Add sticker pack url to list output
2022-01-03 18:50:27 +01:00
AsamK
beb3adcc72
Change stickerId to hex everywhere
...
Remove packKey from output
2022-01-03 17:51:04 +01:00
AsamK
e70463d7b8
Implement listStickerPacks command
2022-01-03 16:11:03 +01:00
AsamK
404063a080
Add support for sending stickers
2022-01-03 13:24:13 +01:00
AsamK
541ac777bc
Improve pin failure message in dbus mode
2022-01-02 17:52:20 +01:00
AsamK
805f976d9e
Implement multi account commands for dbus client
2022-01-02 17:31:12 +01:00
AsamK
ffcda46c31
Extract AccountHelper
2021-12-31 16:19:12 +01:00
AsamK
c88c92086e
Add UnregisteredRecipientException
2021-12-30 17:15:49 +01:00
AsamK
9a72733c4f
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
2021-12-22 12:47:42 +01:00
AsamK
71e0c3f80c
Use Duration for timeout
2021-12-20 16:12:37 +01:00
AsamK
d248f249e3
Implement more methods for DbusManagerImpl
2021-12-11 20:01:36 +01:00
AsamK
d9c8711eb0
Implement sendGroupTying dbus method
2021-12-11 19:38:06 +01:00
AsamK
62687d103f
Replace collect(Collectors.toList()) with toList()
2021-12-11 13:10:39 +01:00
AsamK
06e93b84da
Handle send failures as non fatal and return detailed results in json output
...
Fixes #348
2021-12-11 12:44:11 +01:00
AsamK
8867a7b9ee
Convert RecipientAddress to record
2021-12-06 18:57:11 +01:00
AsamK
6c1013b024
Improve error message when an account is already in use
2021-12-05 12:00:49 +01:00
jonas.hoefer
861f47d734
Add dbus methods: deleteContact and deleteRecipient
...
Closes #814
2021-12-05 11:01:25 +01:00
AsamK
e83f43065e
Remove dead code and fix inspection issues
2021-12-05 10:43:57 +01:00
AsamK
7e7e4150e1
Add removeContact command
...
Closes #335
2021-11-26 20:50:54 +01:00
technillogue
5cd5697aea
add JsonPayment ( #808 )
2021-11-23 08:14:01 +01:00
AsamK
d13d150fe1
Implement sending message quotes
...
Fixes #213
2021-11-21 19:18:17 +01:00
AsamK
fc8b6d0fcb
Clean up base package
2021-11-14 15:00:06 +01:00
AsamK
382d8d22d0
Make send behavior more deterministic if there are unregistered recipients
...
Fixes #803
2021-11-14 14:42:17 +01:00
AsamK
53b84bad02
Implement sending mentions
...
Closes #584
2021-11-13 22:54:59 +01:00
AsamK
8aab644db9
Rename username to account
2021-11-12 16:51:33 +01:00
AsamK
c73c58723c
Implement unregister command for jsonrpc and dbus daemon
2021-11-12 16:07:35 +01:00
AsamK
4a1af0786c
Add MultiAccountManager
2021-11-11 16:10:22 +01:00
AsamK
81a11dc977
Implement socket/tcp for daemon command
2021-11-10 12:12:35 +01:00
AsamK
82bb4f22f0
Add exportObject helper method
2021-11-07 11:04:41 +01:00
John Freed
8a216e3245
Implement configuration properties for dbus
...
Closes #759
commit 169bb518bf
Author: John Freed <okgithub@johnfreed.com>
Date: Fri Oct 15 08:53:34 2021 +0200
remove org.asamk.signal.manager.api.Configuration
commit 27ecfee382
Author: John Freed <okgithub@johnfreed.com>
Date: Fri Oct 15 08:40:13 2021 +0200
add a DBus "daemon running" indicator
commit 94b3d9e2ed
Author: John Freed <okgithub@johnfreed.com>
Date: Fri Oct 15 08:20:03 2021 +0200
changing most DBus logger.info to logger.debug
commit 15da060127
Author: John Freed <okgithub@johnfreed.com>
Date: Fri Oct 15 00:09:26 2021 +0200
Configuration for Dbus and main
Main program subcommand
- fix logic to take into account previously unset flags
- provide output in json and plain-text formats
new Dbus Properties:
- ConfigurationReadReceipts
- ConfigurationUnidentifiedDeliveryIndicators
- ConfigurationTypingIndicators
- ConfigurationLinkPreviews
removed getConfiguration and setConfiguration methods
updated documentation
commit 09da3aae62
Merge: 3c40b11
18ad9fb
Author: John Freed <okgithub@johnfreed.com>
Date: Thu Oct 14 15:24:07 2021 +0200
Merge branch master into dbus_updateConfiguration
commit 3c40b11b8a
Merge: 8416d4a
cadcc6c
Author: John Freed <okgithub@johnfreed.com>
Date: Sat Oct 9 14:08:08 2021 +0200
Merge branch master into dbus_updateConfiguration
commit 8416d4ac47
Author: John Freed <okgithub@johnfreed.com>
Date: Mon Oct 4 08:48:56 2021 +0200
Dbus get/setConfiguration methods
implement:
- getConfiguration() -> [readReceipts<b>, unidentifiedDeliveryIndicators<b>, typingIndicators<b>, linkPreviews<b>] -> <>::
- setConfiguration(readReceipts<b>, unidentifiedDeliveryIndicators<b>, typingIndicators<b>, linkPreviews<b>) -> <>::
Update documentation
2021-11-07 10:59:14 +01:00
AsamK
e22cc457ae
Implement getConfiguration method in Manager
2021-11-07 10:38:26 +01:00
AsamK
510dc89e92
Implement close for DbusManagerImpl
2021-11-06 21:59:11 +01:00
AsamK
32818a8608
Refactor ReceiveCommand in dbus mode and remove ExtendedDbusCommand
2021-11-06 21:09:06 +01:00
AsamK
eec7aec069
Fix error type for dbus rate limit challenge
2021-11-06 15:41:58 +01:00
AsamK
2ab42ca547
Remove libsignal-service from manager lib API
2021-11-06 13:38:10 +01:00
AsamK
9075cc1a30
Refactor receive api
2021-11-06 12:17:50 +01:00
AsamK
b615a4b04d
Convert RecipientIdentifier to record
2021-10-31 21:24:25 +01:00
AsamK
31dec5a666
Handle UnauthenticatedResponseException internally
2021-10-31 20:53:03 +01:00
AsamK
782f96b580
Replace UnregisteredUserException
2021-10-31 20:43:29 +01:00
AsamK
659761f006
Add InactiveGroupLinkException
2021-10-31 19:45:30 +01:00
AsamK
3cf7721cd7
Add InvalidDeviceLinkException exception
2021-10-31 19:35:00 +01:00
AsamK
d783df510a
Add Pair record
2021-10-31 19:15:52 +01:00