MatrixSynapse/synapse/config
Luke Barnard 5b54d51d1e Allow Configurable Rate Limiting Per AS
This adds a flag loaded from the registration file of an AS that will determine whether or not its users are rate limited (by ratelimit in _base.py). Needed for IRC bridge reasons - see https://github.com/matrix-org/matrix-appservice-irc/issues/240.
2016-10-18 17:04:09 +01:00
..
__init__.py
__main__.py
_base.py
api.py
appservice.py Allow Configurable Rate Limiting Per AS 2016-10-18 17:04:09 +01:00
captcha.py
cas.py
database.py
emailconfig.py
homeserver.py Implement pluggable password auth 2016-10-03 10:36:40 +01:00
jwt.py
key.py
logger.py
metrics.py
password.py Update password config comment 2016-07-06 12:18:19 +09:00
password_auth_providers.py Implement pluggable password auth 2016-10-03 10:36:40 +01:00
ratelimiting.py
registration.py
repository.py
saml2.py
server.py Remove support for aggregate room lists 2016-09-15 09:28:15 +01:00
tls.py Explain how long the servers can cache the TLS fingerprints for 2016-10-12 14:48:24 +01:00
voip.py
workers.py