Jonas Platte
f20d1c3d76
chore: Upgrade ruma
2022-07-01 16:16:29 +02:00
Ivan Enderlin
b3d52ca68c
feat: Rename OlmMachine.share_group_session to OlmMachine.share_room_key.
...
As discussed with @poljar, the Matrix event we are creating is
`m.room.key`, so it's preferable to rename the function
`share_room_key`. Note: Olm calls the things an inbound group session,
that's where the name comes from, but it's not aligned with the
specification.
2022-06-01 14:32:11 +02:00
Julian Sparber
1de27bcc0c
Fix CI and address requested changes
2022-05-17 12:22:35 +02:00
Benjamin Kampmann
e146daf2a3
chore: bump main crate
2022-05-10 15:09:41 +02:00
Benjamin Kampmann
1c967669d9
chore: Bumping crate versions
2022-05-10 13:41:00 +02:00
Benjamin Kampmann
b6d71cbeba
fix(benchmarks): keep the temprorary dir until end of tests
2022-05-02 16:29:50 +02:00
Jonas Platte
4b1c77ec5a
chore: Use js Date.now() support from Ruma
2022-04-29 13:03:49 +02:00
Jonas Platte
70174e1fea
Upgrade Ruma to 0.6.0
2022-04-29 11:07:17 +02:00
Damir Jelić
5d8c485a51
chore: Bump most of our deps
2022-04-27 17:30:53 +02:00
Damir Jelić
d38995b3f9
fix(crypto): Add our own device to the store when we create a new account
2022-04-26 14:46:07 +02:00
Jonas Platte
08fd85ea09
chore: Upgrade Ruma
2022-04-26 11:40:54 +02:00
Jonas Platte
32d1997dfc
feat(crypto): Accept borrowed identifiers in some public functions
2022-04-26 11:40:54 +02:00
Jonas Platte
ad538f3f28
Upgrade Ruma
2022-04-12 14:39:30 +02:00
Jonas Platte
9567f8f28f
Move the crypto benchmarks into a separate crate
...
Avoids issues from circular dev-dependency.
2022-03-31 14:26:32 +02:00