MatrixSynapse/synapse/config
Mark Haines f2f031fd57 Add config for how many bcrypt rounds to use for password hashes
By default we leave it at the default value of 12. But now we can reduce
it for preparing users for loadtests or running integration tests.
2015-10-16 14:52:08 +01:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
__main__.py Fix typo when using sys.stderr.write 2015-08-25 15:39:16 +01:00
_base.py Front-load spaces 2015-09-22 13:13:07 +01:00
appservice.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
captcha.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
cas.py Default cas_required_attributes to empty dictionary 2015-10-12 14:58:59 +01:00
database.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
homeserver.py Provide ability to login using CAS 2015-10-10 10:49:42 +01:00
key.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
logger.py Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 2015-10-13 17:50:44 +01:00
metrics.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
ratelimiting.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
registration.py Add config for how many bcrypt rounds to use for password hashes 2015-10-16 14:52:08 +01:00
repository.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
saml2.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
server.py Preserve version string in user agent 2015-10-05 20:49:39 -05:00
tls.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00
voip.py Implement configurable stats reporting 2015-09-22 12:57:40 +01:00