forked-synapse/synapse/api
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 copyrights 2016-01-07 04:26:29 +00:00
auth.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
constants.py Basic support for room versioning 2018-08-03 16:08:32 +01:00
errors.py Basic support for room versioning 2018-08-03 16:08:32 +01:00
filtering.py Deduplicate redundant lazy-loaded members (#3331) 2018-07-26 22:51:30 +01:00
ratelimiting.py Check whether to ratelimit sooner to avoid work 2016-10-19 10:45:24 +01:00
urls.py run isort 2018-07-09 16:09:20 +10:00