Skip to content
Snippets Groups Projects
  1. Jul 09, 2018
  2. Jun 14, 2018
  3. 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
      Unverified
      3d33eef6
  4. Feb 01, 2018
  5. May 26, 2017
  6. Aug 31, 2016
  7. Aug 26, 2016
  8. Aug 25, 2016
  9. Apr 18, 2016
  10. Jan 07, 2016
  11. 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
  12. Sep 01, 2015
  13. Aug 05, 2015
  14. Feb 09, 2015
  15. Jan 21, 2015
  16. Dec 16, 2014
  17. Nov 11, 2014
  18. Oct 17, 2014
  19. Oct 09, 2014
  20. Oct 08, 2014
  21. Sep 12, 2014
  22. Sep 08, 2014
  23. Sep 06, 2014
  24. Sep 03, 2014
  25. Aug 27, 2014
  26. Aug 15, 2014
  27. Aug 13, 2014
  28. Aug 12, 2014
Loading