aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api
AgeCommit message (Expand)Author
2022-03-24Fix lint errorsNeil Alexander
2022-03-07Don't send `adds_state_events` in roomserver output events anymore (#2258)Neil Alexander
2022-03-07Add canonical alias support (#2236)S7evinK
2022-03-01MSC2946: Spaces Summary (round 2) (#2232)kegsay
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-28Update `Events` call-sites which now don't return an error, update `parsedRes...Neil Alexander
2022-02-18Implement server notices (#2180)S7evinK
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-02-09Unmarshal events at the Dendrite level not GMSL level (#2164)kegsay
2022-01-31Improve roomserver loggingNeil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-06Fix #2084 - incorrect /event_auth response (#2085)kegsay
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-13Fix keyring regressions in previous P2P demoNeil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-08-27Don't return nonsense canonical room aliases in the public rooms responses (#...Neil Alexander
2021-07-21Various alias fixes (#1934)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-03-03Fix appsevice alias queries part 2 (#1684)Will Hunt
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-18Fix #1655 by re-adding the appservice alias query (#1660)Neil Alexander
2020-12-04MSC2836 threading: part 2 (#1596)Kegsay
2020-12-03Peeking updates (#1607)Neil Alexander
2020-11-19MSC2836: Threading - part one (#1589)Kegsay
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-19KindOld (#1531)Neil Alexander
2020-10-14Improved state handling in /send (#1521)Neil Alexander
2020-10-07Deep checking of forward extremities (#1491)Neil Alexander
2020-10-06Remove KindRewrite (#1481)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-21Soft-fail (#1364)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-08-17Make PerformJoin responsible for sending invite to RS input (#1277)Neil Alexander
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-07-07Emit redacted_event from the roomserver when redactions are validated (#1186)Kegsay
2020-07-03Implement local redaction (#1182)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay