MatrixSynapse/synapse
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
..
api SYN-154: Better error messages when joining an unknown room by ID. 2015-01-07 15:21:48 +00:00
app Merge branch 'master' into develop 2015-01-06 19:48:53 +00:00
config Increase default maximum attachment size to 10M 2015-01-06 14:04:58 +00:00
crypto Update copyright notices 2015-01-06 13:21:39 +00:00
events Remove unused import 2015-01-07 09:48:03 +00:00
federation Add some logging for when we are sending transactions. 2015-01-06 14:06:25 +00:00
handlers SYN-154: Better error messages when joining an unknown room by ID. 2015-01-07 15:21:48 +00:00
http Update copyright notices 2015-01-06 13:21:39 +00:00
media Merge branch 'master' into develop 2015-01-06 19:48:53 +00:00
rest Update copyright notices 2015-01-06 13:21:39 +00:00
storage Use time.time() instead of time.clock() 2015-01-06 16:34:41 +00:00
streams Update copyright notices 2015-01-06 13:21:39 +00:00
util Optimize FrozenEvent creation 2015-01-06 18:51:03 +00:00
__init__.py *cough* 2015-01-07 15:08:32 +00:00
notifier.py Update copyright notices 2015-01-06 13:21:39 +00:00
server.py Update copyright notices 2015-01-06 13:21:39 +00:00
state.py Update copyright notices 2015-01-06 13:21:39 +00:00
types.py Update copyright notices 2015-01-06 13:21:39 +00:00