Commit graph

914 commits

Author SHA1 Message Date
AsamK
4f9c0172ef Update README 2021-04-02 09:22:15 +02:00
Adimarantis
caf16231aa
Adding Dbus manpage (#564)
* some small dbus return code fixes

* Added DBus manpage

* changed getDisplayName behaviour

* reverted change in manager

* some small dbus return code fixes

* Added DBus manpage

* changed getDisplayName behaviour

* reverted change in manager

* Dbus manpage
2021-04-02 09:19:07 +02:00
Adaptive Garage
8f4d89e2f7
dbus implementation of sendReaction command (#581) 2021-04-02 08:53:54 +02:00
Adaptive Garage
ea035db94f
Fix sendReaction to group (#580)
Co-authored-by: rknotek <roman.knotek@comint.cz>
2021-03-24 21:49:03 +01:00
AsamK
b5f0a26084 Use a new serviceID for the re-deployed KBS setup in staging. 2021-03-13 10:10:07 +01:00
AsamK
1bf848cde1 Ignore broken user data again for multi account commands 2021-03-08 21:21:51 +01:00
AsamK
be4b683a41 Allow MultiLocalCommands to be called when no local users exist 2021-03-08 21:21:51 +01:00
AsamK
9944b666b0 Return URI instead of String 2021-03-08 21:21:51 +01:00
AsamK
2935b96070 Return a Manager from ProvisioningManager and RegistrationManager when finished 2021-03-08 21:21:51 +01:00
Adimarantis
a7b414a870
some small dbus return code fixes (#556)
* some small dbus return code fixes

* Added DBus manpage

* changed getDisplayName behaviour

* reverted change in manager
2021-03-07 21:05:49 +01:00
AsamK
2ea56a1b67
Update README.md 2021-03-07 16:26:33 +01:00
AsamK
52739140ef Bump version 2021-03-02 20:48:52 +01:00
AsamK
253757cb31 Improve dbus impl 2021-03-01 20:39:45 +01: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
8d0de67530 Add getDisplayName to SignalProfile 2021-02-28 10:19:40 +01:00
AsamK
9ca89b3dfa Catch all exceptions when loading cached message 2021-02-28 09:49:02 +01:00
AsamK
86711b0e5c Print exception name when failing to load state fiel 2021-02-27 17:44:33 +01:00
AsamK
17d6b256e8 Create CONTRIBUTING.md 2021-02-27 17:44:33 +01:00
AsamK
ef2ba0b8e0 Create FUNDING.yml 2021-02-27 17:44:27 +01:00
AsamK
4860caef63 Improve behavior of trust command
- Remove all other identities for the same number

Fixes #540
2021-02-25 19:20:02 +01:00
AsamK
8249f852f9 Fix issue with broken sessions
Fixes #530
2021-02-23 21:50:31 +01:00
AsamK
221d937eec Add CommandException to abstract cli return codes for errors 2021-02-23 21:42:42 +01:00
AsamK
c6395b9f35 Use PlainTextWriter for all cli stdout output 2021-02-22 20:43:02 +01:00
AsamK
de273586b4 Use var instead of explicit types 2021-02-21 15:01:41 +01:00
AsamK
03c30519b1 Refactor ReceiveMessageHandler
Introduce PlainTextWriter to improve indentation handling.
2021-02-20 19:22:36 +01:00
AsamK
6c33a89f82 Reformat code 2021-02-19 18:04:08 +01:00
Atomic-Bean
237abe431b
Output "SharedContacts" field from a SignalDataMessage (#529)
* Initial version of SharedContacts from data message. Need to change location of avatar downloaded and fix plain text mode

* Made empty strings for json null and fixed plaintext output

* Removed old comments, simplified if-statement and added a 'leadingSpaces' field to the print attachments/mentions functions

* Added AsamK's changes
2021-02-19 18:03:15 +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
129a846cc1 Bump version 2021-02-14 11:01:06 +01:00
AsamK
9eeba88bd0 Add more information for libsignal-client native dependency 2021-02-14 10:40:35 +01:00
AsamK
0dc33e1892 Add more information for CaptchaRequiredException 2021-02-13 18:40:27 +01:00
AsamK
3ed776e4cc Only attempt to delete profile avatar if it exists
Fixes #486
2021-02-13 15:16:54 +01:00
AsamK
40fc712581 Update signal-service-java 2021-02-13 09:58:40 +01:00
Michael Kebe
630803c3d1
GraalVM: added reflection config (#507)
* GraalVM: added reflection config for delete messages

* GraalVM: added reflection config for PreKey exchange

* GraalVM: added reflection config for DuplicateMessageException

* GraalVM: added reflection config for JsonRemoteDelete

* GraalVM: added reflection config for JsonAttachment

* GraalVM: added reflection config for JsonSticker and Contacts
2021-02-09 17:39:36 +01:00
AsamK
0797217588 Print additional call message content 2021-02-07 18:47:21 +01:00
Dom
23df85ff90
Proposal for the Manager class to manage an ExecutorService for all SignalServiceMessageSender instances (#482)
* Modified the Manager class to provide an ExecuterService for the SignalServiceMessageSender.

* removed unnesessary comment

* Changed the ExecutorService to a unbounded newCachedThreadPool

Co-authored-by: Cutkh <cutkh@users.noreply.github.com>
2021-02-03 19:40:12 +01:00
Michael Kebe
c276055302
GraalVM configuration update (#477)
* graalvm configuration update

removed unnecessary classes from reflect
added libsignal_jni.so to resource-config.json
graalvm configuration changed location of ias.store and whisper.store

* graalvm configuration fixes receiving messages

* graalvm config setPin

* graalvm config quitGroup

* graalvm config trust

* graalvm config more receive failed to decrypt error

* graalvm config --output=json

* graalvm config JsonTypingMessage
2021-01-27 16:35:29 +01:00
AsamK
a811d1a05a Add support for about and aboutEmoji for profiles 2021-01-24 00:02:07 +01:00
AsamK
7d802fb8c5 Refactor ServiceConfig and add sandbox config 2021-01-23 23:29:18 +01:00
AsamK
4eaec83594 Extract checkLibVersions task to gradle plugin 2021-01-23 23:29:18 +01:00
AsamK
c72aeed8bb Extract lib module 2021-01-23 23:29:18 +01:00
AsamK
4adb11dada Convert gradle scripts to kotlin 2021-01-23 16:00:03 +01:00
AsamK
69149b16c1 Prepare build.gradle for kotlin migration 2021-01-23 13:38:13 +01:00
AsamK
383e7db360 Update gradle wrapper 2021-01-23 13:00:12 +01:00
AsamK
644aacf595 Update libsignal 2021-01-23 12:59:47 +01:00
AsamK
b4311c7b76 Add more config generated by agent 2021-01-23 11:13:01 +01:00
AsamK
de3b077a6f Update libsignal 2021-01-23 11:12:54 +01:00
Michael Kebe
a709447536
Added GraalVM configuration to create a native binary (#452)
* Initial GraalVM configuration

* graalvm reflection changes for v0.7.4

* graalvm removed unneeded options for native-image

* updated gradle plugin org.mikeneck.graalvm-native-image to 1.1.0

* moved from gradle graalvm-native-image plugin to native-build.sh

* added missing graalvm reflection config for receive

* refactored native-build.sh to a gradle task buildNativeBinary
2021-01-23 11:11:50 +01:00