Sorunome
|
485d88b896
|
Hotfix decryption can request session
|
2020-06-10 12:11:10 +02:00 |
|
Christian Pauly
|
5487b62360
|
Hotfix OpenIdCredentials
|
2020-06-10 09:12:55 +00:00 |
|
Sorunome
|
7ddb6be30e
|
Allow requesting and updating of session keys with lower index and lower forwarded chain
|
2020-06-10 10:44:22 +02:00 |
|
Christian Pauly
|
cf430cc546
|
Hotfix setPushers
|
2020-06-10 06:36:16 +00:00 |
|
Sorunome
|
b8c58faaab
|
Merge branch 'soru/modularize-e2ee' into 'master'
split encryption stuff to other library
See merge request famedly/famedlysdk!333
|
2020-06-09 16:13:23 +00:00 |
|
Christian Pauly
|
0e33634e1a
|
Fix request openID
|
2020-06-09 16:05:41 +00:00 |
|
Christian Pauly
|
a2f7dd4223
|
Merge branch 'soru/fix-canonical-alias' into 'master'
fix canonical alias sometimes being null
See merge request famedly/famedlysdk!337
|
2020-06-09 10:11:00 +00:00 |
|
Sorunome
|
f872d19692
|
fix client.api.upload not working
|
2020-06-05 17:20:18 +00:00 |
|
Sorunome
|
7ed6dcce67
|
fix canonical alias sometimes being null
|
2020-06-05 17:12:50 +02:00 |
|
Sorunome
|
857775cf37
|
Merge branch 'master' into soru/modularize-e2ee
|
2020-06-05 14:29:00 +02:00 |
|
Sorunome
|
860051da0e
|
Fix redact events
|
2020-06-05 13:32:58 +02:00 |
|
Sorunome
|
c47bdee9f5
|
Merge branch 'master' into soru/modularize-e2ee
|
2020-06-05 13:05:47 +02:00 |
|
Sorunome
|
bd3c51924b
|
to set presence you use PUT, not POST
|
2020-06-05 10:56:42 +00:00 |
|
Sorunome
|
8358dec3a5
|
analyze and format
|
2020-06-05 10:56:51 +02:00 |
|
Sorunome
|
086dcae907
|
add key manager tests
|
2020-06-05 10:51:11 +02:00 |
|
Sorunome
|
fbc8f03f67
|
encrypt m.room_key event properly
|
2020-06-05 10:15:36 +02:00 |
|
Sorunome
|
05c799e6a5
|
format
|
2020-06-04 20:16:18 +02:00 |
|
Sorunome
|
c94e41d393
|
fix tests for real
|
2020-06-04 18:16:22 +02:00 |
|
Sorunome
|
f3f3231df6
|
add some encrypt / decrypt tests
|
2020-06-04 17:51:49 +02:00 |
|
Sorunome
|
2e46155f47
|
fix tests without olm
|
2020-06-04 14:26:35 +02:00 |
|
Sorunome
|
fcde6a2459
|
split encryption stuff to other library
|
2020-06-04 13:39:51 +02:00 |
|
Christian Pauly
|
c6bf098644
|
Init matrix_api library
|
2020-06-03 10:16:01 +00:00 |
|
Christian Pauly
|
bd00c066c8
|
Catch sync errors
|
2020-06-01 18:24:41 +00:00 |
|
Sorunome
|
d672edf394
|
Make room key sharing requests (hopefully) more robust and spec-compliant
|
2020-05-29 06:49:37 +00:00 |
|
Christian Pauly
|
ad5b02e0ef
|
Merge branch 'soru/fix-profile-check' into 'master'
Fixes profile equality check
See merge request famedly/famedlysdk!327
|
2020-05-26 06:40:13 +00:00 |
|
Sorunome
|
8a289941eb
|
Fixes profile equality check
|
2020-05-26 06:40:13 +00:00 |
|
Christian Pauly
|
3fa4d46983
|
Merge branch 'soru/fix-chat-list-last-message' into 'master'
Hopefully fix room list sorting
Closes #75
See merge request famedly/famedlysdk!324
|
2020-05-26 06:39:51 +00:00 |
|
Sorunome
|
011e427056
|
Hopefully fix room list sorting
|
2020-05-26 06:39:51 +00:00 |
|
Christian Pauly
|
cbf5069e32
|
Add more tests
|
2020-05-25 09:34:43 +00:00 |
|
Christian Pauly
|
f7b29f3703
|
Ignore key requests from unknown devices
|
2020-05-25 07:31:17 +00:00 |
|
Christian Pauly
|
c01f75bafa
|
Add olm error stream
|
2020-05-22 15:51:45 +02:00 |
|
Sorunome
|
384e5962d6
|
properly persist decryption of events
|
2020-05-22 11:15:48 +00:00 |
|
Christian Pauly
|
27b4a620e5
|
Add code formatting CI job
|
2020-05-22 10:12:18 +00:00 |
|
Christian Pauly
|
f4a5ccdaa9
|
Merge branch 'soru/more-emotes' into 'master'
add emote rooms and state key room emotes
See merge request famedly/famedlysdk!318
|
2020-05-21 15:01:10 +00:00 |
|
Sorunome
|
97ef716be8
|
add emote rooms and state key room emotes
|
2020-05-21 15:01:10 +00:00 |
|
Sorunome
|
fc8625d30e
|
clear timeline events cache on limited updates
|
2020-05-21 14:52:14 +00:00 |
|
Christian Pauly
|
998ee66650
|
Merge branch 'soru/null-device' into 'master'
make sure keys are valid
See merge request famedly/famedlysdk!313
|
2020-05-21 06:28:21 +00:00 |
|
Christian Pauly
|
9fad348d22
|
Merge branch 'soru/persist-inbound-session-index' into 'master'
properly persist inbound group session indexes
See merge request famedly/famedlysdk!316
|
2020-05-21 06:25:57 +00:00 |
|
Sorunome
|
7a41f4726f
|
properly persist inbound group session indexes
|
2020-05-20 10:36:05 +02:00 |
|
Sorunome
|
a3fc73dfc1
|
make e2ee recovery logic optional
|
2020-05-20 10:24:48 +02:00 |
|
Sorunome
|
0fabed9cc3
|
make sure keys are valid
|
2020-05-20 09:37:32 +02:00 |
|
Christian Pauly
|
11d788b68f
|
Merge branch 'soru/auto-request-room-keys' into 'master'
Automatically request for keys from other devices, if not found
See merge request famedly/famedlysdk!308
|
2020-05-19 09:34:13 +00:00 |
|
Sorunome
|
9b67992a3a
|
Automatically request for keys from other devices, if not found
|
2020-05-19 09:34:11 +00:00 |
|
Sorunome
|
b2e5ad0880
|
fix notification count
|
2020-05-19 10:15:23 +02:00 |
|
Sorunome
|
a613c84e27
|
Merge branch 'soru/async-sync-processing' into 'master'
decrypt events in sync loop, making it async
See merge request famedly/famedlysdk!310
|
2020-05-19 08:14:46 +00:00 |
|
Sorunome
|
f734788eda
|
Merge branch 'soru/rotate-outbound-sessions' into 'master'
Add rotation of outbound group sessions
See merge request famedly/famedlysdk!309
|
2020-05-19 08:11:19 +00:00 |
|
Christian Pauly
|
b9d041d005
|
close database konditional
|
2020-05-19 08:05:17 +00:00 |
|
Sorunome
|
867b9c9123
|
forgot to hit ctrl+s *shame*
|
2020-05-19 09:58:59 +02:00 |
|
Sorunome
|
c5e4e2c751
|
decrypt events in sync loop, making it async
|
2020-05-19 09:49:37 +02:00 |
|
Sorunome
|
a0fe8f4bad
|
Add rotation of outbound group sessions
|
2020-05-18 18:33:16 +02:00 |
|