aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal
AgeCommit message (Expand)Author
2023-04-27Add some roomserver UTs (#3067)Till
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-14Remove event building duplication & push to GMSL (#3056)devonh
2023-04-14Update GMSL: use static Check functions (#3052)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-03Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)Till
2023-03-27Add tests for the Dendrite admin APIs (#3028)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-13Add basic runtime tracing (#2996)Till
2023-03-07Fix invalid roomNID returnedTill Faelligen
2023-03-06Actually ignore the error if we were able to backfill eventsTill Faelligen
2023-03-03Make redaction check easier to read (#2995)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-24Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2023-01-20AWSY missing federation tests (#2943)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2023-01-05Fix backfilling (#2926)Till
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-12-12Cleanup stale device lists for users we don't share a room with anymore (#2857)Till
2022-11-15Don't get blacklisted hosts when querying joined servers (#2880)Neil Alexander
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-11-14Handle remote room upgrades (#2866)Till
2022-11-11Fix oops, add simple UTTill Faelligen
2022-11-02Improve logging for `processEventWithMissingState`Neil Alexander
2022-11-01Optimize history visibility checks (#2848)Till
2022-10-31Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpointNeil Alexander
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-14Set inactivity threshold on durable consumers in the roomserver input API (#2...Neil Alexander
2022-10-14Fix `outliers whose auth_events are in a different room are correctly rejecte...Till
2022-10-11Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibilit...Till
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-10-06Don't try to talk to ourselves when finding missing eventsNeil Alexander
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-10-04Don't perform a federated join after invite if we are already joined to the r...Neil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-09-16Ensure that all state event IDs are included in the `added` section when rewr...Neil Alexander
2022-09-14Revert 482914aef4a7d637a8c468d46904fde9f478b5d1Neil Alexander
2022-09-13Use `AckNone` on the ephemeral room input consumerNeil Alexander
2022-09-13Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)Neil Alexander
2022-09-13Always resolve state in `QueryStateAfterEvents`Neil Alexander
2022-09-12Fix missing signature check on the `/get_missing_events` responseNeil Alexander
2022-09-07Use a single context insteadNeil Alexander
2022-09-07Update state reset capture to SentryNeil Alexander