Damir Jelić
|
5fef444d61
|
matrix-sdk: Split out the crypto part of the sdk into a separate crate.
|
2020-04-29 09:48:00 +02:00 |
|
Damir Jelić
|
1de791c207
|
rust-sdk: Update to the latest ruma releases.
|
2020-04-23 10:52:47 +02:00 |
|
Damir Jelić
|
cb6e43b340
|
crypto: Allow devices to be deleted from the crypto store.
|
2020-04-22 12:12:47 +02:00 |
|
Damir Jelić
|
b572381a8e
|
crypto: Save the device to the sqlite db.
|
2020-04-21 09:28:26 +02:00 |
|
Damir Jelić
|
001a0de00f
|
crypto: Test getting all user devices in the sqlite store as well.
|
2020-04-17 15:30:53 +02:00 |
|
Damir Jelić
|
a632f2e5a2
|
crypto: Implement the device store for the sql store.
|
2020-04-17 14:14:31 +02:00 |
|
Damir Jelić
|
d91de818ac
|
crypto: Don't try to create the sqlite index every time we open the db.
|
2020-04-16 13:57:33 +02:00 |
|
Damir Jelić
|
9444f1506d
|
crypto: Test the loading of specific group sessions in the sqlite store.
|
2020-04-16 13:32:04 +02:00 |
|
Damir Jelić
|
5b212a2fcd
|
crypto: Keep the tempdir alive in the sqlite store tests.
|
2020-04-16 13:21:57 +02:00 |
|
Damir Jelić
|
8e3c5889bb
|
crypto: Make sure to load the all the sender sessions when saving a session.
|
2020-04-16 13:14:14 +02:00 |
|
Damir Jelić
|
91a2d85cf8
|
crypto: Improve the debug implementation for the sqlite store.
|
2020-04-16 12:38:58 +02:00 |
|
Damir Jelić
|
78fdd3d592
|
crypto: Document the methods in our cryptostore trait.
|
2020-04-16 11:06:51 +02:00 |
|
Damir Jelić
|
3a5cc833d1
|
crypto: Simplify the session saving methods in the cyrptostore.
|
2020-04-16 10:14:23 +02:00 |
|
Damir Jelić
|
af73ebdf09
|
crypto: Add some tests to our in-memory stores.
|
2020-04-15 15:32:58 +02:00 |
|
Damir Jelić
|
25e60d398b
|
crypto: Move the session mutex into the Session struct.
|
2020-04-14 14:05:18 +02:00 |
|
Damir Jelić
|
a4d41378d4
|
crypto: Move the inbound group session lock into the session struct.
|
2020-04-10 16:08:47 +02:00 |
|
Damir Jelić
|
b8d6a4c49a
|
crypto: Move the account mutex into the account struct.
|
2020-04-10 15:28:43 +02:00 |
|
Damir Jelić
|
af7309033c
|
crypto: Rename the session creation method.
|
2020-04-10 14:44:25 +02:00 |
|
Devin R
|
eff322c0c5
|
crypto compiles, tests pass
|
2020-04-03 11:00:37 -04:00 |
|
Damir Jelić
|
12dc5212e3
|
rust-sdk: Remove a bunch of unused imports and unused variables.
|
2020-04-03 12:34:05 +02:00 |
|
Damir Jelić
|
7c6d0d14dd
|
crypto: Fix the sqlite tests.
|
2020-04-03 10:39:07 +02:00 |
|
Damir Jelić
|
2dd84517b9
|
crypto: Expose the key-claiming methods in the clients.
|
2020-04-03 10:27:30 +02:00 |
|
Damir Jelić
|
913cc374d0
|
crypto: Calculate the deleted devices in a key query.
|
2020-04-02 14:52:15 +02:00 |
|
Damir Jelić
|
56084a7809
|
crypto: Initial support for device tracking.
|
2020-04-02 11:14:23 +02:00 |
|
Damir Jelić
|
2020700673
|
crypto: Prepare the scaffolding for key queries and user tracking.
|
2020-04-01 15:37:00 +02:00 |
|
Damir Jelić
|
559a5847bb
|
crypto: Implement group session loading for the sqlite store.
|
2020-03-31 16:22:45 +02:00 |
|
Damir Jelić
|
ceeb685e1a
|
crypto: Add the MemoryStore back.
|
2020-03-30 17:07:36 +02:00 |
|
Damir Jelić
|
85f344c32e
|
crypto: Add the ability to store group sessions to the sqlite store.
|
2020-03-27 17:01:21 +01:00 |
|
Damir Jelić
|
23065a5aa3
|
crypto: Use an upsert for the account saving.
|
2020-03-27 16:01:00 +01:00 |
|
Damir Jelić
|
c3654bd03f
|
crypto: More cleanup in the sqlite store.
|
2020-03-27 14:35:51 +01:00 |
|
Damir Jelić
|
e4dcca550c
|
crypto: Move the sessions cache into the cryptostore.
|
2020-03-27 12:09:54 +01:00 |
|
Damir Jelić
|
fca8062da0
|
crytpo: Implement session storing/loading for the sql store.
|
2020-03-27 09:24:15 +01:00 |
|
Damir Jelić
|
abe13d7a2d
|
crypto: Make the session stores thread safe.
|
2020-03-26 11:22:40 +01:00 |
|
Damir Jelić
|
4215f98e91
|
crypto: Add initial code for olm message decryption.
|
2020-03-21 16:41:48 +01:00 |
|
Damir Jelić
|
426fe1df0f
|
crypto: Propagate a sqlite store error correctly.
|
2020-03-19 13:55:35 +01:00 |
|
Damir Jelić
|
6efd216f35
|
cryptpo: Add test that the account is updated correctly in the store.
|
2020-03-19 09:39:22 +01:00 |
|
Damir Jelić
|
06722635e7
|
crypto: Add missing license headers.
|
2020-03-19 09:37:15 +01:00 |
|
Damir Jelić
|
5adab040e6
|
crypto: Restore the account if we're using the sqlite store.
|
2020-03-18 16:05:59 +01:00 |
|
Damir Jelić
|
4aba058695
|
crypto: Hook up the crypto store to the Olm machine.
|
2020-03-18 15:50:32 +01:00 |
|
Damir Jelić
|
d7ab847b98
|
store: Loading an account can fail because there is no account.
|
2020-03-18 14:29:01 +01:00 |
|
Damir Jelić
|
f517ac6f37
|
store: Add a store specific error type.
|
2020-03-18 12:38:47 +01:00 |
|
Damir Jelić
|
6fb29451ce
|
crypto: Add a memory only crypto store.
|
2020-03-18 10:42:46 +01:00 |
|
Damir Jelić
|
7a11a57b41
|
crypto: Add initial crypto store.
|
2020-03-18 09:41:49 +01:00 |
|