forked-synapse/synapse/replication/slave/storage
Richard van der Hoff 0ca459ea33 Basic support for room versioning
This is the first tranche of support for room versioning. It includes:
 * setting the default room version in the config file
 * new room_version param on the createRoom API
 * storing the version of newly-created rooms in the m.room.create event
 * fishing the version of existing rooms out of the m.room.create event
2018-08-03 16:08:32 +01:00
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py run isort 2018-07-09 16:09:20 +10:00
_slaved_id_tracker.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
account_data.py Fix typo in getting replication account data processing 2018-03-01 17:50:30 +00:00
appservice.py run isort 2018-07-09 16:09:20 +10:00
client_ips.py run isort 2018-07-09 16:09:20 +10:00
deviceinbox.py run isort 2018-07-09 16:09:20 +10:00
devices.py run isort 2018-07-09 16:09:20 +10:00
directory.py run isort 2018-07-09 16:09:20 +10:00
events.py Basic support for room versioning 2018-08-03 16:08:32 +01:00
filtering.py run isort 2018-07-09 16:09:20 +10:00
groups.py run isort 2018-07-09 16:09:20 +10:00
keys.py run isort 2018-07-09 16:09:20 +10:00
presence.py run isort 2018-07-09 16:09:20 +10:00
profile.py Split up ProfileStore 2018-03-13 17:36:50 +00:00
push_rule.py run isort 2018-07-09 16:09:20 +10:00
pushers.py run isort 2018-07-09 16:09:20 +10:00
receipts.py Use stream cache in get_linearized_receipts_for_room 2018-07-10 17:22:42 +01:00
registration.py run isort 2018-07-09 16:09:20 +10:00
room.py run isort 2018-07-09 16:09:20 +10:00
transactions.py run isort 2018-07-09 16:09:20 +10:00