ruwuma/crates/ruma-client-api/src
2026-02-23 17:45:58 -05:00
..
account Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
admin Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
alias Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
appservice Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
authenticated_media Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
backup Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
config Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
context Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
dehydrated_device Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
delayed_events Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
device Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
directory Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
discovery fix(discovery): remove stable url 2026-02-23 17:45:58 -05:00
doc docs: Reword docs for StringEnum 2022-05-30 17:17:06 +02:00
error Include sender in error serialisation 2026-02-10 14:38:40 +00:00
filter Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
keys basic policy server support (#27) 2025-07-17 02:13:50 +00:00
knock Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
media Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
membership Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
message Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
presence Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
profile Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
push Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
read_marker Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
receipt Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
redact Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
relations Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
rendezvous client-api: Add support for MSC4108 OIDC sign in and E2EE set up via QR code 2024-05-14 18:18:15 +02:00
room Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
search Bring back ruma-events 2023-08-28 10:23:54 +02:00
session Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
space Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
state Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
sync basic policy server support (#27) 2025-07-17 02:13:50 +00:00
tag Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
thirdparty Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
threads Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
to_device Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
typing Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
uiaa Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
user_directory Replace compat feature with more fine-grained compat-* features 2023-04-20 14:00:27 +02:00
voip chore: Make all applicable spec links use the latest spec instead of a specific version 2023-02-12 12:39:24 +01:00
account.rs common: Derive Debug via StringEnum derive 2023-01-13 13:49:59 +01:00
admin.rs fix(msc4323): Ruma overrides methods 2025-08-31 16:29:12 +01:00
alias.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
appservice.rs client-api: Add support for the appservice ping mechanism 2023-05-30 20:58:24 +02:00
authenticated_media.rs client-api: Stabilize authenticated media endpoints 2024-06-21 15:48:56 +02:00
backup.rs client-api: Use Signatures in more places 2024-11-08 13:13:33 -05:00
config.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
context.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
dehydrated_device.rs fix weird compilation issues 2025-02-16 16:21:19 -05:00
delayed_events.rs events: update future endpoints and rename future to delay 2024-07-29 16:38:38 +02:00
device.rs client-api: Remove more PartialEq impls 2022-05-23 18:53:21 +02:00
directory.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
discovery.rs feat(api): add MSC4143 RTC transports discovery endpoint 2026-02-23 13:58:11 -05:00
error.rs I enjoy when my IDE actually lints errors 2026-02-10 14:38:40 +00:00
filter.rs Enforce import grouping 2023-08-22 12:31:49 +02:00
http_headers.rs client-api: Add a type for the Content-Disposition HTTP header 2024-07-14 12:28:48 +02:00
keys.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
knock.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
lib.rs fix(msc4323): Remove legacy reference 2025-08-31 02:46:02 +01:00
media.rs client-api: Move some media types and helpers to ruma-common 2024-07-16 15:02:45 +02:00
membership.rs client-api: Use Signatures in more places 2024-11-08 13:13:33 -05:00
message.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
presence.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
profile.rs fix: Remove references to the MSC4175 tz profile field 2025-09-13 01:51:28 +01:00
push.rs push: Allow to add custom data for pushers 2024-12-15 03:10:09 -05:00
read_marker.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
receipt.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
redact.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
relations.rs client-api: Add relations querying endpoint 2022-06-14 16:39:03 +02:00
rendezvous.rs client-api: Add support for MSC4108 OIDC sign in and E2EE set up via QR code 2024-05-14 18:18:15 +02:00
report_user.rs Migrate to axum 0.8 2026-02-19 01:48:40 +00:00
room.rs fix: Compile errors 2025-07-01 16:11:15 +01:00
search.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
session.rs client-api: Add unstable support for OIDC-aware compatibility 2025-02-16 15:12:05 -05:00
space.rs update our MSC3266 implementation 2025-04-02 19:47:40 -04:00
state.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
sync.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
tag.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
thirdparty.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
threads.rs client-api: Add support for the threads list API 2022-09-30 21:17:20 +02:00
to_device.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
typing.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
uiaa.rs move or_empty deserializer to ruma-common, add tests 2025-02-17 00:33:55 +01:00
user_directory.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00
voip.rs client-api: Transition from r0 to versioned endpoints 2022-02-18 11:03:55 +01:00