Commit Graph

  • 1bfb2d08a6 base: Remove the obsolete models files. Damir Jelić 2020-12-22 10:14:16 +0100
  • c5709d23a5 base: Implement the last missing thing to get the emitter working again. Damir Jelić 2020-12-22 10:09:59 +0100
  • e25441babc base: Create a store wrapp and move store methods under it. Damir Jelić 2020-12-20 16:27:29 +0100
  • a370eb1e37 base: Re-introduce the event emitter. Damir Jelić 2020-12-19 20:20:39 +0100
  • f9af880176 base: Upcast the bare rooms based on the membership state Damir Jelić 2020-12-19 16:37:35 +0100
  • 7abf0c8805 store: Honor state keys for the state storage. Damir Jelić 2020-12-19 14:44:46 +0100
  • b119b30939 crypto: Clippy warnings. Damir Jelić 2020-12-18 19:26:51 +0100
  • 55436c6514 crypto: Add a test for verification request flows. Damir Jelić 2020-12-18 18:23:42 +0100
  • ec863a928d crypto: More clippy warnings. Damir Jelić 2020-12-18 13:57:57 +0100
  • 1fd8c2052e crypto: Fix a bunch of clippy warnings. Damir Jelić 2020-12-18 13:50:02 +0100
  • 897c6abe92 crypto: Fix our tests now that we support in-room verifications. Damir Jelić 2020-12-18 12:55:06 +0100
  • f735107caf crypto: Remove an unused argument. Damir Jelić 2020-12-17 17:03:42 +0100
  • 48f43a4af1 crypto: Remove some unused imports. Damir Jelić 2020-12-17 16:28:12 +0100
  • 4ad4ad1e94 crypto: Send out done events for in-room verifications. Damir Jelić 2020-12-17 15:50:13 +0100
  • 79102b3390 crypto: Make the cancelations output only CancelContents. Damir Jelić 2020-12-17 12:15:11 +0100
  • d4327d4cfc EventEmitter: add VoIP event support (m.call.* event types) Alex Black 2020-12-15 21:15:42 +1100
  • b6e28e2280 crypto: WIP more work on in-room verifications now up to accepting them. Damir Jelić 2020-12-15 16:35:54 +0100
  • b05fed5a3b matrix-sdk: Fix our tests now that the state store is roughly done. Damir Jelić 2020-12-15 10:23:31 +0100
  • b4edaffbe1 base: Rename the method to get joined/invited members. Damir Jelić 2020-12-14 15:54:49 +0100
  • 45db95742a base: Add a common room info struct for normal and stripped rooms. Damir Jelić 2020-12-14 14:36:39 +0100
  • 3a76cf7692 base: Restore getting the user ids when receiving a sync. Damir Jelić 2020-12-14 13:48:29 +0100
  • 05b1384d16 base: Upcast member events so the state key is an user id. Damir Jelić 2020-12-12 21:44:53 +0100
  • e245599913 base: Save the stripped state of invited rooms. Damir Jelić 2020-12-11 21:17:27 +0100
  • b16e3b6bd8 base: Rename joined rooms as they are used for left rooms as well. Damir Jelić 2020-12-11 16:42:38 +0100
  • 5105629c08 crypto: WIP handle in-room start events. Damir Jelić 2020-12-11 16:13:58 +0100
  • 7570cf5ac2 crypto: WIP genrealize the sas so it can handle in-room and to-device events. Damir Jelić 2020-12-11 15:42:49 +0100
  • 6f35a05311 matrix-sdk: Allow users to get a reference to the store. Damir Jelić 2020-12-11 09:52:39 +0100
  • b0ac9d3320 crypto: WIP change the types of the sas sturcts to allow in-room verifications. Damir Jelić 2020-12-10 17:49:28 +0100
  • 1bb5b42b1d crypto: Prepare the sas structs to handle in-room verifications. Damir Jelić 2020-12-10 14:53:43 +0100
  • b9ddbb11af crypto: Move the inner sas struct into a separate module. Damir Jelić 2020-12-10 14:07:47 +0100
  • a4e7dc1042 base: Correctly store the state events of rooms. Damir Jelić 2020-12-10 10:01:53 +0100
  • ae33904a93 base: Rename some structs. Damir Jelić 2020-12-09 20:21:39 +0100
  • a08f857e49 base: Split out the new room and member structs from the state store Damir Jelić 2020-12-09 18:12:51 +0100
  • 7198b0daba crypto: WIP key verification request handling. Damir Jelić 2020-12-09 17:18:23 +0100
  • 5babd71341 crypto: Copy the relates to field to the unencrypted content when encrypting Damir Jelić 2020-12-09 17:16:03 +0100
  • d4ebe8cc83 Merge branch 'crypto-improvements' into new-state-store Damir Jelić 2020-12-08 16:54:23 +0100
  • d9e5a17ab0 crypto: Use a native Rust sha2 implementation to calculate the commitment Damir Jelić 2020-12-08 16:17:41 +0100
  • b5c61af472 crypto: Move the base64 helpers into a common module. Damir Jelić 2020-12-08 16:10:46 +0100
  • fd705b7d5e crypto: Canonicalize the start event content before calculating the commitment Damir Jelić 2020-12-08 16:01:42 +0100
  • 8e53982bcd Merge branch 'master' into crypto-improvements Damir Jelić 2020-12-08 15:06:14 +0100
  • ca4e738fff Merge branch 'master' into user-avatar-ci Damir Jelić 2020-12-08 14:43:46 +0100
  • 594e9b9e2d README: Swap out the CI badge. Damir Jelić 2020-12-08 14:31:14 +0100
  • 15b87e9dc1 CI: Restrict code coverage to the master branch. Damir Jelić 2020-12-08 14:30:49 +0100
  • fa3583234c CI: Fix the coverage yml. Damir Jelić 2020-12-08 14:09:51 +0100
  • 9679db6ddc CI: Enable code coverage again. Damir Jelić 2020-12-08 14:05:25 +0100
  • fdf48d1f30 CI: Rename the workflow file. Damir Jelić 2020-12-08 13:58:26 +0100
  • 40d13d9b59 cyrpto: Another timing based test that only works on Linux. Damir Jelić 2020-12-08 13:37:55 +0100
  • 4ab6ae7f30 crypto: Fix an os_target definition. Damir Jelić 2020-12-08 13:15:19 +0100
  • c8dd6bfd26 crypto: Scope the imports for the unwedging test into the test. Damir Jelić 2020-12-08 12:56:16 +0100
  • 0a76f75c22 Revert "CI: Use the cargo-clippy workflow." Damir Jelić 2020-12-08 12:45:16 +0100
  • 795c1225dd CI: Use the cargo-clippy workflow. Damir Jelić 2020-12-08 12:37:39 +0100
  • b982d36303 crypto: Run the time sensitive tests only on linux. Damir Jelić 2020-12-08 12:34:59 +0100
  • a80aa4c2ad base: Fix some lint issues. Damir Jelić 2020-12-08 12:11:55 +0100
  • 27d9cf04de base: Remove a flaky state store test. Damir Jelić 2020-12-08 11:52:21 +0100
  • e4779163b8 CI: Run the tests on the CI. Damir Jelić 2020-12-08 11:36:01 +0100
  • 2cc899338a CI: Split out the fmt and clippy runs into two jobs. Damir Jelić 2020-12-08 11:21:09 +0100
  • 8dc56ec332
    Add methods for setting, getting and uploading avatar Amanda Graven 2020-12-07 16:34:32 +0100
  • 1d5ee22dd2 CI: Name our lint stages. Damir Jelić 2020-12-08 11:08:41 +0100
  • 59917f45e3 matrix-sdk: Fix a clippy lint. Damir Jelić 2020-12-08 11:01:20 +0100
  • 35247fac2a crypto: Fix a lint issue. Damir Jelić 2020-12-08 10:50:58 +0100
  • e24fb8b471 CI: Fix the cargo fmt invocation. Damir Jelić 2020-12-08 10:44:19 +0100
  • 795900cf39 CI: Add a lint github workflow. Damir Jelić 2020-12-08 10:42:05 +0100
  • 6d2d48a35a base: WIP inivted rooms handling. Damir Jelić 2020-12-08 09:52:27 +0100
  • 5c608ed474 base: Store main account data. Damir Jelić 2020-12-07 16:35:00 +0100
  • e38f0762ee base: Store the notification counts. Damir Jelić 2020-12-07 15:11:18 +0100
  • ab832da03e base: Deserialize ephemeral events. Damir Jelić 2020-12-07 14:34:18 +0100
  • de61798d78 base: Store room account data. Damir Jelić 2020-12-07 14:13:31 +0100
  • bca7f41ca9
    Fix error in example Amanda Graven 2020-12-07 13:14:23 +0100
  • 7f503eb71c
    Add examples, remove user from method names Amanda Graven 2020-12-07 12:59:10 +0100
  • a26dc3179a
    Add methods for getting and setting display name Amanda Graven 2020-12-07 11:17:26 +0100
  • b36d907fac base: Add the power level event to the room member. Damir Jelić 2020-12-06 18:11:32 +0100
  • 886a1c7a77 Merge branch 'crypto-improvements' into new-state-store Damir Jelić 2020-12-05 15:01:21 +0100
  • aa1a64628f crypto: Remove a bunch of unneeded whitespace in a log line. Damir Jelić 2020-12-04 17:01:15 +0100
  • 0e66640b9f crypto: Log both user id versions when the device keys mismatch. Damir Jelić 2020-12-04 16:58:20 +0100
  • 3f41e5071b crypto: Preserve the relationship info while decrypting events. Damir Jelić 2020-12-04 14:50:45 +0100
  • 9eb17e757c matrix-sdk: Update ruma. Damir Jelić 2020-12-04 13:35:56 +0100
  • 2bcdd0163b Merge branch 'crypto-improvements' into new-state-store Damir Jelić 2020-12-04 17:02:32 +0100
  • f483a56f81 crypto: Remove a bunch of unneeded whitespace in a log line. Damir Jelić 2020-12-04 17:01:15 +0100
  • a5131a0a73 crypto: Log both user id versions when the device keys mismatch. Damir Jelić 2020-12-04 16:58:20 +0100
  • a7b31c90e0 Merge branch 'crypto-improvements' into new-state-store Damir Jelić 2020-12-04 15:13:48 +0100
  • 8a842ec0a5 base: Log deserialization errors for decrypted events. Damir Jelić 2020-12-04 15:07:59 +0100
  • 1b6bdc3307 crypto: Preserve the relationship info while decrypting events. Damir Jelić 2020-12-04 14:50:45 +0100
  • 1733808221 Merge branch 'crypto-improvements' into new-state-store Damir Jelić 2020-12-04 13:50:39 +0100
  • 8291b93356 matrix-sdk: Update ruma. Damir Jelić 2020-12-04 13:35:56 +0100
  • 804bd221b2 crypto: Improve key imports. Damir Jelić 2020-12-02 11:12:46 +0100
  • 45442dfac8 Merge branch 'master' into new-state-store Damir Jelić 2020-12-01 17:24:00 +0100
  • e20b1efae9 crypto: Store private identities and accounts with the Changes struct as well. Damir Jelić 2020-12-01 17:14:32 +0100
  • e65915e159 Merge branch 'crypto-improvements' Damir Jelić 2020-12-01 15:10:58 +0100
  • 4800e80492 matrix-sdk: Remove an unused import. Damir Jelić 2020-12-01 15:08:53 +0100
  • 5d0ff961b2 crypto: Check the Olm message hash if we fail to decrypt an Olm message. Damir Jelić 2020-12-01 14:50:04 +0100
  • 270350cd34 crypto: Save the olm message hash. Damir Jelić 2020-12-01 14:38:03 +0100
  • ae2391791d crypto: Use a released sqlx version. Damir Jelić 2020-11-29 11:22:53 +0100
  • 24592adbba crypto: Return a higher level struct when decrypting olm messages instead of tuples Damir Jelić 2020-12-01 12:41:11 +0100
  • efe659910f crypto: Remove some stale TODOs. Damir Jelić 2020-12-01 11:20:55 +0100
  • 08babb6d6c crypto: Document the new cross signing methods in the store. Damir Jelić 2020-12-01 10:54:41 +0100
  • 50bd408d48 matrix-sdk: Don't use try_from for the u32 -> UInt conversion. Damir Jelić 2020-12-01 10:34:10 +0100
  • 27b5bf3ddd base: Add initial left rooms handling. Damir Jelić 2020-12-01 10:23:28 +0100
  • 0e563a9a81 base: Refactor out the room state/timeline handling. Damir Jelić 2020-11-30 17:25:29 +0100
  • 7dd834a214 base: Add some more sync response fields. Damir Jelić 2020-11-30 15:24:49 +0100
  • b4d0179c18 base: Fetch the member presence when we fetch members. Damir Jelić 2020-11-30 14:55:18 +0100