Age | Commit message (Expand) | Author |
2023-08-15 | [pseudoID] More pseudo ID fixes (#3167) | Sam Wedgwood |
2023-06-14 | Merge SenderID & Per Room User Key work (#3109) | devonh |
2023-06-12 | Add initial support for storing user room keys (#3098) | Till |
2023-05-24 | Drop `reference_sha` column (#3083) | Till |
2023-04-27 | Remove gmsl.HeaderedEvent (#3068) | kegsay |
2023-04-19 | refactor: update GMSL (#3058) | kegsay |
2023-02-24 | Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985) | Till |
2023-02-07 | Optimize `/sync` and history visibility (#2961) | Till |
2023-01-19 | Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662) | Neil |
2022-12-12 | Cleanup stale device lists for users we don't share a room with anymore (#2857) | Till |
2022-11-01 | Optimize history visibility checks (#2848) | Till |
2022-10-27 | Add AS specific public room list endpoints (#2836) | Till |
2022-10-07 | Fix issue with DMs shown as normal rooms (#2776) | Till |
2022-10-05 | Optimise `QuerySharedUsers` so that we can only work on local users (#2766) | Neil Alexander |
2022-08-18 | State handling tweaks (#2652) | Neil Alexander |
2022-08-18 | Reprocess rejected input events (#2647) | Neil Alexander |
2022-08-05 | Fix linter issues (#2624) | Till |
2022-08-01 | Optimise checking other servers allowed to see events (#2596) | Neil Alexander |
2022-07-22 | Membership updater refactoring (#2541) | Neil Alexander |
2022-05-16 | Add roomserver tests (3/4) (#2447) | Till |
2022-05-09 | Add roomserver tests (1/?) (#2434) | Till |
2022-03-17 | Various bug fixes and tweaks around invites and membership | Neil Alexander |
2022-03-01 | Limit `JoinedUsersSetInRooms` to interested users (#2234) | Neil Alexander |
2022-02-17 | Don't re-send sent events in `add_state_events` (#2195) | Neil Alexander |
2022-02-04 | Full roomserver input transactional isolation (#2141) | Neil Alexander |
2021-11-22 | Don't persist transaction IDs in the roomserver (#2048) | Neil Alexander |
2021-07-22 | Track knocking in membership updater (#1935) | Neil Alexander |
2021-07-21 | Optimise QueryServerJoinedToRoom (#1933) | Neil Alexander |
2021-07-09 | Add more optimised code path for checking if we're in a room (#1909) | Neil Alexander |
2021-04-26 | State storage refactor (#1839) | Neil Alexander |
2020-12-16 | Hit the database far less in Events to find room NIDs and room versions (#1643) | Neil Alexander |
2020-11-05 | Implement forgetting about rooms (#1572) | S7evinK |
2020-09-16 | Implement rejected events (#1426) | Kegsay |
2020-09-07 | Remove QueryBulkStateContent from current state server (#1404) | Kegsay |
2020-09-03 | Implement more CSS storage functions in roomserver (#1388) | Kegsay |
2020-09-03 | Move currentstateserver API to roomserver (#1387) | Kegsay |
2020-09-02 | Expand RoomInfo to cover more DB storage functions (#1377) | Kegsay |
2020-09-01 | Add RoomInfo metadata struct (#1367) | Kegsay |
2020-08-20 | Roomserver per-room input parallelisation (Postgres) (#1289) | Neil Alexander |
2020-07-07 | Emit redacted_event from the roomserver when redactions are validated (#1186) | Kegsay |
2020-07-06 | Implement core redaction logic (#1185) | Kegsay |
2020-07-02 | Replace publicroomsapi with a combination of clientapi/roomserver/currentstat... | Kegsay |
2020-06-26 | Finish implementing retiring invites (#1166) | Kegsay |
2020-05-27 | Convert remaining roomserver tables (#1065) | Kegsay |
2020-05-27 | Convert room_aliases previous_events state_block and state_snapshot tables (#... | Kegsay |
2020-05-26 | Convert transactions/rooms table to share more code (#1063) | Kegsay |
2020-05-26 | Convert events/event_json tables to share code (#1062) | Kegsay |
2020-05-26 | roomserver: start refactoring storage layer (#1061) | Kegsay |