Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Jul 16, 2021
  3. Jul 13, 2021
  4. Apr 14, 2021
  5. Apr 13, 2021
  6. Apr 09, 2021
  7. Apr 08, 2021
  8. Nov 17, 2020
  9. Sep 18, 2020
  10. Sep 04, 2020
  11. Aug 27, 2020
  12. Jul 27, 2020
  13. Jul 24, 2020
  14. Feb 21, 2020
  15. Feb 07, 2020
  16. Jan 31, 2020
  17. Dec 20, 2019
  18. Nov 06, 2019
  19. Oct 30, 2019
  20. Aug 30, 2019
  21. Jun 20, 2019
  22. May 13, 2019
  23. Apr 09, 2019
  24. Apr 01, 2019
  25. Sep 06, 2018
  26. Aug 10, 2018
  27. Aug 09, 2018
  28. Jul 23, 2018
  29. Jul 09, 2018
  30. Jun 14, 2018
  31. Feb 06, 2018
    • Erik Johnston's avatar
      Store state groups separately from events (#2784) · 3d33eef6
      Erik Johnston authored
      * Split state group persist into seperate storage func
      
      * Add per database engine code for state group id gen
      
      * Move store_state_group to StateReadStore
      
      This allows other workers to use it, and so resolve state.
      
      * Hook up store_state_group
      
      * Fix tests
      
      * Rename _store_mult_state_groups_txn
      
      * Rename StateGroupReadStore
      
      * Remove redundant _have_persisted_state_group_txn
      
      * Update comments
      
      * Comment compute_event_context
      
      * Set start val for state_group_id_seq
      
      ... otherwise we try to recreate old state groups
      
      * Update comments
      
      * Don't store state for outliers
      
      * Update comment
      
      * Update docstring as state groups are ints
      3d33eef6
  32. Feb 01, 2018
  33. May 26, 2017
  34. Aug 31, 2016
  35. Aug 26, 2016
  36. Aug 25, 2016
  37. Apr 18, 2016
  38. Jan 07, 2016
  39. Nov 12, 2015
    • Richard van der Hoff's avatar
      Fix an issue with ignoring power_level changes on divergent graphs · 78f60102
      Richard van der Hoff authored
      Changes to m.room.power_levels events are supposed to be handled at a high
      priority; however a typo meant that the relevant bit of code was never
      executed, so they were handled just like any other state change - which meant
      that a bad person could cause room state changes by forking the graph from a
      point in history when they were allowed to do so.
      78f60102
  40. Sep 01, 2015
Loading