continuwuity/src/api
Tom Foster 583cb924f1 refactor: address code review feedback for auth and pagination improvements
- Extract duplicated thread/message pagination functions to shared utils module
- Refactor pagination token parsing to use Option combinators instead of defaults
- Split access token generation from assignment for clearer error handling
- Add appservice token collision detection at startup and registration
- Allow appservice re-registration with same token (for config updates)
- Simplify thread relation chunk building using iterator chaining
- Fix saturating_inc edge case in relation queries with explicit filtering
- Add concise comments explaining non-obvious behaviour choices
2025-08-12 05:29:41 +01:00
..
client refactor: address code review feedback for auth and pagination improvements 2025-08-12 05:29:41 +01:00
router refactor: address code review feedback for auth and pagination improvements 2025-08-12 05:29:41 +01:00
server Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
Cargo.toml add missing feature-projections between intra-workspace crates 2025-04-19 23:33:53 +01:00
mod.rs move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
router.rs Add /_continuwuity/ paths 2025-07-14 17:49:06 +00:00