continuwuity/src/api/server
nexy7574 7e4071c117 Implement room v12 (#943)
**Does not yet work!** Currently, state resolution does not correctly resolve conflicting states. Everything else appears to work as expected, so stateres will be fixed soon, then we should be clear for takeoff.

Also: a lot of things currently accept a nullable room ID that really just don't need to. This will need tidying up before merge. Some authentication checks have also been disabled temporarily but nothing important.

A lot of things are tagged with `TODO(hydra)`, those need resolving before merge. External contributors should PR to the `hydra/public` branch, *not* ` main`.

---

This PR should be squash merged.

Reviewed-on: https://forgejo.ellis.link/continuwuation/continuwuity/pulls/943
Co-authored-by: nexy7574 <git@nexy7574.co.uk>
Co-committed-by: nexy7574 <git@nexy7574.co.uk>
2025-09-17 20:46:03 +00:00
..
backfill.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
event.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
event_auth.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
get_missing_events.rs further simplify get_missing_events; various log calls 2025-04-03 22:40:40 +00:00
hierarchy.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
invite.rs Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
key.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
make_join.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
make_knock.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
make_leave.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
media.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
mod.rs knocking implementation 2025-01-13 14:15:16 -05:00
openid.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
publicrooms.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
query.rs fix: Nuke explicit references to the MSC4175 tz profile field 2025-09-16 11:30:39 +00:00
send.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
send_join.rs feat(PR977): Log more things in the join process 2025-09-07 22:01:07 +01:00
send_knock.rs Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
send_leave.rs Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
state.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
state_ids.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
user.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
utils.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
version.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
well_known.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00