Commit Graph

861 Commits

Author SHA1 Message Date
Sorunome adc5591e54
add ed25519: 2020-05-25 15:58:37 +02:00
Sorunome c13f66c85f
in theory sign others keys 2020-05-25 15:30:53 +02:00
Sorunome 97a10c7de1
Merge branch 'master' into soru/cross-signing 2020-05-25 13:22:13 +02:00
Christian Pauly 7dba429a7b Merge branch 'krille/add-tests' into 'master'
Add more tests

See merge request famedly/famedlysdk!326
2020-05-25 09:34:43 +00:00
Christian Pauly cbf5069e32 Add more tests 2020-05-25 09:34:43 +00:00
Christian Pauly 0854cb81af Merge branch 'ChristianPauly-master-patch-64485' into 'master'
Ignore key requests from unknown devices

See merge request famedly/famedlysdk!325
2020-05-25 07:37:23 +00:00
Christian Pauly f7b29f3703 Ignore key requests from unknown devices 2020-05-25 07:31:17 +00:00
Sorunome 5fde85cbfa
format 2020-05-23 17:05:55 +02:00
Sorunome 280cd4fc16
first SSSS stuff 2020-05-23 17:04:27 +02:00
Christian Pauly b78315872f Merge branch 'krille/add-olm-error-stream' into 'master'
Add olm error stream

See merge request famedly/famedlysdk!323
2020-05-22 13:57:19 +00:00
Christian Pauly c01f75bafa Add olm error stream 2020-05-22 15:51:45 +02:00
Sorunome 1a8ddb2750
fixes 2020-05-22 13:22:28 +02:00
Sorunome c9a0c5302a
format 2020-05-22 13:18:45 +02:00
Sorunome 29721f00a8
Merge branch 'master' into soru/cross-signing 2020-05-22 13:18:36 +02:00
Christian Pauly 09edda1f9f Merge branch 'soru/persist-decrypted' into 'master'
properly persist decryption of events

Closes #72, #71, and #70

See merge request famedly/famedlysdk!321
2020-05-22 11:15:48 +00:00
Sorunome 384e5962d6 properly persist decryption of events 2020-05-22 11:15:48 +00:00
Christian Pauly bb75ee00be Merge branch 'krille/check-code-formatting' into 'master'
Add code formatting CI job

See merge request famedly/famedlysdk!320
2020-05-22 10:12:18 +00:00
Christian Pauly 27b4a620e5 Add code formatting CI job 2020-05-22 10:12:18 +00:00
Sorunome ee9090b7a7
fix tests 2020-05-22 11:13:58 +02:00
Sorunome 74361fff0e
don't cache via db and properly handle invalid signatures 2020-05-22 11:04:27 +02: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 788353120b
accidental inifnite recursion 2020-05-21 16:55:30 +02:00
Sorunome 10372a9dbe
verified devices are not blocked 2020-05-21 16:52:25 +02:00
Christian Pauly 96e155559a Merge branch 'soru/timeline-limited' into 'master'
clear timeline events cache on limited updates

See merge request famedly/famedlysdk!317
2020-05-21 14:52:14 +00:00
Sorunome fc8625d30e clear timeline events cache on limited updates 2020-05-21 14:52:14 +00:00
Sorunome eaefdb64ca
make that cleints can only use "verified" 2020-05-21 16:51:15 +02:00
Sorunome ead44e4014
fix tests and stuffs 2020-05-21 15:32:06 +02:00
Sorunome af961b99dc
get device verification status based on cross signing 2020-05-21 15:20:33 +02: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
Christian Pauly 73904a95e3 Merge branch 'soru/e2ee-recovery-option' into 'master'
make e2ee recovery logic optional

See merge request famedly/famedlysdk!315
2020-05-20 08:31:47 +00: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
Christian Pauly da8d37d202 Merge branch 'krille/make-test-coverage-visible' into 'master'
Make coverage visible again

Closes #66

See merge request famedly/famedlysdk!303
2020-05-19 09:28:13 +00:00
Christian Pauly 066221b84d Make coverage visible again 2020-05-19 09:28:13 +00:00
Christian Pauly 359e03496a Merge branch 'soru/fix-notification-count' into 'master'
fix notification count

See merge request famedly/famedlysdk!312
2020-05-19 08:20:39 +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 cec3401867 Merge branch 'ChristianPauly-master-patch-06127' into 'master'
close database konditional

See merge request famedly/famedlysdk!311
2020-05-19 08:10:11 +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
Christian Pauly 3ee5c2effa Merge branch 'soru/autoclear-outbound-session' into 'master'
automatically clear an outbound session, if you are unable to decrypt your own messages

See merge request famedly/famedlysdk!307
2020-05-18 16:02:48 +00:00
Sorunome 09da5fa4ca
automatically clear an outbound session, if you are unable to decrypt your own messages 2020-05-18 17:31:40 +02:00