1577 Commits

Author SHA1 Message Date
Jonas Platte
8fef63ed52
ruma: Glob-reexport ruma-common
Previously this would result in rustdoc showing two `api` modules, but
that is now fixed: https://github.com/rust-lang/rust/issues/83375
2022-09-21 18:19:26 +02:00
Benjamin Kampmann
efc5e61021
client-api: Update sliding sync to latest 2022-09-21 18:11:32 +02:00
Jonas Platte
b715911189
ruma: Glob-reexport ruma-common
Previously this would result in rustdoc showing two `api` modules, but
that is now fixed: https://github.com/rust-lang/rust/issues/83375
2022-09-21 17:28:36 +02:00
Jonas Platte
4fb051ba0f Use Default derive for enums 2022-09-20 13:49:16 +02:00
Jonas Platte
66ff4dbaad Raise MSRV to 1.62 2022-09-20 13:49:16 +02:00
Jonas Platte
1291929131
Rename unstable-pre-spec to unstable-unspecified 2022-09-20 10:39:20 +02:00
Jonas Platte
54aa15fc81
Release ruma 0.7.3 2022-09-16 12:20:53 +02:00
Jonas Platte
6fa928983c
Fix changelog 2022-09-16 12:15:08 +02:00
Jonas Platte
d38fa052e2
Release ruma-common 0.10.3 2022-09-16 12:13:19 +02:00
Jonas Platte
b18313e579
events: Fix wrong cfg 2022-09-16 12:13:15 +02:00
Jonas Platte
cea8a9718a
Release ruma 0.7.2 2022-09-16 11:57:29 +02:00
Jonas Platte
4d192ff3dc
Release ruma-common 0.10.2 2022-09-16 11:55:56 +02:00
Jonas Platte
fa61cc1248
events: Add relations accessors to event enums 2022-09-16 11:34:54 +02:00
Jonas Platte
956871cfa6
macros: Rename is_room to is_timeline 2022-09-16 11:28:16 +02:00
Jonas Platte
df971d2c5c
events: Generate accessor methods in a more readable manner 2022-09-16 11:15:49 +02:00
Jonas Platte
e7a3c81d0d
Release ruma 0.7.1 2022-09-14 21:29:46 +02:00
Jonas Platte
8460189668
Release ruma-common 0.10.1 2022-09-14 21:28:23 +02:00
Jonas Platte
b7b7d043f3
events: Add RoomMessageEventContent::make_reply_to
… and deprecate reply constructors.
2022-09-14 10:02:25 +02:00
Jonas Platte
5c3610b9b7
Release ruma 0.7.0 2022-09-12 21:09:58 +02:00
Jonas Platte
2c43137f5f
Release ruma-state-res 0.8.0 2022-09-12 21:09:17 +02:00
Jonas Platte
0047b1d19b
Release ruma-signatures 0.12.0 2022-09-12 21:08:31 +02:00
Jonas Platte
2a6a07dd7b
Release ruma-client 0.10.0 2022-09-12 21:07:30 +02:00
Jonas Platte
357b29f4c3
Release ruma-appservice-api 0.7.0 2022-09-12 21:04:14 +02:00
Jonas Platte
5cfc4874e2
Release ruma-push-gateway-api 0.6.0 2022-09-12 21:03:31 +02:00
Jonas Platte
8091aac895
Release ruma-identity-service-api 0.6.0 2022-09-12 21:01:28 +02:00
Jonas Platte
c7631de520
Release ruma-federation-api 0.6.0 2022-09-12 21:00:28 +02:00
Jonas Platte
f64a4bfc48
Release ruma-client-api 0.15.0 2022-09-12 20:52:11 +02:00
Jonas Platte
9dd4014750
client-api: Export nothing with neither client nor server feature active
… to work around a build failure in that configuration.
This configuration is useful either way.
2022-09-12 20:51:50 +02:00
Jonas Platte
69aa77ca5f
Release ruma-common 0.10.0 2022-09-12 20:26:06 +02:00
Jonas Platte
5d516ca544
Release ruma-identifiers-validation 0.9.0 2022-09-12 20:22:17 +02:00
Jonas Platte
e468a45426
events: Add RoomMemberUnsigned with invite_room_state field 2022-09-12 18:33:46 +02:00
Jonas Platte
aa8e48d1c3
events: Allow customizing the unsigned type of state events 2022-09-12 13:10:10 +02:00
Jonas Platte
35d8bdd5a1
events: Move StateUnsigned::_from_parts into a trait 2022-09-12 12:03:29 +02:00
Jonas Platte
9b5b5e7797
events: Remove unused function 2022-09-12 11:51:02 +02:00
Jonas Platte
674137c41d
events: Use CanBeEmpty trait for skipping unsigned serialization 2022-09-12 11:44:05 +02:00
Jonas Platte
24d0b2e2bb
events: Implement content sub-traits for event content enums 2022-09-06 18:35:43 +02:00
Kévin Commaille
35b766f09b events: Add paragraph about replies to edited events. 2022-09-05 13:56:33 +02:00
Jonas Platte
7957dd6adf
events: Replace generic "alias" trait implementations by individual ones
… so that rustdoc lists types implementing them properly.
2022-09-05 11:16:30 +02:00
Jonas Platte
2579544883
events: Expand trait_aliases! macro 2022-09-05 10:35:09 +02:00
Kévin Commaille
6393433882 events: Fix glob definition in PolicyRuleEventContent 2022-09-04 14:43:29 +02:00
Jonas Platte
c745d3baf7
Fix clippy lint 2022-09-02 14:07:28 +02:00
Jonas Platte
1aff2d0764
events: Derive Default for DirectEventContent 2022-09-02 13:37:33 +02:00
Jonas Platte
235e4509d3
events: Add impl From<AnyTimelineEvent> for AnySyncTimelineEvent 2022-09-01 18:11:00 +02:00
Emily Dietrich
9e3ac10c62
client: Mark futures returned by send_matrix_request as Send 2022-08-30 20:49:03 +02:00
Jonas Platte
5ccee2d1b0 Implement Default for IgnoredUserListEventContent 2022-08-25 19:08:24 +02:00
Jonas Platte
914e5c21e9
events: Rename Any[Sync]RoomEvent to Any[Sync]TimelineEvent 2022-08-24 17:43:42 +02:00
Jonas Platte
173eb15147
ruma: Re-export JsOption 2022-08-23 13:28:26 +02:00
Jonas Platte
661f6e60bd
client-api: Reorder fields and ctor parameters for account data endpoints 2022-08-18 18:43:47 +02:00
Jonas Platte
2b4ac40981 Skip serializing None value for room_type fields 2022-08-17 20:45:05 +02:00
Benjamin Kampmann
23a608788b
client-api: Add sliding-sync endpoint
Co-authored-by: Matthew Hodgson <matthew@matrix.org>
2022-08-17 16:16:02 +02:00