MatrixSynapse/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
app
appservice
config
crypto
events
federation
handlers Skip, rather than erroring, invalid guest requests 2016-01-13 16:41:42 +00:00
http
metrics
push
rest Expose /login under r0 2016-01-02 17:24:28 +00:00
static/client
storage
streams
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
server.py
state.py
types.py