forked-synapse/synapse/handlers
Kegan Dougal 4c68460392 SYN-154: Tweak how the m.room.create check is done.
Don't perform the check in auth.is_host_in_room but instead do it in _do_join
and also assert that there are no m.room.members in the room before doing so.
2015-01-07 16:09:00 +00:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
_base.py Update copyright notices 2015-01-06 13:21:39 +00:00
admin.py Update copyright notices 2015-01-06 13:21:39 +00:00
directory.py Update copyright notices 2015-01-06 13:21:39 +00:00
events.py Update copyright notices 2015-01-06 13:21:39 +00:00
federation.py SYN-154: Better error messages when joining an unknown room by ID. 2015-01-07 15:21:48 +00:00
login.py Update copyright notices 2015-01-06 13:21:39 +00:00
message.py RoomsForUser now has sender instead of user_id 2015-01-06 15:53:50 +00:00
presence.py Update copyright notices 2015-01-06 13:21:39 +00:00
profile.py Merge branch 'erikj-perf' of github.com:matrix-org/synapse into develop 2015-01-06 14:45:57 +00:00
register.py Update copyright notices 2015-01-06 13:21:39 +00:00
room.py SYN-154: Tweak how the m.room.create check is done. 2015-01-07 16:09:00 +00:00
typing.py Update copyright notices 2015-01-06 13:21:39 +00:00