Commit History

Author SHA1 Message Date
  Andrew Morgan fcd6961441 Add option to enable encryption by default for new rooms (#7639) 4 years ago
  Erik Johnston 11dc2b4698 Fix exceptions when fetching events from a down host. (#7622) 4 years ago
  Erik Johnston e5c67d04db Add option to move event persistence off master (#7517) 4 years ago
  Erik Johnston 1531b214fc Add ability to wait for replication streams (#7542) 4 years ago
  Erik Johnston 547e4dd83e Fix exception reporting due to HTTP request errors. (#7556) 4 years ago
  Patrick Cloke 8c8858e124 Convert federation handler to async/await. (#7459) 4 years ago
  Andrew Morgan 6b22921b19 async/await is_server_admin (#7363) 4 years ago
  Patrick Cloke 33bceb7f70 Convert some of the federation handler methods to async/await. (#7338) 4 years ago
  Richard van der Hoff 7966a1cde9 Rewrite prune_old_outbound_device_pokes for efficiency (#7159) 4 years ago
  Richard van der Hoff 3e99528f2b Store room version on invite (#6983) 4 years ago
  Richard van der Hoff 691659568f Remove redundant store_room call (#6979) 4 years ago
  Richard van der Hoff a301934f46 Upsert room version when we join over federation (#6968) 4 years ago
  Patrick Cloke 509e381afa Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 4 years ago
  Patrick Cloke 7765bf3989 Limit the number of events that can be requested when backfilling events (#6864) 4 years ago
  Richard van der Hoff b0c8bdd49d pass room version into FederationClient.send_join (#6854) 4 years ago
  Richard van der Hoff 9bcd37146e Merge pull request #6823 from matrix-org/rav/redact_changes/5 4 years ago
  Erik Johnston 2201ef8556 Merge tag 'v1.10.0rc2' into develop 4 years ago
  Richard van der Hoff f84700fba8 Pass room version object into `FederationClient.get_pdu` 4 years ago
  Erik Johnston a58860e480 Check sender_key matches on inbound encrypted events. (#6850) 4 years ago
  Erik Johnston 6475382d80 Fix detecting unknown devices from remote encrypted events. (#6848) 4 years ago
  Richard van der Hoff 5d17c31596 make FederationHandler.send_invite async 4 years ago
  Richard van der Hoff e81c093974 make FederationHandler.on_get_missing_events async 4 years ago
  Richard van der Hoff f64c96662e make FederationHandler.user_joined_room async 4 years ago
  Richard van der Hoff 52642860da make FederationHandler._clean_room_for_join async 4 years ago
  Richard van der Hoff 814cc00cb9 make FederationHandler._notify_persisted_event async 4 years ago
  Richard van der Hoff 05299599b6 make FederationHandler.persist_events_and_notify async 4 years ago
  Richard van der Hoff 3b7e0e002b make FederationHandler._make_and_verify_event async 4 years ago
  Richard van der Hoff 4286e429a7 make FederationHandler.do_remotely_reject_invite async 4 years ago
  Richard van der Hoff c3f296af32 make FederationHandler._check_for_soft_fail async 4 years ago
  Richard van der Hoff dbdf843012 make FederationHandler._persist_auth_tree async 4 years ago