continuwuity/src/database
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
..
engine Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
map Implement room v12 (#943) 2025-09-17 20:46:03 +00:00
pool run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
stream run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
benches.rs add stub for database benches 2025-03-29 01:06:39 +00:00
Cargo.toml chore: Upgrade ctor, cbor 2025-09-06 16:19:56 +01:00
cork.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
de.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
deserialized.rs rename conduit to conduwuit finally 2024-12-14 22:24:45 -05:00
engine.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
handle.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
keyval.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
map.rs add Map::clear() to db interface 2025-03-26 01:33:41 +00:00
maps.rs feat: ldap login 2025-08-23 19:59:36 +00:00
mod.rs chore: Upgrade ctor, cbor 2025-09-06 16:19:56 +01:00
pool.rs fix: Resolve Clippy CI failures from elided lifetime warnings 2025-08-28 21:13:19 +01:00
ser.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
stream.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
tests.rs chore: Add reasons for test skips 2025-08-28 20:10:05 +01:00
util.rs integrate some std io error kinds with our status code abstraction 2025-01-01 23:28:01 -05:00
watchers.rs refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00