Commit Graph

  • fb6c6c89e8 crypto: Update to the ruma-event renames. Damir Jelić 2020-03-13 16:58:59 +0100
  • 6438444275 base_client: Restore the olm machine if a session given at client creation. Damir Jelić 2020-03-12 16:28:02 +0100
  • 545ebe8d9c crytpo: Get the one-time keys count out of the sync response as well. Damir Jelić 2020-03-12 16:14:43 +0100
  • 8867b198f7 base_client: Forward the sync response to our olm machine. Damir Jelić 2020-03-12 15:41:11 +0100
  • 2b389a8440 crypto: Mark the Account as Send. Damir Jelić 2020-03-11 11:44:45 +0100
  • e271b17766 async_client: Upload encryption keys in the sync_forever method. Damir Jelić 2020-03-11 11:43:58 +0100
  • 33ee5cce61 async_client: Fix the user agent. Damir Jelić 2020-03-11 11:43:31 +0100
  • bc4416e7cd async_client: Add a method to upload encryption keys. Damir Jelić 2020-03-11 11:42:59 +0100
  • e7d6a5a834 base_client: Expose some olm machine methods. Damir Jelić 2020-03-11 10:10:43 +0100
  • e7b32ea155 crypto: Fix the one-time-key count updating. Damir Jelić 2020-03-11 10:09:00 +0100
  • f3816d04f2 base_client: Create a Olm machine after logging in. Damir Jelić 2020-03-11 10:08:22 +0100
  • 22a9154bd3 crypto: Expose some sturcts to be used by the clients. Damir Jelić 2020-03-11 10:06:33 +0100
  • f15b7cccea crypto: Require a borrow of the user id when creating a new Olm machine. Damir Jelić 2020-03-11 10:04:04 +0100
  • 740bc2a6c1 machine: Add a method to get the key tuple that need to be uploaded. Damir Jelić 2020-03-10 14:06:30 +0100
  • 3e88839a68 crypto: Use ruma structs for the one-time keys as well. Damir Jelić 2020-03-10 13:41:14 +0100
  • 003d514c14 crypto: Use ruma structs to represent the generated device keys. Damir Jelić 2020-03-10 13:02:14 +0100
  • c41d3873b6 rust-sdk: Cleanup the docs and fix the examples up. Damir Jelić 2020-03-02 11:31:03 +0100
  • de154e272a crypto: Add one-time key signing support. Damir Jelić 2020-02-29 11:13:57 +0100
  • 0288376cfe async_client: Add a timeout to the sync forever even if the sync was successful. Damir Jelić 2020-02-28 10:33:17 +0100
  • 8181d96bfb crypto: Rename the uploaded key count variable. Damir Jelić 2020-02-26 09:36:52 +0100
  • b171f64f1d crypto: Use the serde feature of olm-rs. Damir Jelić 2020-02-26 09:18:10 +0100
  • 7605f7e6e8 crypto: Remove a lingering println. Damir Jelić 2020-02-25 18:01:49 +0100
  • 92067c400c crypto: Test signature verification with an invalid key. Damir Jelić 2020-02-25 17:49:43 +0100
  • 84e7a49bbf Makefile: Run the tests an coverage target with the encryption feature. Damir Jelić 2020-02-25 17:36:45 +0100
  • 45890a27f3 crypto: Add support for device keys signing. Damir Jelić 2020-02-25 17:36:11 +0100
  • 478f0d7784 crypto: Format the repo. Damir Jelić 2020-02-25 14:36:09 +0100
  • 15d8de56e1 crypto: Add an initial version of the olm state machine. Damir Jelić 2020-02-25 14:24:18 +0100
  • d3903811c6 rust-sdk: Add initial crytpto code. Damir Jelić 2020-02-24 17:19:00 +0100
  • f8b76c6af3 test: Use the new library name. Damir Jelić 2020-02-24 12:51:42 +0100
  • d2141624d0 Cargo.toml: Rename the crate. Damir Jelić 2020-02-21 17:01:34 +0100
  • e957282cbb README: Reflect the new name and new license. Damir Jelić 2020-02-21 16:57:18 +0100
  • dee13421f0 rust-sdk: Switch the license to Apache 2.0. Damir Jelić 2020-02-21 16:54:05 +0100
  • 98da341a46 Cargo.toml: Bump the dependency versions. Damir Jelić 2020-02-21 16:33:08 +0100
  • 63e0191f57 client: Fix clippy warnings. Damir Jelić 2020-02-21 14:29:46 +0100
  • 49a24b6305 client: Add missing docs. Damir Jelić 2020-02-21 14:29:25 +0100
  • 0a74c943ba async_client: Propagate an error properly. Damir Jelić 2020-02-21 12:13:38 +0100
  • fbd65fde26 nio-olm: Remove our olm bindings since we're gonna use olm-rs. Damir Jelić 2020-02-14 14:37:10 +0100
  • 19383fd28c async_client: Add a method to fetch the homeserver. Damir Jelić 2020-01-11 22:24:32 +0100
  • 67221ecb54 Cargo.toml: Update our dependencies. Damir Jelić 2020-01-11 13:13:30 +0100
  • 5688b2e70a async_client: Remove the response callbacks. Damir Jelić 2019-12-04 22:35:19 +0100
  • e21806f3cc async_client: Add the sync_forever method. Damir Jelić 2019-12-04 22:33:26 +0100
  • 41a183b4c0 nio: Upgrade ruma-client-api. Damir Jelić 2019-12-04 19:31:33 +0100
  • 38ddad1874 async_client: Properly handle the EventResult for our timeline. Damir Jelić 2019-11-26 20:47:02 +0100
  • afcb68cc0e async_client: Make our sync method threadsafe across yield points. Damir Jelić 2019-11-26 20:34:11 +0100
  • 19b9927de6 nio: Don't make the VERSION public. Damir Jelić 2019-11-26 19:19:22 +0100
  • e9dfabf847 async_client: Add the event callbacks back. Damir Jelić 2019-11-26 19:06:29 +0100
  • 07979c6d32 Fix the gitignore file. Damir Jelić 2019-11-24 22:44:28 +0100
  • 3afe44e47a Add a Makefile. Damir Jelić 2019-11-24 22:43:36 +0100
  • 4daea54a33 base_client: Consume sync responses and store the sync token. Damir Jelić 2019-11-24 22:40:52 +0100
  • 3ab37ee8bd tests: Test the sync method of the async client. Damir Jelić 2019-11-17 21:23:01 +0100
  • f246ab2f56 AsyncClient: Remove some dead code. Damir Jelić 2019-11-17 19:59:50 +0100
  • 638fa3e55d tests: Add initial AsyncClient test. Damir Jelić 2019-11-17 19:59:08 +0100
  • d281efb309 AsyncClient: The use_sys_proxy setting is deprecated upstream. Damir Jelić 2019-11-17 19:56:53 +0100
  • 88bfe1bec6 AsyncClient: Add the client version to the user-agent. Damir Jelić 2019-11-17 19:55:59 +0100
  • 68102cc196 AsyncClient: Expose the logged_in method. Damir Jelić 2019-11-17 19:55:27 +0100
  • 10b8d1a682 nio: Add scaffolding for member removals in the base client. Damir Jelić 2019-11-14 20:18:31 +0100
  • 0760706e58 nio-olm: Small format fixes. Damir Jelić 2019-11-14 20:12:45 +0100
  • 597e99595a nio: Update the dependencies. Damir Jelić 2019-11-14 20:11:51 +0100
  • 0b98440f54 nio-rust: Add a pre-commit config. Damir Jelić 2019-11-10 18:33:27 +0100
  • 8d58938b41 nio-rust: Format the repo. Damir Jelić 2019-11-10 18:33:06 +0100
  • 9e474a5cc2 nio: Add support for message sending in the AsyncClient. Damir Jelić 2019-11-10 11:44:44 +0100
  • 2aca52c9f0 nio: Allow the AsyncClient to be clonable. Damir Jelić 2019-11-10 11:44:03 +0100
  • 066d76cc8e nio: Make the callback futures Sync/Send. Damir Jelić 2019-10-31 09:17:13 +0100
  • 71d8500453 nio: Reintroduce futures as callbacks. Damir Jelić 2019-10-30 23:26:26 +0100
  • b61dc18060 nio: Allow callbacks to borrow the room, sadly back to non async callbacks. Damir Jelić 2019-10-30 19:30:55 +0100
  • bec253efd8 nio: Pin the dependency versions. Damir Jelić 2019-10-30 18:54:55 +0100
  • ee96ae00e4 olm: Add initial higher level olm bindings. Damir Jelić 2019-10-24 22:39:35 +0200
  • e3d89f01f6 olm: Add inital bindgen generated olm-sys bindings. Damir Jelić 2019-10-24 22:38:36 +0200
  • 69a18e9d3a async_client: Don't double pin futures. Damir Jelić 2019-10-24 22:35:36 +0200
  • 8c681c362a async_client: Change the place where we parse the user agent. Damir Jelić 2019-10-24 22:34:58 +0200
  • b8eb0489c7 base_client: Handle state events as well. Damir Jelić 2019-10-23 23:36:57 +0200
  • f6d371b36f async_client: Remove the non-async callbacks. Damir Jelić 2019-10-23 22:51:34 +0200
  • cf17173037 nio: Add initial base client state machine. Damir Jelić 2019-10-23 22:47:00 +0200
  • 4989108324 Initial commit. Damir Jelić 2019-10-20 13:56:46 +0200