forked-synapse/synapse
Daniel Wagner-Hall 93afb40cd4 Skip, rather than erroring, invalid guest requests
Erroring causes problems when people make illegal requests, because they
don't know what limit parameter they should pass.

This is definitely buggy. It leaks message counts for rooms people don't
have permission to see, via tokens. But apparently we already
consciously decided to allow that as a team, so this preserves that
behaviour.
2016-01-13 16:41:42 +00:00
..
api Include the list of bad room ids in the error 2015-12-22 15:49:32 +00:00
app Actually host r0 and unstable prefixes 2015-12-08 15:26:52 +00:00
appservice Cap the time to retry txns to appservices to 8.5 minutes 2015-10-21 10:10:55 +01:00
config Added a single line to explain what the server_name is used for 2015-12-02 00:37:55 +01:00
crypto Actually look up required remote server key IDs 2015-12-18 21:36:42 +00:00
events Only add the user_id if the sender is present 2015-12-01 11:14:48 +00:00
federation Host /unstable and /r0 versions of r0 APIs 2015-12-01 17:34:32 +00:00
handlers Skip, rather than erroring, invalid guest requests 2016-01-13 16:41:42 +00:00
http Fix typo 2015-12-16 17:59:44 +01:00
metrics Check that /proc/self/fd exists before listing it 2015-09-07 16:45:55 +01:00
push pep8 2015-12-09 15:57:42 +00:00
rest Expose /login under r0 2016-01-02 17:24:28 +00:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Fix 500 error when back-paginating search results 2015-12-17 12:50:46 +00:00
streams s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00
util Add some docstring explaining the snapshot cache does 2015-12-23 15:18:11 +00:00
__init__.py Bump changelog and version for v0.12.0 2016-01-04 13:57:39 +00:00
notifier.py Skip, rather than erroring, invalid guest requests 2016-01-13 16:41:42 +00:00
python_dependencies.py Add nacl.bindings to the list of modules checked. Re-arrange import order to check packages after the packages they depend on 2015-09-01 16:51:10 +01:00
server.py Actually host r0 and unstable prefixes 2015-12-08 15:26:52 +00:00
state.py Update some comments 2015-11-13 10:31:15 +00:00
types.py s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00