Skip to content
Snippets Groups Projects
  1. Sep 20, 2019
  2. Sep 19, 2019
  3. Sep 18, 2019
  4. Sep 17, 2019
    • Andrew Morgan's avatar
      v2 3PID Invites (part of MSC2140) (#5979) · 6670bd40
      Andrew Morgan authored
      3PID invites require making a request to an identity server to check that the invited 3PID has an Matrix ID linked, and if so, what it is.
      
      These requests are being made on behalf of a user. The user will supply an identity server and an access token for that identity server. The homeserver will then forward this request with the access token (using an `Authorization` header) and, if the given identity server doesn't support v2 endpoints, will fall back to v1 (which doesn't require any access tokens).
      
      Requires: ~~#5976~~
      Unverified
      6670bd40
    • dstipp's avatar
      (#5849) Convert rst to markdown (#6040) · 379d2a8c
      dstipp authored
      Converting some of the rst documentation to markdown.  Attempted to
      preserve whitespace and line breaks to minimize cosmetic change.
      379d2a8c
    • Erik Johnston's avatar
      Fix race condition in room stats. (#6029) · 70c52821
      Erik Johnston authored
      Broke in #5971
      
      Basically the bug is that if get_current_state_deltas returns no new updates and we then take the max pos, its possible that we miss an update that happens in between the two calls. (e.g. get_current_state_deltas looks up to stream pos 5, then an event persists and so getting the max stream pos returns 6, meaning that next time we check for things with a stream pos bigger than 6)
      70c52821
    • Richard van der Hoff's avatar
      Add 'failure_ts' column to 'destinations' table (#6016) · 1e19ce00
      Richard van der Hoff authored
      Track the time that a server started failing at, for general analysis purposes.
      Unverified
      1e19ce00
  5. Sep 13, 2019
  6. Sep 12, 2019
  7. Sep 11, 2019
Loading