Commit Graph

420 Commits

Author SHA1 Message Date
Christian Pauly bb44fa6ac0 [Event] Implement file encryption 2020-03-16 10:38:03 +00:00
Christian Pauly 9e971674e8 [Presence] Calculate time 2020-03-15 09:31:49 +01:00
Christian Pauly 57bd600738 [Room] Fix decrypt last message 2020-03-13 12:18:24 +00:00
Christian Pauly 391a9af2ba [Room] Fix create megolm session 2020-03-13 10:09:49 +00:00
Christian Pauly 39717f5917 Sendtodevice enhance performance 2020-03-06 12:04:27 +00:00
Christian Pauly 208ee0581a [LibOlm] Update to fix encryption 2020-03-02 09:28:59 +01:00
Christian Pauly cb8450de06 [Room] Wipe session when sending session keys wasnt successful 2020-02-27 11:16:26 +01:00
Christian Pauly 202f997320 Room fix block devices 2020-02-27 08:52:45 +00:00
Christian Pauly 31b64a6631 [Room] Clear outbound session only if devices changed 2020-02-27 08:41:49 +00:00
Christian Pauly 73841bd2f6 Merge branch 'matrixfile-refactor-uint8list' into 'master'
[MatrixFile] Use Uint8List instead of List<int>

See merge request famedly/famedlysdk!227
2020-02-27 07:15:30 +00:00
Lukas Lihotzki 3c78f11f2c [MatrixFile] Use Uint8List instead of List<int> 2020-02-24 17:54:43 +01:00
Lukas Lihotzki f483fb437e [Client] Remove unused variable in upload 2020-02-24 17:06:07 +01:00
Christian Pauly ccb1945d00 [Room] Fix setState 2020-02-24 10:34:28 +01:00
Christian Pauly 63bcce28de [Room] Fix last message when encrypted 2020-02-24 09:10:35 +01:00
Christian Pauly f4be2aa023 [PublicRoomEntry] Fix fromJson 2020-02-22 18:13:13 +00:00
Christian Pauly 3e6552dc7a [PublicRoomEntry] Fix join method 2020-02-22 17:59:50 +00:00
Christian Pauly 9884da02d2 [Lib] Fix exports 2020-02-22 17:46:48 +00:00
Christian Pauly 2738c5a49d [Client] List public rooms 2020-02-22 18:20:50 +01:00
Christian Pauly 8a7468db01 [Event] Key sharing with all users in a room 2020-02-22 09:08:01 +01:00
Christian Pauly ac3a9a6b3a [Room] Implement key sharing 2020-02-21 15:05:19 +00:00
Christian Pauly 7982a60d7c [Room] Enhance decrypt error handling 2020-02-21 09:56:40 +01:00
Christian Pauly 3926539661 [Event] Enhance decryption 2020-02-21 08:44:05 +00:00
Christian Pauly 2ab6eb2a0c [Client] Dont create new inbound session when session matches 2020-02-20 15:29:15 +00:00
Christian Pauly 49e643625c [Client] Add debug prints 2020-02-20 07:28:15 +00:00
Christian Pauly 92c9c709cc [Lib] Fix export 2020-02-19 13:35:34 +00:00
Christian Pauly 77b11d78db [Client] Implement device management 2020-02-19 14:26:38 +01:00
Christian Pauly ce1fd3ecd8 Merge branch 'room-fix-send-unencrypted' into 'master'
[Room] Send unencrypted if encryption not enabled

Closes #53

See merge request famedly/famedlysdk!209
2020-02-19 10:10:34 +00:00
Christian Pauly b47705e169 Merge branch 'client-fix-count-userids-encrypted-rooms' into 'master'
[Client] Only joined or invited users in encrypted rooms count

Closes #55

See merge request famedly/famedlysdk!208
2020-02-19 10:01:22 +00:00
Christian Pauly a52fef7c4b [Room] Send unencrypted if encryption not enabled 2020-02-19 10:59:21 +01:00
Christian Pauly de211b08bc [Client] Only joined or invited users in encrypted rooms count 2020-02-19 10:56:41 +01:00
Christian Pauly 5d73f06cd3 [DevicekeysList] Clear outbound group session on blocking device 2020-02-19 10:54:08 +01:00
Christian Pauly 48da43bcc6 [Client] Fix trust own device 2020-02-19 10:24:54 +01:00
Christian Pauly d05d22e6af [Room] Decrypt only encrypted events 2020-02-19 08:54:56 +01:00
Christian Pauly 662f18d86e [Client] Free everything 2020-02-18 13:37:36 +00:00
Christian Pauly 974d507292 [Client] Minor olm fixes 2020-02-18 11:49:02 +01:00
Christian Pauly cf31237457 [Room] Fix clean up 2020-02-18 09:23:55 +00:00
Christian Pauly 10f0424c97 [Client] Send correct key in olm 2020-02-18 08:55:18 +01:00
Christian Pauly 2b513957a1 [Room] Fix message index error 2020-02-18 07:42:52 +00:00
Christian Pauly e2c34b101e [Room] Return m.bad.encrypted 2020-02-18 08:02:17 +01:00
Christian Pauly f13fc98609 [Client] Try again to upload keys 2020-02-17 18:10:53 +01:00
Christian Pauly 600820a40d [Event] Fix getReplyEvent 2020-02-17 15:42:11 +00:00
Christian Pauly 54e88e6c95 [Client] Fix storing verified and blocked devices 2020-02-17 12:49:01 +01:00
Christian Pauly 26bf204bd5 [Client] Add timeout factor 2020-02-17 08:15:32 +00:00
Christian Pauly 8bf7eacc46 [DeviceKeys] outdated by default not null 2020-02-15 14:21:27 +01:00
Christian Pauly f8c65d5d59 [Client] Trust own device 2020-02-15 13:33:03 +01:00
Christian Pauly 45193624c2 [Room] Fix internal message type 2020-02-15 12:21:03 +00:00
Christian Pauly 3c386391cf [Timeline] Try to decrypt but not block 2020-02-15 08:58:08 +00:00
Christian Pauly f5b493f9bd [SDK] Add dart-olm library and update CI 2020-02-15 07:48:41 +00:00
Christian Pauly 86a192efd8 [Event] Fix null sender 2020-02-14 14:06:46 +00:00
Christian Pauly 8e0373cdb9 [States] Return null on null key 2020-02-14 13:16:26 +00:00