- Sep 06, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Erik Johnston authored
-
- Jul 23, 2018
-
-
Erik Johnston authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 14, 2018
-
-
Richard van der Hoff authored
We need power levels for this test to do what it is supposed to do.
-
- Feb 06, 2018
-
-
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
-
- Feb 01, 2018
-
-
Richard van der Hoff authored
We extract the storage-independent bits of the state group resolution out to a separate functiom, and stick it in a new handler, in preparation for its use from the storage layer.
-
- May 26, 2017
-
-
Erik Johnston authored
-
- Aug 31, 2016
-
-
Erik Johnston authored
-
- Aug 26, 2016
-
-
Erik Johnston authored
-
- Aug 25, 2016
-
-
Erik Johnston authored
-
- Apr 18, 2016
-
-
Erik Johnston authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Nov 12, 2015
-
-
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.
-
- Sep 01, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 05, 2015
-
-
Erik Johnston authored
-
- Feb 09, 2015
-
-
Erik Johnston authored
-
- Jan 21, 2015
-
-
Erik Johnston authored
-
- Dec 16, 2014
-
-
Mark Haines authored
Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state
-
Mark Haines authored
Remove annotate_event_with_state as nothing was using it. Update state tests to call annotate_context_with_state
-
- Nov 11, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 17, 2014
-
-
Mark Haines authored
-
- Oct 09, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Oct 08, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
-
Erik Johnston authored
-
- Sep 08, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
Fix bug in state handling where we incorrectly identified a missing pdu. Update tests to catch this case.
-
- Sep 06, 2014
-
-
Erik Johnston authored
-
- Sep 03, 2014
-
-
Matthew Hodgson authored
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
-
- Aug 27, 2014
-
-
Mark Haines authored
-
- Aug 15, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 13, 2014
-
-
Matthew Hodgson authored
add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it
-