aboutsummaryrefslogtreecommitdiff
path: root/roomserver/storage/interface.go
AgeCommit message (Expand)Author
2022-11-01Optimize history visibility checks (#2848)Till
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-18Reprocess rejected input events (#2647)Neil Alexander
2022-08-01Optimise checking other servers allowed to see events (#2596)Neil Alexander
2022-03-09Fix `GET /directory/list/room/{roomID}` (#2262)Neil Alexander
2022-03-01MSC2946: Spaces Summary (round 2) (#2232)kegsay
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-23Relax roomserver input transactional isolation (#2224)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2021-12-09Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)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
2020-11-16Pass pointers to events — reloaded (#1583)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-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-08-19Roomserver updater changes (#1283)Neil Alexander
2020-07-07Emit redacted_event from the roomserver when redactions are validated (#1186)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-20Use memberships to determine whether to reset latest events/state on room joi...Neil Alexander
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-24More invite support (#979)Neil Alexander
2020-04-24Use a single storage.Database interface (#978)Kegsay
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-03-17Get room versions from database (#918)Neil Alexander
2020-03-16Update room version descriptors, add error handling (#906)Neil Alexander
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay