212 Commits

Author SHA1 Message Date
Jonathan de Jong
49663f4adf
signatures: Update pkcs8, and add ring backwards compatibility 2022-05-30 14:43:21 +02:00
Kévin Commaille
906d576a27
Implement Improved Signalling for 1:1 VoIP
According to MSC2746
2022-05-30 14:09:58 +02:00
Charlotte
ddc5279b6e
client-api: Implement asynchronous uploads (MSC2246)
https://github.com/matrix-org/matrix-spec-proposals/pull/2246
2022-05-28 20:49:05 +00:00
Jonas Platte
62c4d7ab72
Merge branch 'ruma-0.6' 2022-05-27 13:29:43 +02:00
Jonas Platte
e1ebff0047
Set rust-version for crates/* (excl. ruma-signatures) 2022-05-27 12:05:41 +02:00
Jonas Platte
5f902851af
Upgrade to Rust 2021 2022-05-27 12:04:23 +02:00
Kévin Commaille
c3d573e943
events: Add support for polls
According to MSC3381
2022-05-25 12:03:45 +02:00
Kévin Commaille
07c6074b8a client-api: Add missing unstable msc2676 and msc2677 features 2022-05-24 15:28:43 +02:00
Jonas Platte
9b1ea64a1c
federation-api: Add missing compat feature 2022-05-24 10:29:00 +02:00
Jonas Platte
b3c8a231ab
Release ruma 0.6.3 2022-05-12 12:29:12 +02:00
Jonas Platte
20fec821a2
Release ruma-client-api 0.14.1 2022-05-12 12:21:04 +02:00
Jonas Platte
e1c35b3d7f
Release ruma-common 0.9.2 2022-05-09 12:51:17 +02:00
Jonas Platte
20b8c298d2
Release ruma 0.6.2 2022-05-06 17:21:16 +02:00
Jonas Platte
a36da216ec
Release ruma-common 0.9.1 2022-05-06 17:19:57 +02:00
Jonas Platte
ad61d0c7b6
Release ruma 0.6.1 2022-04-29 11:53:59 +02:00
Jonas Platte
ae9de5bebd
ruma: Re-export js feature from ruma-common 2022-04-29 11:50:35 +02:00
Jonas Platte
16896f7487
Release ruma 0.6.0 2022-04-28 17:59:09 +02:00
Jonas Platte
4f9e8f0ae5
Release ruma-state-res 0.7.0 2022-04-28 17:56:00 +02:00
Jonas Platte
94545fd52c
Release ruma-signatures 0.11.0 2022-04-28 17:51:22 +02:00
Jonas Platte
415473741e
Release ruma-client 0.9.0 2022-04-28 17:46:51 +02:00
Jonas Platte
72070b0e4b
Release ruma-appservice-api 0.6.0 2022-04-28 17:45:50 +02:00
Jonas Platte
edc167caf4
Release ruma-push-gateway-api 0.5.0 2022-04-28 17:43:43 +02:00
Jonas Platte
83d3650ae3
Release ruma-identity-service-api 0.5.0 2022-04-28 17:28:30 +02:00
Jonas Platte
eb90d170ef
Release ruma-federation-api 0.5.0 2022-04-28 17:14:57 +02:00
Jonas Platte
e5388254bb
Release ruma-client-api 0.14.0 2022-04-28 16:40:25 +02:00
Jonas Platte
4e8d88617d
Release ruma-common 0.9.0 2022-04-28 16:38:08 +02:00
Jonathan de Jong
cc72ddb689
Implement MSC2870 (Protect server ACLs from redaction) 2022-04-27 10:22:43 +02:00
Jonas Platte
e131606b2f ruma: Clean up doc formatting 2022-04-20 18:31:37 +02:00
Jonas Platte
76478de953 Remove either feature 2022-04-20 10:39:36 +02:00
Jonas Platte
f1c168175b ruma: Re-export new owned ID types 2022-04-20 10:39:36 +02:00
Jonas Platte
a567b9151d ruma: Remove common module (ruma-common export) 2022-04-14 17:28:12 +02:00
Kévin Commaille
0f0fe23138 push-gateway-api: Create proper PusherData type
It doesn't have the `url` field from ruma-common's type
2022-04-10 10:26:27 +02:00
Kévin Commaille
558cd06062 ruma: Re-export MatrixUri at the root 2022-04-03 10:32:56 +02:00
Kévin Commaille
36aa0cb3cf client-api: Implement MSC2654: Unread counts 2022-03-30 22:20:54 +02:00
Jonas Platte
24bd27a3a9 Remove origin field from PDUs
It has been removed from the spec, for details see
https://github.com/matrix-org/matrix-spec/pull/998
2022-03-30 08:44:40 +02:00
Kévin Commaille
77e44d6428
ruma: Re-export RoomName 2022-03-29 21:18:04 +02:00
Kévin Commaille
26c58c5f45 ruma: Add unstable-extensible-events feature
Convenience feature to activate all basic extensible events
2022-03-28 19:39:18 +02:00
Jonas Platte
c9b353a384
Re-export IdParseError type from ruma 2022-03-28 12:34:23 +02:00
Jonas Platte
26556259c8
Re-export macro exports module from ruma 2022-03-25 14:03:18 +01:00
Jonas Platte
a6a530dcc8 serde: Rename derive macro Outgoing to Incoming
All it does now is generate `Incoming{Self}` types.
2022-03-22 13:19:03 +01:00
Kévin Commaille
2621dced1b examples: Move all examples to the root folder 2022-03-21 14:23:57 +01:00
Kévin Commaille
9b870cd9af
common: Add support for voice message events 2022-03-18 12:13:26 +01:00
Kévin Commaille
1f53f38b4f common: Add support for translatable text content.
According to MSC3554
2022-03-16 13:12:58 +01:00
Kévin Commaille
44f8192e3c client-api: Add new fields to RoomEventFilter
related_by_rel_types and related_by_senders according to MSC3440
2022-03-16 12:58:24 +01:00
Kévin Commaille
5f51f9241f common: Add thread relation to Relation
According to MSC3440
2022-03-16 12:58:24 +01:00
Kévin Commaille
bb26f159e3
client-api: Add tile server to well-known
According to MSC3488
2022-03-15 18:41:11 +01:00
Kévin Commaille
195ddf8112
common: Add support for extensible location events
According to MSC3488
2022-03-15 18:41:05 +01:00
Kévin Commaille
5af2e38506
common: Add support for extensible audio events 2022-03-15 13:34:33 +01:00
Kévin Commaille
57e8b77d87
common: Add support for extensible video events 2022-03-15 09:40:20 +01:00
Jonathan de Jong
1ffccaba18
federation-api: Add versions endpoint (MSC3723) 2022-03-14 12:03:27 +01:00