Skip to content
Snippets Groups Projects
  1. Jun 16, 2020
    • Richard van der Hoff's avatar
      Create a ListenerConfig object (#7681) · 03619324
      Richard van der Hoff authored
      This ended up being a bit more invasive than I'd hoped for (not helped by
      generic_worker duplicating some of the code from homeserver), but hopefully
      it's an improvement.
      
      The idea is that, rather than storing unstructured `dict`s in the config for
      the listener configurations, we instead parse it into a structured
      `ListenerConfig` object.
      03619324
  2. Mar 24, 2020
  3. Feb 27, 2020
  4. Feb 26, 2020
    • Richard van der Hoff's avatar
      Store room version on invite (#6983) · 3e99528f
      Richard van der Hoff authored
      When we get an invite over federation, store the room version in the rooms table.
      
      The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
      3e99528f
  5. Feb 25, 2020
  6. May 10, 2019
  7. Jan 23, 2019
  8. Sep 06, 2018
  9. Aug 17, 2018
Loading