Jonas Platte
|
740f357e97
|
events: Don't fail event content parsing on invalid relation
|
2023-11-16 14:12:55 +01:00 |
|
Kévin Commaille
|
e409d22ea0
|
Fix fallback text field name for extensible events in RoomMessageEventContentWithoutRelation::make_reply_to_raw()
|
2023-11-14 19:53:37 +01:00 |
|
Jonas Platte
|
37c93d57e5
|
events: Change rich_reply.md to not require specific symbols to be in scope
… for intra-doc links.
|
2023-11-08 17:49:00 +01:00 |
|
Kévin Commaille
|
9c385a707f
|
events: Improve compatibility of unstable voice messages
Use the same parameters as Element clients.
|
2023-10-11 15:42:32 +02:00 |
|
Alfonso Grillo
|
530d0afdc8
|
events: Add unstable voice message types initializers
|
2023-10-11 08:28:00 +00:00 |
|
Jonas Platte
|
e7ed90ad0f
|
events: Add RoomMessageEventContentWithoutRelation::add_mentions
|
2023-10-10 09:54:11 +02:00 |
|
Jonas Platte
|
440a563355
|
event: Add reply-making methods to RoomMessageEventWithoutRelation
|
2023-10-10 09:54:11 +02:00 |
|
Jonas Platte
|
533beb600f
|
events: Add convenience c'tors to RoomMessageEventContentWithoutRelation
|
2023-10-09 16:02:07 +02:00 |
|
Jonas Platte
|
0f023c5222
|
events: Move RoomMessageEventContentWithoutRelation into separate module
|
2023-10-09 16:00:28 +02:00 |
|
Jonas Platte
|
25d0b3ce59
|
events: Move message relation types into separate module
|
2023-10-09 15:59:49 +02:00 |
|
Kévin Commaille
|
5040aa2a93
|
events: Allow to build reply to raw events
|
2023-09-20 12:18:21 +02:00 |
|
Kévin Commaille
|
18195e0a6e
|
events: Allow replacement unstable poll start events to have no fallback
|
2023-09-15 13:19:22 +02:00 |
|
Jonas Platte
|
a8180722f4
|
events: Add support for voice messages as implemented by Element Web
|
2023-09-12 10:20:38 +02:00 |
|
Kévin Commaille
|
ba973c98f1
|
html: Expose sanitize API on Html
|
2023-08-29 11:19:48 +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
|
f2dca60fc7
|
macros: Rename ruma-events-macros to ruma-macros
|
2022-02-27 13:54:17 +01:00 |
|
Kévin Commaille
|
771f437d9e
|
events: Rename MessageEvent to MessageLikeEvent
|
2022-02-22 20:06:36 +01:00 |
|
Jonathan de Jong
|
936bb64e84
|
Update links to spec.matrix.org/v1.2
|
2022-02-18 19:45:04 +01:00 |
|
Kévin Commaille
|
cdf383cc45
|
events: Move MSCs to per-msc features
|
2022-02-11 10:18:07 +01:00 |
|
Kévin Commaille
|
bb80b33bd9
|
events: Move VerificationRequest's deserialization out of unstable-pre-spec
|
2022-02-11 10:18:07 +01:00 |
|
Jonas Platte
|
39041286b9
|
Move from_raw_json_value to ruma-serde
… and remove unnecessary copies of it.
|
2022-02-02 20:58:47 +01:00 |
|
Jonas Platte
|
89ae41166d
|
events: Move new verification events out of unstable-pre-spec
… since they were stabilized with v1.1.
|
2022-01-31 20:43:38 +01:00 |
|
Jonas Platte
|
ee977b48f0
|
Make the inner type of _Custom enum variants unusable
The variant itself would be private if possible, this is the solution
closest to that.
|
2022-01-13 11:38:48 +01:00 |
|
homersimpsons
|
2d3816d72c
|
ruma-events: Add links to specs in modules docs
|
2021-12-28 14:36:34 +00:00 |
|
Jonas Platte
|
3ce578f384
|
identifiers: Make UserId a DST
|
2021-11-26 00:40:40 +01:00 |
|
Jonas Platte
|
2d4dbfe42f
|
identifiers: Make RoomId a DST
|
2021-11-26 00:04:28 +01:00 |
|
Jonas Platte
|
52608cc72c
|
identifiers: Make EventId a DST
|
2021-11-25 22:34:40 +01:00 |
|
Jonas Platte
|
49e5d45ac9
|
events: Improve usability and docs of m.room.message reply constructors
|
2021-11-18 22:51:58 +01:00 |
|
Jonas Platte
|
24950b208e
|
events: Stop relying on UserId Debug format
|
2021-11-18 21:41:10 +01:00 |
|
Jonas Platte
|
824ef40bd9
|
events: Move message reply helper functions into a separate module
|
2021-11-18 20:20:43 +01:00 |
|
Jonas Platte
|
401c0b07b3
|
Fix clippy warnings
|
2021-10-19 22:15:59 +02:00 |
|
Jonas Platte
|
04080085f9
|
events: Include all event type segments in Rust type names
|
2021-10-02 21:25:21 +02:00 |
|
Jonas Platte
|
edbd5a696c
|
events: Use inline code blocks instead of emphasis for type strings
|
2021-10-01 18:35:01 +02:00 |
|
Jonas Platte
|
120f1f3b2a
|
events: Generate event type aliases
|
2021-09-30 00:47:13 +02:00 |
|
Jonas Platte
|
a81880c68f
|
events: Rework Relation serde
Relation types now implement `Deserialize`, `Serialize`.
|
2021-08-21 15:20:15 +02:00 |
|
Devin Ragotzy
|
db755f994e
|
events: Make all pub enums non_exhaustive
|
2021-08-10 15:22:26 +02:00 |
|
Jonas Platte
|
84829e23dc
|
events: Remove shared Relation type in favor of more per-event-type ones
|
2021-06-20 19:27:12 +02:00 |
|
Jonas Platte
|
ec4b719546
|
events: Refactor message relations
* Discard unknown relations
* Move new_content into Relation::Replacement
|
2021-06-17 19:43:23 +02:00 |
|
Devin Ragotzy
|
8252a1a32c
|
Move all content declarations to content trait attribute
|
2021-05-14 12:25:30 +02:00 |
|
Devin Ragotzy
|
c6aa2e0428
|
Fix clippy warnings across workspace
|
2021-05-06 06:16:28 -04:00 |
|
Jonas Platte
|
3db0ea7026
|
Move all crates into a new crates directory
|
2021-05-03 15:50:27 +02:00 |
|