Commit graph

27 commits

Author SHA1 Message Date
AsamK
cf0cc50e32 Improve stop receive handling
Only interrupt the receive thread if it is currently waiting for new
messages from the server, otherwise just set a stop flag.
2022-02-12 14:09:30 +01:00
AsamK
2e74acaabe Add --log-file parameter to write logs to separate file
Use logback for more control over the log output

Fixes #845
2022-01-29 15:05:08 +01:00
AsamK
95cc0ae7fd Implement MessageSendLog for resending after encryption error 2022-01-28 22:55:51 +01:00
AsamK
e5537dc4db Update graalvm config 2022-01-26 19:22:46 +01:00
AsamK
365323f574 Ignore decryption failures from blocked contacts 2022-01-15 16:24:25 +01:00
AsamK
805f976d9e Implement multi account commands for dbus client 2022-01-02 17:31:12 +01:00
AsamK
fba7a6a75c Paralellize profile fetching 2021-12-26 17:14:06 +01:00
AsamK
f7b2916618 Align dbus handling of no account parameter with normal mode 2021-12-26 12:30:02 +01:00
AsamK
db154df4a4 Update graalvm-config
Fixes #848
2021-12-26 10:28:03 +01:00
AsamK
fa3c79828a Update graalvm config 2021-12-20 14:44:58 +01:00
AsamK
e7896235a2 Update gradle wrapper 2021-12-19 13:26:43 +01:00
AsamK
b8ac75313f Update resource-config.json 2021-12-10 20:17:52 +01:00
AsamK
415b65d208 Only store recipient if there were changes 2021-11-19 17:17:13 +01:00
AsamK
c9dffe47f6 Update libsignal-service-java 2021-11-18 19:25:11 +01:00
AsamK
05ccfef93c Update reflect config 2021-11-15 18:02:41 +01:00
AsamK
fa5c09d23b Update hypfvieh dbus-java 4.0 beta which uses native java unix sockets
Fixes #673
Fixes #632
2021-11-14 11:39:32 +01:00
AsamK
89f568dd1f Only update last received timestamp at most once per minute 2021-11-13 22:03:54 +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
b78573021d Merge multiple SendReceiptActions to same recipient to only send one receipt 2021-11-12 12:10:46 +01:00
AsamK
b7005884fd Implement startLink and finishLink for jsonrpc daemon 2021-11-11 19:15:20 +01:00
AsamK
c30eba92cc Update reflect-config.json 2021-11-10 15:31:44 +01:00
AsamK
004293362e Update libsignal-service-java 2021-10-24 19:16:01 +02:00
AsamK
a851b5e655 Update graalvm config 2021-05-11 18:40:58 +02: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
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
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