Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Faster joins: filter out non local events when a room doesn't have its full state #14404

Merged
merged 9 commits into from
Nov 21, 2022

Commits on Nov 10, 2022

  1. Filter out non local events when a room doesn't have its full state

    Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
    Mathieu Velten committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c38abfd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Merge remote-tracking branch 'origin/develop' into partial-join-filte…

    …r-non-local
    Mathieu Velten committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8ce4fd2 View commit details
    Browse the repository at this point in the history
  2. Fix race

    Mathieu Velten committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7fb7757 View commit details
    Browse the repository at this point in the history
  3. Allow partial joins in assert_host_in_room for missing_events and bac…

    …kfill
    Mathieu Velten committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ed3d7e3 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into partial-join-filte…

    …r-non-local
    Mathieu Velten committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8d24255 View commit details
    Browse the repository at this point in the history
  5. Typo

    Mathieu Velten committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5a1893f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Do not filter out non local events when we want to backfill

    Mathieu Velten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3f5cf6f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Reuse check_history_visibility_only instead

    Mathieu Velten committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bd7ba64 View commit details
    Browse the repository at this point in the history
  2. use get_domain_from_id(e.sender) instead of e.origin

    Mathieu Velten committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    6f4a0b6 View commit details
    Browse the repository at this point in the history