forked-synapse/synapse/config
Mark Haines d70c847b4f Merge pull request #170 from matrix-org/markjh/SYT-8-recaptcha
Allow endpoint for verifying recaptcha to be configured
2015-05-29 15:32:54 +01:00
..
__init__.py Update copyright notices 2015-01-06 13:21:39 +00:00
_base.py Merge branch 'develop' of github.com:matrix-org/synapse into develop 2015-05-07 09:33:42 +01:00
appservice.py Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 2015-04-30 04:24:44 +01:00
captcha.py Add config for setting the recaptcha verify api endpoint, so we can test it in sytest 2015-05-29 12:11:40 +01:00
database.py Allow generate-config to run against an existing config file to generate default keys 2015-05-01 13:54:38 +01:00
homeserver.py Allow multiple config files, set up a default config before applying the config files 2015-04-30 13:48:15 +01:00
key.py Update key.py 2015-04-30 17:54:01 +01:00
logger.py Write a default log_config when generating config 2015-04-30 16:52:57 +01:00
metrics.py s/metric_interface/metric_bind_host/ 2015-05-22 14:51:22 +01:00
ratelimiting.py Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 2015-04-30 04:24:44 +01:00
registration.py Registration should be disabled by default 2015-05-28 11:01:34 +01:00
repository.py remove duplicate parse_size method 2015-04-30 04:26:29 +01:00
server.py Add config option to turn off freezing events. Use new encode_json api and ujson.loads 2015-05-29 12:17:33 +01:00
tls.py Write a default log_config when generating config 2015-04-30 16:52:57 +01:00
voip.py Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 2015-04-30 04:24:44 +01:00