0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-13 22:58:46 +02:00
synapse/changelog.d
Andrew Morgan 6368150a74
Add config option for setting homeserver's default room version (#5223)
Replaces DEFAULT_ROOM_VERSION constant with a method that first checks the config, then returns a hardcoded value if the option is not present.

That hardcoded value is now located in the server.py config file.
2019-05-23 15:00:20 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
4338.feature Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
5200.bugfix Neilj/ensure get profileinfo available in client reader slaved store (#5213) 2019-05-22 13:55:32 +01:00
5223.feature Add config option for setting homeserver's default room version (#5223) 2019-05-23 15:00:20 +01:00
5227.misc Simplifications and comments in do_auth (#5227) 2019-05-23 11:17:42 +01:00
5230.misc remove urllib3 pin (#5230) 2019-05-22 16:48:12 +01:00
5232.misc Run black on synapse.crypto.keyring (#5232) 2019-05-22 18:39:33 +01:00
5234.misc Rewrite store_server_verify_key to store several keys at once (#5234) 2019-05-23 11:45:39 +01:00
5235.misc Remove unused VerifyKey.expired and .time_added fields (#5235) 2019-05-23 11:46:05 +01:00
5236.misc Simplify process_v2_response (#5236) 2019-05-23 11:51:39 +01:00
5237.misc Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00