Skip to content
Snippets Groups Projects
  1. Sep 30, 2021
  2. Sep 29, 2021
  3. Sep 28, 2021
  4. Sep 27, 2021
  5. Sep 24, 2021
  6. Sep 23, 2021
    • Callum Brown's avatar
      Allow `.` and `~` chars in registration tokens (#10887) · 90d9fc75
      Callum Brown authored
      Per updates to MSC3231 in order to use the same grammar
      as other identifiers.
      Unverified
      90d9fc75
    • Richard van der Hoff's avatar
      Factor out `_get_remote_auth_chain_for_event` from... · a7304adc
      Richard van der Hoff authored
      Factor out `_get_remote_auth_chain_for_event` from `_update_auth_events_and_context_for_auth` (#10884)
      
      * Reload auth events from db after fetching and persisting
      
      In `_update_auth_events_and_context_for_auth`, when we fetch the remote auth
      tree and persist the returned events: load the missing events from the database
      rather than using the copies we got from the remote server.
      
      This is mostly in preparation for additional refactors, but does have an
      advantage in that if we later get around to checking the rejected status, we'll
      be able to make use of it.
      
      * Factor out `_get_remote_auth_chain_for_event` from `_update_auth_events_and_context_for_auth`
      
      * changelog
      Unverified
      a7304adc
Loading