continuwuity/src
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
..
admin refactor: Replace remaining std RwLocks 2025-07-20 16:33:36 +01:00
api refactor: address code review feedback for auth and pagination improvements 2025-08-12 05:29:41 +01:00
build_metadata build: Don't rerun on git changes 2025-05-26 19:16:05 +01:00
core fix(policy-server): Correctly default to 10 second timeout 2025-07-23 17:56:45 +01:00
database chore: Update rocksdb, feature flag changes 2025-07-24 21:51:52 +01:00
macros refactor: Replace std Mutex with parking_lot 2025-07-20 16:31:02 +01:00
main chore: Update rocksdb, feature flag changes 2025-07-24 21:51:52 +01:00
router Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
service refactor: address code review feedback for auth and pagination improvements 2025-08-12 05:29:41 +01:00
web docs: Add vias to matrix.to links 2025-07-24 13:31:58 +01:00