1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00
continuwuity/src/admin
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
..
appservice chore(deps): Replace serde_yaml with serde_yml 2025-09-10 20:20:45 +01:00
check feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
debug Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
federation refactor: Replace remaining std RwLocks 2025-07-20 16:33:36 +01:00
media feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
query fix: Put the output of !admin query room-timeline pdus in a codeblock 2025-09-07 21:20:26 +00:00
room feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
server feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
user Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
admin.rs feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
Cargo.toml chore(deps): Replace serde_yaml with serde_yml 2025-09-10 20:20:45 +01:00
context.rs style: Remove redundant, unused functions 2025-06-29 15:38:01 +00:00
mod.rs chore: Upgrade ctor, cbor 2025-09-06 16:19:56 +01:00
processor.rs refactor: Replace std Mutex with parking_lot 2025-07-20 16:31:02 +01:00
tests.rs split admin command enum from handler 2024-07-27 08:26:42 +00:00
utils.rs replace admin command branches returning RoomMessageEventContent 2025-04-19 23:33:52 +01:00