320 Commits

Author SHA1 Message Date
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
76478de953 Remove either feature 2022-04-20 10:39:36 +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
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
26c58c5f45 ruma: Add unstable-extensible-events feature
Convenience feature to activate all basic extensible events
2022-03-28 19:39:18 +02: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
Kévin Commaille
e336db767a
common: Add support for extensible image events 2022-03-14 10:43:15 +00:00
Kévin Commaille
bdcf07be87
common: Merge ruma-serde into ruma-common 2022-03-10 12:11:00 +01:00
Kévin Commaille
088d1872b7
common: Merge ruma-identifiers into ruma-common 2022-03-09 17:46:51 +00:00
Kévin Commaille
9e736bec84 ruma: Fix hello_isahc example 2022-03-04 13:34:57 +01:00
Kévin Commaille
c3f9a3cb70
common: Merge ruma-events into ruma-common 2022-03-04 11:45:07 +00:00
Kévin Commaille
f32dcb9254
common: Merge ruma-api into ruma-common 2022-03-03 14:01:51 +01:00
Kévin Commaille
c37a514a89 events: Add support for extensible file events
As defined in MSC3551
2022-03-03 13:55:04 +01:00
Kévin Commaille
f78d3480a5 events: Add support for extensible text event
As defined in MSC1767
2022-03-02 18:09:43 +01:00
Jonas Platte
25e5fca91b
Release ruma 0.5.0 2022-02-19 15:39:41 +01:00
Jonas Platte
f9eff3d261
Release ruma-client 0.8.0 2022-02-19 15:08:13 +01:00
Jonas Platte
82436b57ba
Release ruma-state-res 0.6.0 2022-02-19 15:05:41 +01:00
Jonas Platte
37a806e147
Release ruma-appservice-api 0.5.0 2022-02-19 15:04:07 +01:00
Jonas Platte
3aee3b8286
Release ruma-push-gateway-api 0.4.0 2022-02-19 15:03:09 +01:00
Jonas Platte
ef1c265327
Release ruma-federation-api 0.4.0 2022-02-19 15:00:58 +01:00