AsamK
f39983f78a
Add new dbus message received signals with extendable extras map
2021-10-31 12:40:21 +01:00
John Freed
cb70209c60
Implement viewedReceipt
...
commit cd29144e81
Merge: 14532be
f884175
Author: AsamK <asamk@gmx.de>
Date: Sat Oct 30 12:46:59 2021 +0200
Merge branch 'master' into dbus_sendviewed
commit 14532befde
Author: John Freed <okgithub@johnfreed.com>
Date: Thu Oct 7 08:24:00 2021 +0200
update deliveryReceipt to conform
commit a9a6edaf3f
Author: John Freed <okgithub@johnfreed.com>
Date: Thu Oct 7 07:40:20 2021 +0200
implement viewedReceipt
for Dbus and Json -- note that this changes the JsonReceiptMessage
structure
update documentation
Closes #764
2021-10-30 12:54:41 +02:00
AsamK
1fae09433d
Improve dbus error handling
...
Fixes #787
2021-10-27 20:00:36 +02:00
AsamK
997b4f0c3f
Implement new dbus group interface
2021-10-09 17:41:23 +02:00
AsamK
b5d4a5000b
Add DeviceNotFound Error
2021-10-09 17:04:17 +02:00
AsamK
c56a8df9b2
Return struct instead of object path directly for dbus list devices
2021-10-07 20:56:29 +02:00
AsamK
7829a8d631
Fix device id type
2021-10-07 20:56:29 +02:00
John Freed
d4838bd646
implement DBus submitRateLimitChallenge method ( #763 )
...
update documentation
2021-10-07 07:46:15 +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
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
4acab9043c
Reformat code
2021-09-28 18:42:05 +02:00
John Freed
ba817e2ae4
Implement Dbus updateProfile with givenName ( #734 )
...
two versions of updateProfile implemented:
- one with givenName and familyName
- one with just name
update documentation
2021-09-28 18:41:10 +02:00
John Freed
1c4a32fef4
implement Dbus isRegistered() methods ( #729 )
...
* implement Dbus isRegistered() methods
isRegistered(number<s>) returns a boolean
isRegistered(numbers<as>) returns an array of Booleans
* Dbus isRegistered() methods
restore isRegistered() and respond to other requests by AsamK
2021-09-26 20:09:57 +02:00
John Freed
e78463ea0a
implement Dbus updateAccount and listDevices ( #730 )
...
* implement Dbus updateAccount and listDevices
implement updateAccount(deviceName<s>) to change device name
implement listDevices
update documentation
* implement Dbus addDevice and removeDevice
update documentation as well
* Dbus add/remove/list/update devices
modifications responding to requests by AsamK
* Dbus incorporating InvalidUri error
Co-authored-by: AsamK <asamk@gmx.de>
2021-09-26 09:26:12 +02:00
John Freed
d47574351e
implement Dbus setExpirationTimer ( #735 )
...
implement method
update documentation
2021-09-26 09:04:40 +02:00
John Freed
8bee08fd96
implement Dbus sync methods ( #737 )
...
implement two Dbus methods:
- sendContacts
- sendSyncRequest
update documentation
2021-09-26 09:00:26 +02:00
John Freed
1ca0e75ef1
implement Dbus stickerpack method ( #740 )
...
implement uploadStickerPack
update documentation
2021-09-26 08:59:38 +02:00
AsamK
982e887c9f
Reformat code
2021-09-21 22:30:27 +02:00
John Freed
d622967192
Implement Dbus setPin and removePin ( #733 )
...
and update documentation
2021-09-21 22:26:26 +02:00
JtheSaw
11b3758416
Add sendTyping and sendReceipt to dbus interface ( #718 )
...
* Add sendTyping and sendReceipt to dbus interface
* Resolve requested changes
* Adapt documentation
2021-09-13 17:01:26 +02:00
AsamK
467a48bac5
Add RecipientIdentifier as external Manager interface
2021-08-25 20:12:10 +02:00
AsamK
224d8194cc
Refactor contact and profile store
2021-05-03 18:43:45 +02:00
Adaptive Garage
05abb3f9f6
Send remote delete ( #593 )
...
* Implementation of remoteDelete command, iteration 1
* Implementation of remoteDelete command, iteration 2
* Implementation of remoteDelete command, iteration 3
* Implementation of remoteDelete command, iteration 4
* Implementation of remoteDelete command, iteration 5
* Implementation of remoteDelete command, iteration 6
* Renaming dbus methods remoteGroupDelete -> sendGroupRemoteDeleteMessage, remoteDelete -> sendRemoteDeleteMessage
2021-04-05 19:49:45 +02:00
AsamK
b39f7c1807
Remove redundant public modifiers from interface
2021-04-03 19:08:45 +02:00
Adaptive Garage
8f4d89e2f7
dbus implementation of sendReaction command ( #581 )
2021-04-02 08:53:54 +02:00
AsamK
631f10c916
Reformat
2021-03-01 20:33:12 +01:00
Adimarantis
1d2c7a479d
Dbus enhancements ( #543 )
...
* Dbus enhancements
* reverted sendMessage, completed isContactBlocked, fixed formatting
* Updates based on feedback and fixes
* Added trim
* fixed getContactName Exception handling
2021-03-01 20:31:17 +01:00
AsamK
9f3276d7e3
Reformat code
2021-02-19 17:56:43 +01:00
Adimarantis
d0ce3c1543
Add updateProfile to Dbus ( #522 )
...
* Added updateProfile on Dbus
* added updateProfile on Dbus (fix)
Co-authored-by: Adimarantis <adimarantis@gmail.com>
2021-02-19 17:54:59 +01:00
AsamK
06404667a1
Use exit 4 when sending a single recipient message fails due to untrusted identity key
...
Fixes #88
2021-01-16 15:38:38 +01:00
AsamK
e1134d832a
Send self messages as normal messages, new flag --note-to-self for sync message
...
Fixes #373
2021-01-16 11:56:41 +01:00
AsamK
591c0fe8a3
Reformat project
2020-12-08 20:59:20 +01:00
AsamK
1e0aa8929d
Separate DbusSignal implementation from Manager
2020-05-15 23:11:18 +02:00
AsamK
d08508e6ef
Move Exception classes to corresponding package
2020-05-15 20:03:51 +02:00
AsamK
0287272a3b
Make fields final for DBusSignal classes
2020-05-14 23:44:24 +02:00
AsamK
00777a469c
Switch to hypfvieh dbus-java
...
Removes transitive dependency on libmatthew-unix-java
Fixes #285
2020-05-06 09:13:49 +02:00
AsamK
f51f0cbbcf
Return message timestamp after sucessfully sending a message
...
Fixes #104
2020-04-03 14:02:18 +02:00
narodnik
d49d536c32
Add a new sync dbus message which shows messages you sent. Necessary for having synchronized chats where you want your message to appear. Format is similar to receive message dbus except instead of sender, it has sender (source) and receiver (destination). ( #289 )
2020-04-03 13:16:57 +02:00
AsamK
f982d2752e
Store group member uuids in group store
...
The member list is now stored as a mixed list of strings and objects, e.g.:
"members": [ "+XXXX", { "number": "+XXXX", "uuid": "XXX-XX" } ]
2020-03-23 20:51:13 +01:00
AsamK
e2b7bda65b
Use SignalServiceAddress in more places
2020-03-23 17:09:56 +01:00
Daniel Schäufele
8b9640ba14
Add support for blocking contacts and accounts ( #260 )
...
* Add blockContact and unblockContact subcommands
* Send blocked status in contacts sync
* Use only one method for blocking and unblocking
* Add blocking/unblocking for groups
* Prevent blocked messages from being printed
* Print blocked property in listContacts and listGroups commands
* Handle BlockedListMessages
* Store blocked state from incoming contact and group sync messages
* Minor changes and corrections
* Add block and unblock commands to man file (and also fix some headings of commands)
2020-01-22 08:39:28 +01:00
AsamK
cfd1e5544d
Canonicalize number before getting/setting contact info
2020-01-21 22:08:16 +01:00
AsamK
f60a10eb6e
Split commands into separate classes
2018-11-20 23:19:39 +01:00
AsamK
35c72f692f
Extract SignalAccount from Manager
2018-11-18 17:12:39 +01:00
nico
bdffcffd7a
Add getGroupIds() to DBUS
...
getGroupIds() returns a list of group ids (byte arrays)
2018-05-04 22:33:29 +02:00
AsamK
804949ddea
Send dbus signal, when receipt is received
...
Fixes #84
2017-06-18 12:53:06 +02:00
AsamK
debcabd014
Implement updateGroup command via dbus
...
Fixes #77
2017-05-07 10:31:18 +02:00
Finn
6f2e8716c7
Allow retreving and updating group info and contact names via dbus ( #62 )
...
* dbus method to get contact info
* Add getGroupName method
* Save after updating contact name
* allow group updates over dbus
* Allow retreiving group member list as well
* Space after if before conditions if( -> if (
* Return an empty string if the contact is unknown
* Handle null/non-existant groups better
* Remove debug output and allow updating the avatar
* Remove extra variables in update messages
2017-02-22 21:26:34 +01:00
AsamK
1efdf04394
Prevent sending to groups that the user has quit
...
Fixes #23
2016-08-12 18:24:30 +02:00