AsamK
91700ce995
Implement textStyles for sending and receiving
...
Fixes #1250
2023-05-20 12:49:57 +02:00
AsamK
145a2f1179
Fix json deserialization in legacy stores
...
Fixes #1248
2023-05-18 11:08:57 +02:00
AsamK
6e61bc2000
Update dependencies
2023-05-18 11:00:22 +02:00
AsamK
760934d5a5
Fix deleting old unregistered recipient
...
Fixes #1242
2023-05-16 23:09:07 +02:00
AsamK
a3bc754e80
Fix migration of legacy recipient storage
2023-05-16 22:50:27 +02:00
AsamK
8a31b7f2c1
Implement editing of previous messages
2023-05-11 19:10:29 +02:00
AsamK
72390e595d
Update libsignal-service-java
2023-05-11 17:45:23 +02:00
AsamK
e0e8e11443
Validate incoming messages before handling them
2023-04-23 19:57:06 +02:00
AsamK
f7f882e834
Use modern switch syntax
2023-04-23 19:55:23 +02:00
AsamK
60ad582012
Store envelopes using envelope proto
2023-04-23 19:39:36 +02:00
AsamK
da4cc7dc6b
Announce support for gift badges if linked device
...
Fixes #1226
2023-04-16 21:19:17 +02:00
AsamK
842f13b2fc
Update libsignal-service-java
2023-04-16 21:19:17 +02:00
AsamK
d2251ccd14
Remove old libzkgroup fallback code
2023-04-16 21:09:24 +02:00
AsamK
542a3f36a4
Fix issue with unknown identity serviceId
...
Fixes #1215
2023-04-05 11:25:53 +02:00
AsamK
24a8c528d0
Filter null from db result
2023-04-05 11:22:43 +02:00
AsamK
780c69d804
Reduce use of unknown serviceIds
2023-04-05 11:10:46 +02:00
AsamK
64436bc9ab
Refresh username after registering
2023-04-04 11:43:50 +02:00
AsamK
c788c5a40e
Add capabilities and read receipt handling to provisioning
2023-04-03 19:00:27 +02:00
AsamK
9f60ed534a
Implement support for usernames
2023-04-03 19:00:05 +02:00
AsamK
276ecef300
Update libsignal-service-java
...
- Use session based number verification and registration
2023-04-01 12:19:53 +02:00
AsamK
f1fd528483
Fix sending large text messages to multiple recipients
...
Fixes #1177
2023-03-03 18:06:31 +01:00
AsamK
75d7270d5a
Add verbose exception log for send error
2023-03-03 17:58:02 +01:00
AsamK
91e0db185c
Fix remove recipient method
...
Fixes #1183
2023-02-19 14:21:16 +01:00
AsamK
3606fb67bb
Update libsignal-service-java
2023-02-19 14:21:16 +01:00
AsamK
426b59d13e
Add dependencyResolutionManagement
2023-02-19 13:58:33 +01:00
Marvin A. Ruder
4186349bba
Bump sqlite-jdbc from 3.40.0.0 to 3.40.1.0 ( #1178 )
...
* Should fix #1129
2023-02-06 18:20:32 +01:00
AsamK
7816325e63
Fix issue with missing pni identity key
...
Fixes #1176
2023-02-05 12:49:12 +01:00
AsamK
15da210de7
Print text styles in plain text output
2023-01-27 21:46:39 +01:00
AsamK
a4f7632981
Update dependencies
2023-01-27 21:44:41 +01:00
AsamK
8d7e533196
Update dependencies
2022-12-18 20:05:53 +01:00
AsamK
44c945f45d
Update dependencies
2022-11-24 17:31:11 +01:00
AsamK
b6e9dfa97d
Add fallback locale for voice verification
...
Fixes #1101
2022-11-20 11:27:33 +01:00
AsamK
5771bb858f
Allow using data URIs for updateGroup/updateProfile avatars
...
Fixes #1082
2022-11-14 19:31:40 +01:00
AsamK
5e1fc79c33
Fix SignalAccount initialization
...
Fixes #1092
2022-11-08 17:18:24 +01:00
AsamK
ccb37c00f6
Update dependencies
2022-11-07 19:43:15 +01:00
AsamK
6281cbfd5f
Catch all exceptions when reading session record
...
Fixes #1083
2022-11-03 15:55:12 +01:00
AsamK
1d98e5307a
Handle missing separator in query string parser
2022-11-02 23:16:38 +01:00
AsamK
43face8ead
Small improvements
2022-11-01 22:48:47 +01:00
ced-b
2e4d346bc8
Add command to get an attachment ( #1080 )
...
* Add command to get an attachment
* Refactor retrieving of attachments to use StreamDetails
* Refactor AttachmentCommand to GetAttachmentCommand
* Minor improvements to GetAttachmentCommand
* Use JSON serializer to serialize binary data
Serializing the stream is better for memory handling than
loading the whole thing into the file.
* Clean up unneeded class
* Added command to doc
Co-authored-by: cedb <cedb@keylimebox.org>
2022-11-01 22:47:43 +01:00
AsamK
9620eb06ac
Update libsignal-service
2022-11-01 13:58:09 +01:00
AsamK
9096229637
Improve behavior with synchronous and asynchronous receivers
2022-11-01 13:58:09 +01:00
AsamK
de2bfc7f79
Add optional message limit for receive command
2022-10-31 11:17:52 +01:00
AsamK
5ed9db4f08
Implement replying to stories
2022-10-30 18:18:21 +01:00
AsamK
fea19c9e20
Implement reacting to stories
2022-10-30 14:41:02 +01:00
AsamK
207764e0be
Add option to disable adding message to send log
2022-10-30 11:00:25 +01:00
AsamK
49aaff2bbe
Increase sqlite busy timeout
2022-10-29 13:54:06 +02:00
AsamK
0b5a063b62
Use complete address instead of only identifier for retry envelope
...
Fixes #1074
2022-10-28 18:13:25 +02:00
AsamK
e0c2f58e8d
Store attachments with a file extension
...
Taken from the filename if present, otherwise guessed from the contentType
2022-10-22 22:00:31 +02:00
AsamK
7ff1500122
Improve logging in prekey store
2022-10-22 17:43:15 +02:00
AsamK
7805622f07
Send long text messages as attachment instead
...
This matches the behavior of the official clients.
2022-10-22 17:43:15 +02:00