forked-synapse/synapse/handlers
Kegan Dougal 9cb4f75d53 SYN-154: Better error messages when joining an unknown room by ID.
The simple fix doesn't work here because room creation also involves
unknown room IDs. The check relies on the presence of m.room.create for
rooms being created, whereas bogus room IDs have no state events at all.
2015-01-07 15:21:48 +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: Better error messages when joining an unknown room by ID. 2015-01-07 15:21:48 +00:00
typing.py Update copyright notices 2015-01-06 13:21:39 +00:00