aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api/query.go
AgeCommit message (Expand)Author
2024-03-22Add getting/deleting single event report (#3344)Till
2024-03-22Add `/_synapse/admin/v1/event_reports` endpoint (#3342)Till
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-06-06Make `StrictValidityChecking` a function (#3092)Till
2023-05-31Move Invite logic to GMSL (#3086)devonh
2023-05-24Drop `reference_sha` column (#3083)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-03Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2022-12-12Cleanup stale device lists for users we don't share a room with anymore (#2857)Till
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-09-13Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)Neil Alexander
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-04-25Return M_NOT_FOUND for rejected events (#2371)Till
2022-04-06Reduce the number of allocations made by `localRoomMembers` when consuming st...Neil Alexander
2022-03-01MSC2946: Spaces Summary (round 2) (#2232)kegsay
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-01-06Fix #2084 - incorrect /event_auth response (#2085)kegsay
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-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-04MSC2836 threading: part 2 (#1596)Kegsay
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-14Improved state handling in /send (#1521)Neil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay