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
|
e9caf21bd3
|
Print uuid in listIdentities command if number unknown
|
2021-12-07 00:02:47 +01:00 |
|
AsamK
|
8867a7b9ee
|
Convert RecipientAddress to record
|
2021-12-06 18:57:11 +01:00 |
|
AsamK
|
c3a9022bec
|
Add debug log when reading message from stdin
|
2021-12-05 16:26:18 +01:00 |
|
AsamK
|
7e7e4150e1
|
Add removeContact command
Closes #335
|
2021-11-26 20:50:54 +01:00 |
|
AsamK
|
d13d150fe1
|
Implement sending message quotes
Fixes #213
|
2021-11-21 19:18:17 +01:00 |
|
AsamK
|
415b65d208
|
Only store recipient if there were changes
|
2021-11-19 17:17:13 +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
|
c73c58723c
|
Implement unregister command for jsonrpc and dbus daemon
|
2021-11-12 16:07:35 +01:00 |
|
AsamK
|
b7005884fd
|
Implement startLink and finishLink for jsonrpc daemon
|
2021-11-11 19:15:20 +01:00 |
|
AsamK
|
79cc225869
|
Implement register and verify commands for json rpc
|
2021-11-11 19:14:32 +01:00 |
|
AsamK
|
4a1af0786c
|
Add MultiAccountManager
|
2021-11-11 16:10:22 +01:00 |
|
AsamK
|
62dd2ee49e
|
Add listAccounts command
|
2021-11-10 20:15:18 +01:00 |
|
AsamK
|
9c67aabebb
|
Add JsonRpcMultiCommand
|
2021-11-10 20:12:27 +01:00 |
|
AsamK
|
64af4914ee
|
Rename JsonRpcCommand class
|
2021-11-10 17:11:16 +01:00 |
|
AsamK
|
81a11dc977
|
Implement socket/tcp for daemon command
|
2021-11-10 12:12:35 +01:00 |
|
AsamK
|
08f6dbae05
|
Fix missing bracket
|
2021-11-08 23:41:53 +01:00 |
|
AsamK
|
b81a83eec5
|
Extract JsonRpcNamespace
|
2021-11-08 22:16:45 +01:00 |
|
AsamK
|
5dd602614c
|
Move Writer creation out of WriterImpls
|
2021-11-08 22:16:44 +01:00 |
|
AsamK
|
510965589b
|
Extract SignalJsonRpcDispatcherHandler
|
2021-11-07 12:22:53 +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
|
32818a8608
|
Refactor ReceiveCommand in dbus mode and remove ExtendedDbusCommand
|
2021-11-06 21:09:06 +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
|
31dec5a666
|
Handle UnauthenticatedResponseException internally
|
2021-10-31 20:53:03 +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 |
|
AsamK
|
1e87240db8
|
Use java.util.Optional in Manager interface
|
2021-10-31 18:01:17 +01:00 |
|
AsamK
|
f39983f78a
|
Add new dbus message received signals with extendable extras map
|
2021-10-31 12:40:21 +01:00 |
|
AsamK
|
204aa31885
|
Refactor dbus receive message handler
|
2021-10-30 13:30:58 +02:00 |
|
AsamK
|
ce7aa580b6
|
Use record classes
|
2021-10-27 14:39:40 +02:00 |
|
AsamK
|
ce70a623c2
|
Use Java 17
|
2021-10-27 14:39:40 +02:00 |
|
AsamK
|
9b102c49d0
|
Adapt behavior of receive command as dbus client to match normal mode
|
2021-10-24 19:16:35 +02:00 |
|
AsamK
|
fc0a9b4102
|
Move receive thread handling to manager
|
2021-10-22 17:39:33 +02:00 |
|
AsamK
|
5c389c875d
|
Split receiveMessages method
|
2021-10-21 21:19:14 +02:00 |
|
AsamK
|
430c155f7e
|
Fix comment
|
2021-10-21 21:02:02 +02:00 |
|
AsamK
|
f5ba7894ae
|
Add setIgnoreAttachments method
|
2021-10-21 21:01:48 +02:00 |
|
AsamK
|
997b3c6a2a
|
Restrict blocking of group to master device
|
2021-10-12 20:57:25 +02:00 |
|
AsamK
|
997b4f0c3f
|
Implement new dbus group interface
|
2021-10-09 17:41:23 +02:00 |
|
AsamK
|
778adacb80
|
Refactor dbus linked devices interface
Export a separate dbus object for each device
|
2021-10-02 18:04:30 +02:00 |
|
AsamK
|
6f5e72119e
|
Implement configuration handling
Closes #747
|
2021-09-30 21:41:24 +02:00 |
|
AsamK
|
c9f5550d18
|
Remove workaround for getBoolean from JsonRpcLocalCommand
|
2021-09-30 19:36:31 +02:00 |
|
AsamK
|
593cd7d8ca
|
Refactor dbus client mode to improve maintainability
|
2021-09-28 22:33:35 +02:00 |
|
AsamK
|
d72b838560
|
Refactor Manager interface
|
2021-09-28 21:13:02 +02:00 |
|
AsamK
|
6ac4af4974
|
Fix plain text output for getUserStatus command
Fixes #711
|
2021-09-10 17:24:28 +02:00 |
|