aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/tables
AgeCommit message (Expand)Author
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-18Reprocess rejected input events (#2647)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-01De-race `types.RoomInfo` (#2600)Neil Alexander
2022-08-01Optimise checking other servers allowed to see events (#2596)Neil Alexander
2022-07-22Try to fix HTTP 500s on `/members` (#2581)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-05-25Try to spot state deletions when they happen (#2489)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-16Add roomserver tests (3/4) (#2447)Till
2022-05-10Add roomserver tests (2/?) (#2445)Till
2022-05-09Add roomserver tests (1/?) (#2434)Till
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-17Don't re-send sent events in `add_state_events` (#2195)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-07-22Track knocking in membership updater (#1935)Neil Alexander
2021-07-21Optimise QueryServerJoinedToRoom (#1933)Neil Alexander
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-04-26State storage refactor (#1839)Neil Alexander
2020-12-16Hit the database far less in Events to find room NIDs and room versions (#1643)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-03Implement more CSS storage functions in roomserver (#1388)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-02Expand RoomInfo to cover more DB storage functions (#1377)Kegsay
2020-09-01Add RoomInfo metadata struct (#1367)Kegsay
2020-08-20Roomserver per-room input parallelisation (Postgres) (#1289)Neil Alexander
2020-07-07Emit redacted_event from the roomserver when redactions are validated (#1186)Kegsay
2020-07-06Implement core redaction logic (#1185)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-05-27Convert remaining roomserver tables (#1065)Kegsay
2020-05-27Convert room_aliases previous_events state_block and state_snapshot tables (#...Kegsay
2020-05-26Convert transactions/rooms table to share more code (#1063)Kegsay
2020-05-26Convert events/event_json tables to share code (#1062)Kegsay
2020-05-26roomserver: start refactoring storage layer (#1061)Kegsay