aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2022-11-02Improve logging for `processEventWithMissingState`Neil Alexander
2022-11-01Fix SQLite `roomserver_published` migrationNeil Alexander
2022-11-01Optimize history visibility checks (#2848)Till
2022-11-01Move code for calculating auth difference into GMSLNeil Alexander
2022-10-31Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpointNeil Alexander
2022-10-27Fix upgrade appservicesTill Faelligen
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-26Add support for config "auto_join_rooms" (#2823)Neboer
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-07Revert "tDatabase transaction tweaks in roomserver"Neil Alexander
2022-10-07tDatabase transaction tweaks in roomserverNeil Alexander
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-05Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)Till
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-13Check unique constraint errors when manually inserting migrations (#2712)Till
2022-09-12Fix missing signature check on the `/get_missing_events` responseNeil Alexander
2022-09-09Fix transactions around assigning NIDsNeil Alexander
2022-09-09Change detection of already executed migrations (#2665)Till
2022-09-07Use a single context insteadNeil Alexander
2022-09-07Update state reset capture to SentryNeil Alexander
2022-09-05Improve Sentry reportingNeil Alexander
2022-09-05Tweak logging for detected state resetsNeil Alexander
2022-09-05Move `SetLatestEvents` callNeil Alexander
2022-08-25Remove a couple unnecessary Sentry captures from backfillNeil Alexander
2022-08-25Tweak logging and Sentry reporting for roomserver inputNeil Alexander
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-24Allow un-rejecting events on reprocessingNeil Alexander
2022-08-23Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)Neil Alexander
2022-08-22Tweak soft-failure handling in roomserverNeil Alexander
2022-08-19Set historyVisibility for backfilled events over federation (#2656)Till
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-18Reprocess rejected input events (#2647)Neil Alexander
2022-08-12Show/hide users in user directory (#2637)Till
2022-08-11Restore the room version cache in the roomserver internal API HTTP clientNeil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-11Set default room version to 9Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-08Fix issues with migrations not getting executed (#2628)Till
2022-08-05Fix linter issues (#2624)Till