Kévin Commaille
|
a53bd09b8a
|
events: Make name required in RoomNameEventContent
The wording of the spec was confusing but it is indeed required
|
2023-09-18 15:05:26 +02:00 |
|
Kévin Commaille
|
6da56dc541
|
events: Add compat feature to send empty string to unset room name
|
2023-09-13 17:28:57 +02:00 |
|
Jonas Platte
|
f266ea90e7
|
events: Fix missing feature dependency
|
2023-09-12 15:53:14 +02:00 |
|
Jonas Platte
|
a8180722f4
|
events: Add support for voice messages as implemented by Element Web
|
2023-09-12 10:20:38 +02:00 |
|
Jonas Platte
|
399adc911f
|
Use as_variant crate for shorter code
|
2023-08-28 19:31:39 +02:00 |
|
Jonas Platte
|
31331f3165
|
Bring back ruma-events
Co-authored-by: Kévin Commaille <zecakeh@tedomum.fr>
|
2023-08-28 10:23:54 +02:00 |
|
Kévin Commaille
|
c3f9a3cb70
|
common: Merge ruma-events into ruma-common
|
2022-03-04 11:45:07 +00: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 |
|
Kévin Commaille
|
f2dca60fc7
|
macros: Rename ruma-events-macros to ruma-macros
|
2022-02-27 13:54:17 +01:00 |
|
Jonas Platte
|
b725865cba
|
Release ruma-events 0.26.0
|
2022-02-19 14:53:14 +01:00 |
|
Jonas Platte
|
06344cdc73
|
Release ruma-common 0.8.0
|
2022-02-19 14:47:08 +01:00 |
|
Jonas Platte
|
2ed51f1d54
|
Release ruma-identifiers 0.22.0
|
2022-02-19 14:28:28 +01:00 |
|
Jonas Platte
|
90fd1d8f0a
|
Release ruma-events 0.25.0
|
2022-02-19 01:38:25 +01:00 |
|
Jonas Platte
|
b29755f0c5
|
Release ruma-common 0.7.0
|
2022-02-19 01:33:25 +01:00 |
|
Jonas Platte
|
fec52a0218
|
Release ruma-identifiers 0.21.0
|
2022-02-19 01:07:23 +01:00 |
|
Jonas Platte
|
38881dd6af
|
Release ruma-serde 0.6.0
|
2022-02-19 01:01:17 +01:00 |
|
Jonas Platte
|
ebb09589f9
|
Remove authors field from Cargo manifests
It's no longer necessary and authorship is much better tracked with git.
|
2022-02-12 13:46:44 +01:00 |
|
Kévin Commaille
|
cdf383cc45
|
events: Move MSCs to per-msc features
|
2022-02-11 10:18:07 +01:00 |
|
Jonas Platte
|
71a7dbdc43
|
events: Remove unstable-spec feature
Everything that was gated behind it was stabilized with Matrix v1.2.
|
2022-02-02 23:25:49 +01:00 |
|
Jonas Platte
|
e9994b89c8
|
identifiers: Move room versions 8, 9 out of unstable-spec
… since v1.2 is out!
|
2022-02-02 23:06:39 +01:00 |
|
Jonas Platte
|
1a4e464422
|
Move restricted join rules and room versions 8, 9 from unstable-pre-spec to unstable-spec
|
2022-02-01 20:47:37 +01:00 |
|
Timo Kösters
|
08d60b3d37
|
events: Add is_allowed method to RoomServerAclEventContent
|
2022-01-17 11:47:39 +00:00 |
|
Devin Ragotzy
|
d15c877ad1
|
events: Update m.room.member for room versions 7 - 9
* Add join_authorized_via_users_server key for roomver 8+
* Add custom redaction impl for RoomMemberEventContent
|
2021-11-26 22:11:28 +00:00 |
|
Jonas Platte
|
e2d9bf5eba
|
ruma-events 0.24.6
Improvements:
* Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md)
-----BEGIN PGP SIGNATURE-----
iIwEABYIADQWIQSYRl0lv78dXawPPq7MFU3g4wt8ZwUCYUjgYBYcanBsYXR0ZStn
aXRAcG9zdGVvLmRlAAoJEMwVTeDjC3xnvF8A/0s7gcm4pijTII7wrIOxB0eWSUgc
TSxXIOYpsiDcswnUAP9+PLx+ziy0oxtbPcWK5bil7JBcYwM1tlqIM+d9qlgiCQ==
=W1O9
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iIwEABYIADQWIQSYRl0lv78dXawPPq7MFU3g4wt8ZwUCYUjgkBYcanBsYXR0ZStn
aXRAcG9zdGVvLmRlAAoJEMwVTeDjC3xnrOkBALaAq5RRXvD2xdBD2Q6H9xEPsd/x
KSknkjMjqgCJq2g8AQCql0S5QpH8PsmOKDmMO9X6lIHnnaqUxpSOOHIm83VKAA==
=9Aii
-----END PGP SIGNATURE-----
Merge tag 'ruma-events-0.24.6'
ruma-events 0.24.6
Improvements:
* Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md)
|
2021-09-20 21:27:12 +02:00 |
|
Jonas Platte
|
d07cacb61d
|
Release ruma-events 0.24.6
|
2021-09-20 21:25:27 +02:00 |
|
Jonas Platte
|
1df1256a86
|
events: Put pdu module behind an unstable feature flag
|
2021-09-15 20:58:37 +02:00 |
|
Jonathan de Jong
|
c33920d8ae
|
Use thiserror in id-validation, add more detail to mxc-uri errors
|
2021-09-15 20:36:20 +02:00 |
|
Jonas Platte
|
b85e452aec
|
Release ruma-events 0.24.5
|
2021-08-21 15:58:54 +02:00 |
|
Jonas Platte
|
90683f0faa
|
Release ruma-events 0.24.4
|
2021-08-16 23:12:35 +02:00 |
|
Jonas Platte
|
098339056b
|
events: Add a compat workaround for prev_content in unsigned
|
2021-08-16 22:55:27 +02:00 |
|
Jonas Platte
|
7e6fcab676
|
Release ruma-events 0.24.3
|
2021-08-13 17:16:08 +02:00 |
|
Jonas Platte
|
e396092ac0
|
Release ruma-events 0.24.2
|
2021-08-11 21:08:46 +02:00 |
|
Jonas Platte
|
f4d60f1ecb
|
Release ruma-events 0.24.1
|
2021-08-11 20:31:23 +02:00 |
|
Jonas Platte
|
1c5067a916
|
Release ruma-events 0.24.0
|
2021-08-11 17:38:10 +02:00 |
|
Jonas Platte
|
7602570e21
|
Release ruma-common 0.6.0
|
2021-08-11 17:24:41 +02:00 |
|
Jonas Platte
|
e6b48fb564
|
Release ruma-identifiers 0.20.0
|
2021-08-11 17:16:28 +02:00 |
|
Jonas Platte
|
12ee10b2c6
|
Release ruma-serde 0.5.0
|
2021-08-11 17:10:51 +02:00 |
|
Jonas Platte
|
d213ee4718
|
events: Remove / replace previous error types
|
2021-08-10 15:22:45 +02:00 |
|
Jonas Platte
|
40d3b552da
|
Release ruma-serde 0.4.2
|
2021-08-09 19:43:40 +02:00 |
|
Jonas Platte
|
2bd2d18db9
|
Release ruma-events 0.23.3
|
2021-07-26 15:06:13 +02:00 |
|
Jonas Platte
|
752c4808fd
|
Release ruma-events 0.23.2
|
2021-06-29 10:37:09 +02:00 |
|
Jonas Platte
|
b5f963229c
|
Release ruma-events 0.23.1
|
2021-06-24 13:43:04 +02:00 |
|
Jonas Platte
|
dfd8c60b89
|
Release ruma-identifiers 0.19.4
|
2021-06-24 13:38:05 +02:00 |
|
Jonas Platte
|
be4584b475
|
Release ruma-serde 0.4.1
|
2021-06-24 13:17:55 +02:00 |
|
Jonas Platte
|
55a7dd4828
|
Release ruma-events 0.23.0
|
2021-06-21 16:53:46 +02:00 |
|
Jonas Platte
|
4312085b4a
|
Release ruma-common 0.5.4
|
2021-06-18 20:27:32 +02:00 |
|
Jonas Platte
|
ff03f4c805
|
Release ruma-identifiers 0.19.3
|
2021-06-18 13:42:32 +02:00 |
|
Jonas Platte
|
5fe1876643
|
Release ruma-identifiers 0.19.2
|
2021-06-10 15:27:09 +02:00 |
|
Jonas Platte
|
3a46a5837d
|
Release ruma-common 0.5.3
|
2021-06-10 15:25:13 +02:00 |
|