Skip to content
Snippets Groups Projects
  1. Feb 27, 2017
  2. Feb 24, 2017
  3. Feb 23, 2017
  4. Feb 22, 2017
  5. Feb 21, 2017
  6. Feb 20, 2017
  7. Feb 19, 2017
  8. Feb 18, 2017
  9. Feb 17, 2017
  10. Feb 16, 2017
  11. Feb 15, 2017
  12. Feb 14, 2017
    • David Baker's avatar
      Merge pull request #1917 from matrix-org/dbkr/make_ban_reasons_work · fa467e62
      David Baker authored
      Make kick & ban reasons work
      fa467e62
    • David Baker's avatar
      Make kick & ban reasons work · 355d62c4
      David Baker authored
      We somehow specced APIs with reason strings, preserve the content
      in the events  and even have the clients display them, but failed
      to actually pass the parameter through to the event content.
      355d62c4
    • Richard van der Hoff's avatar
      Fix bugs in the /keys/changes api · fc2f29c1
      Richard van der Hoff authored
      * `get_forward_extremeties_for_room` takes a numeric `stream_ordering`. We were
        passing a `RoomStreamToken`, which meant that it returned the *current*
        extremities, rather than those corresponding to the `from_token`. However:
      * `get_state_ids_for_events` required a second ('types') parameter; this meant
        that a `TypeError` was thrown and we ended up acting as though there was *no*
        prev state.
      * `get_state_ids_for_events` actually returns a map from event_id to state
        dictionary - just looking up the state keys in it again meant that we acted
        as though there was no prev state. We now check if each member's state has
        changed since *any* of the extremities.
      
      Also add/fix some comments.
      fc2f29c1
    • Erik Johnston's avatar
      Less aggressive timers · ce3c8df6
      Erik Johnston authored
      ce3c8df6
Loading