AsamK
|
41726d339f
|
Update libsignal-service-java
|
2024-09-08 10:18:17 +02:00 |
|
AsamK
|
76fe6ad799
|
Recreate recipient database with aci column
|
2024-01-28 22:38:41 +01:00 |
|
AsamK
|
91e0d5164b
|
Ensure profile key is stored in profileKeyStore
Fixes #1362
|
2023-11-03 20:31:35 +01:00 |
|
AsamK
|
80c1a6d2af
|
Switch to Java 21
|
2023-10-24 17:36:32 +02:00 |
|
AsamK
|
0c24064939
|
Bump version to 0.12.4
|
2023-10-22 20:42:25 +02:00 |
|
AsamK
|
314159c273
|
Update libsignal-service-java
|
2023-10-22 20:42:25 +02:00 |
|
AsamK
|
310aadbdc0
|
Fix handling edit message
|
2023-10-01 17:06:07 +02:00 |
|
AsamK
|
6bde5960aa
|
Fix issues with pni parsing
|
2023-08-07 21:03:39 +02:00 |
|
AsamK
|
02d4cb4a14
|
Update libsignal-service-java
|
2023-07-14 19:25:32 +02:00 |
|
AsamK
|
a3f7de89f1
|
Update graalvm buildtools
|
2023-06-17 12:21:15 +02:00 |
|
AsamK
|
b70a43aeb5
|
Update graalvm config
|
2023-06-17 10:44:02 +02:00 |
|
AsamK
|
6e61bc2000
|
Update dependencies
|
2023-05-18 11:00:22 +02:00 |
|
AsamK
|
9da6f3a702
|
Include all libsignal-client libs in native build
Fixes #1237
|
2023-05-17 19:51:57 +02:00 |
|
AsamK
|
2e8e81a926
|
Update dependencies
|
2022-09-02 22:33:48 +02:00 |
|
AsamK
|
b18991b9fb
|
Update documentation
|
2022-05-21 09:00:42 +02:00 |
|
AsamK
|
5f941004f5
|
Extend listContacts command with profiles and filtering
|
2022-05-20 11:53:33 +02:00 |
|
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 |
|