synapse/tests
Richard van der Hoff 78f6010207 Fix an issue with ignoring power_level changes on divergent graphs
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.
2015-11-12 15:24:59 +00:00
..
api Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
appservice
crypto Invoke EventBuilder directly instead of going via the EventBuilderFactory 2015-10-19 17:42:34 +01:00
events
federation
handlers Open up /events to anonymous users for room events only 2015-11-05 14:32:26 +00:00
metrics
rest Add a couple of unit tests for room/<x>/messages 2015-11-09 16:16:43 +00:00
storage Merge pull request #359 from matrix-org/markjh/incremental_indexing 2015-11-11 17:19:51 +00:00
util Remove the LockManager class because it wasn't being used 2015-11-04 14:08:15 +00:00
__init__.py
test_distributor.py
test_state.py Fix an issue with ignoring power_level changes on divergent graphs 2015-11-12 15:24:59 +00:00
test_test_utils.py
test_types.py Fix a 500 error resulting from empty room_ids 2015-10-26 18:44:03 +00:00
unittest.py
utils.py Test for background updates 2015-11-10 15:51:40 +00:00