Commit Graph

  • 4634efc092 crypto: More SAS content to to-device request logic. Damir Jelić 2020-07-29 13:23:03 +0200
  • 117ebeaf4b crypto: Return requests when you want to accept a verification. Damir Jelić 2020-07-29 12:47:36 +0200
  • 27f918e52d matris-sdk: Move the http request sending logic into a separate struct. Damir Jelić 2020-07-29 10:56:18 +0200
  • 9facd86d81 base: Expose the verification methods in the base client. Damir Jelić 2020-07-28 16:44:06 +0200
  • 7f2df68d62 crypto: Expose some SAS methods publicly. Damir Jelić 2020-07-28 16:24:45 +0200
  • a6fa9f99fd crypto: Hook up the verification machine. Damir Jelić 2020-07-28 15:37:20 +0200
  • 7e95d85f17 crypto: Move the cryptostore behind a lock. Damir Jelić 2020-07-28 15:03:44 +0200
  • 57b65ec8c4 crypto: Add a verification machine. Damir Jelić 2020-07-28 14:45:53 +0200
  • 2d6fff7927 crypto: A bit of cleanup and docs. Damir Jelić 2020-07-28 11:29:13 +0200
  • 792623f53d crypto: Fix a clippy warning. Damir Jelić 2020-07-27 15:57:30 +0200
  • 6e67585bf6 crypto: Handle all the cancel states. Damir Jelić 2020-07-27 15:56:28 +0200
  • 5471c07244 crypto: More canceling. Damir Jelić 2020-07-27 15:34:18 +0200
  • 0b04f7960b crypto: Add more checks and cancels in the SAS state machine. Damir Jelić 2020-07-27 15:28:14 +0200
  • 623f91733e crypto: More verification canceling. Damir Jelić 2020-07-27 13:18:00 +0200
  • da3734ffc7 crypto: Add initial SAS canceling. Damir Jelić 2020-07-27 13:16:56 +0200
  • 7128505768 Merge branch 'master' into sas-verification Damir Jelić 2020-07-26 21:20:53 +0200
  • 6a96368048
    Upgrade ruma Jonas Platte 2020-07-26 16:58:27 +0200
  • 8c9c843bfc crypto: Fix a comment in the sas file. Damir Jelić 2020-07-25 10:59:20 +0200
  • 094b2f90d6 Merge branch 'master' into sas-verification Damir Jelić 2020-07-25 10:31:20 +0200
  • 2cbdca1f58 crypto: Make it easier to create canceled SasState. Damir Jelić 2020-07-25 10:24:44 +0200
  • d4fe2fe0a2
    Remove redundant braces Jonas Platte 2020-07-25 02:32:50 +0200
  • 14db34beee
    Use Option::and_then over manual match Jonas Platte 2020-07-25 02:32:18 +0200
  • 7aea6160c3
    Flatten nested match for less indentation Jonas Platte 2020-07-25 02:31:52 +0200
  • ca88539ec4
    Upgrade ruma Jonas Platte 2020-07-25 02:23:10 +0200
  • 670755bfce crypto: Start checking and cancelling our SAS flows. Damir Jelić 2020-07-24 17:51:20 +0200
  • 46c1657643 crypto: Fix some clippy warnings. Damir Jelić 2020-07-24 16:04:47 +0200
  • 9ac1417292 crypto: Add a higher level simple and threadsafe SAS object. Damir Jelić 2020-07-24 15:49:00 +0200
  • de94b903d6 crypto: Rename the Sas struct. Damir Jelić 2020-07-24 11:32:38 +0200
  • 2f28976694 crypto: Make the Sas struct thread safe. Damir Jelić 2020-07-24 11:26:45 +0200
  • 8ff8ea1342 crypto: Add docs for the SAS structs and methods. Damir Jelić 2020-07-23 17:25:57 +0200
  • a1edef0ed5 crypto: Fix some clippy warnings. Damir Jelić 2020-07-23 14:47:47 +0200
  • ee51ed78be crypto: Allow users to check the SAS even after a mac event was received. Damir Jelić 2020-07-23 14:35:29 +0200
  • 2729f01e0f crypto: Move the emoji/decimal sas calculation out of the Sas object. Damir Jelić 2020-07-23 14:26:50 +0200
  • e6730a7007 crypto: More SAS refactoring. Damir Jelić 2020-07-23 14:14:29 +0200
  • 6fd852d573 crypto: Refactor out some common SAS methods. Damir Jelić 2020-07-23 14:02:07 +0200
  • 7f2b268a59 Merge branch 'master' into sas-verification Damir Jelić 2020-07-23 13:43:01 +0200
  • bb9adea5de crypto: Implement the whole SAS flow. Damir Jelić 2020-07-23 13:41:57 +0200
  • b1ae5534a1 crypto: Hold a copy of the account to get the ed25519 key when doing SAS. Damir Jelić 2020-07-23 11:19:19 +0200
  • 9214f01185 cyrpto: Fill out the method to get the MacEventContent. Damir Jelić 2020-07-23 11:08:09 +0200
  • c35f73473e crypto: Add a copyright header to the sas file. Damir Jelić 2020-07-23 09:21:11 +0200
  • bf54b17a2f
    Upgrade ruma Jonas Platte 2020-07-22 20:43:47 +0200
  • 4ce26f4fa0 crypto: Add support to get the SAS emoji out of a verification. Damir Jelić 2020-07-22 16:41:16 +0200
  • cdcbcdfab3 crypto: Add support to display the decimal SAS value. Damir Jelić 2020-07-22 15:11:34 +0200
  • 7a2d5c30db crypto: More Sas states and add an initial test. Damir Jelić 2020-07-22 13:43:11 +0200
  • a7bc1a95d3 device: Add a method to create a Device from an Account. Damir Jelić 2020-07-22 13:41:49 +0200
  • 4fa58bfaac crypto: Add getters for the user and device id in the account. Damir Jelić 2020-07-22 13:40:47 +0200
  • 7c92d91c04 crypto: Use a patched olm-rs for now. Damir Jelić 2020-07-22 11:39:30 +0200
  • e612326714 Merge branch 'master' into sas-verification Damir Jelić 2020-07-22 11:18:26 +0200
  • 9ef784d665 crypto: Simplify the OlmMachine -> Device conversion. Damir Jelić 2020-07-22 09:27:43 +0200
  • 2481fbbd27 crypto: Store the device signatures with the devices as well. Damir Jelić 2020-07-21 17:33:47 +0200
  • a9d645cbcd crypto: Rewrite the device keys fetching in the SQLiteStore using filter_map. Damir Jelić 2020-07-21 16:28:41 +0200
  • 578c927e58 crypto: Simplify the share_group_session method. Damir Jelić 2020-07-21 14:13:10 +0200
  • 24baf1fe0f crypto: More doc fixes. Damir Jelić 2020-07-21 13:04:51 +0200
  • 861c07d5ce cyrpto: Fix the docs for the Session encrypt method. Damir Jelić 2020-07-21 12:59:15 +0200
  • 451d902604 crypto: Allow that many arguments on the from_pickle session method. Damir Jelić 2020-07-21 12:57:31 +0200
  • c3f00c96f8 crypto: Don't require the account to be passed when encrypting. Damir Jelić 2020-07-21 12:46:06 +0200
  • e50cf39a17 crypto: Store a copy of the user_id/device_id and identity keys in sessions. Damir Jelić 2020-07-21 12:40:23 +0200
  • 3f1439fe28 crypto: Move the olm encryption logic into the Session struct. Damir Jelić 2020-07-21 12:03:05 +0200
  • 3d6872607e crypto: Move the m.room_key content creation into the outbound group session. Damir Jelić 2020-07-21 11:12:20 +0200
  • fe33430e9b crypto: Use DeviceId instead of str everywhere. Damir Jelić 2020-07-21 10:48:15 +0200
  • b22324b305 crypto: Split out the olm module into separate files. Damir Jelić 2020-07-21 10:38:14 +0200
  • 037d62b165 matrix-sdk-crypto: Remove map clone from user_devices Devin R 2020-07-20 08:10:42 -0400
  • 8c39db002b Remove inaccurate comment about DeviceId Devin R 2020-07-17 21:11:23 -0400
  • e27b6fb51e matrix-sdk-crypto: Fix map_clone clippy warning Devin R 2020-07-17 15:43:06 -0400
  • e4f94cbfec Remove FullOrRedacted use ruma::AnyPossiblyRedacted event enum Devin R 2020-07-17 21:06:51 -0400
  • 807435c043 Updates DeviceId to be Box<DeviceId> Devin R 2020-07-18 08:51:19 -0400
  • 71f2a042c2 Rename Stub -> Sync for all ruma events Devin R 2020-07-18 08:37:43 -0400
  • 2e8fc3e232 matrix-sdk-base: Integrate redacted events into message queue Devin R 2020-07-11 21:12:40 -0400
  • d273786d83 matrix-sdk: Bump our dependencies. Damir Jelić 2020-07-17 10:01:22 +0200
  • 7ddc785a9a Merge branch 'timeout' Damir Jelić 2020-07-17 09:59:21 +0200
  • 3e23affc9e Merge branch 'encombhat-master' Damir Jelić 2020-07-17 09:41:29 +0200
  • f2163164bf Wasm fix Stephen 2020-07-16 20:53:09 -0300
  • 44dfbd2fa6 Fix Stephen 2020-07-16 20:21:34 -0300
  • 2f99d0de59 Bugfix Stephen 2020-07-16 20:06:26 -0300
  • 7a72949613 Client::sync_forever(): Add filter in next iteration. Black Hat 2020-07-16 15:55:55 -0700
  • b0241e51a3 Fixed formatting Stephen 2020-07-16 18:40:52 -0300
  • c5ea4fde35 HTTP timeout Stephen 2020-07-16 18:16:30 -0300
  • cc4ae3db1e Client::SyncSettings: Include sync filter Black Hat 2020-07-16 06:13:35 -0700
  • a5c5f5a7b1 Revert "Client::sync(): expose sync filter" Black Hat 2020-07-16 06:04:26 -0700
  • 7c46953805 travis: Don't allow failures for Windows. Damir Jelić 2020-07-16 14:23:36 +0200
  • 2d83c40626 travis: Test the base client on Windows as well. Damir Jelić 2020-07-16 13:45:37 +0200
  • d75101d042 travis: Run the tests on Windows. Damir Jelić 2020-07-16 13:11:30 +0200
  • 04bb65f43e travis: Don't test encyrption support on Windows for now. Damir Jelić 2020-07-16 12:46:10 +0200
  • c1ffed4fc9 base: Sanitize the room id for the path of the state store. Damir Jelić 2020-07-16 12:44:07 +0200
  • 0542e3d83d Client::sync(): expose sync filter Black Hat 2020-07-16 03:49:46 -0700
  • 2d955027e1 travis: Don't set the linux version. Damir Jelić 2020-07-15 16:08:21 +0200
  • 38166135dc travis: Add a clippy stage. Damir Jelić 2020-07-15 15:59:04 +0200
  • 5bebe1d434 crypto: Clippy fixes for our tests. Damir Jelić 2020-07-15 15:58:36 +0200
  • a2a87b9fff matrix-sdk: Fix a bunch of clippy warnings. Damir Jelić 2020-07-15 15:53:17 +0200
  • 497b973eb5 travis: Test newer macOS versions. Damir Jelić 2020-07-06 10:17:30 +0200
  • de1988265d crypto: Move the outbound session creation logic into the account. Damir Jelić 2020-07-15 15:39:56 +0200
  • 6cced25ae1 travis: Don't allow failures on the wasm target. Damir Jelić 2020-07-15 14:13:43 +0200
  • 4e40c13b81 travis: Fix the minimal build. Damir Jelić 2020-07-15 14:05:52 +0200
  • bf152df322 matrix-sdk: Hide some tracing imports behind the encryption flag. Damir Jelić 2020-07-15 14:05:22 +0200
  • 3315cf5bc6 travis: Add a build that doesn't use any of the features. Damir Jelić 2020-07-15 13:23:28 +0200
  • 204279c575 matrix-sdk: Don't hide the tracing import behind the encryption feature. Damir Jelić 2020-07-15 13:19:56 +0200
  • 83806b42e9 crypto: Remove a stale comment about clearing private keys from events. Damir Jelić 2020-07-15 13:07:48 +0200
  • fa0a22b090 Merge branch 'dkasak-master' Damir Jelić 2020-07-15 12:52:25 +0200
  • bce7fe0217 Equivalence class -> equivalence set. Denis Kasak 2020-07-15 11:58:52 +0200
  • 1fd21ee206 Fix docstrings regarding return value related to disambiguation. Denis Kasak 2020-07-15 11:54:30 +0200