Commit Graph

212 Commits (7a369e8a550b8cda1aeeb32d328c038c57fec6cc)

Author SHA1 Message Date
Erik Johnston 455579ca90 Make database selection configurable 10 years ago
David Baker 7564dac8cb Wire up the webclient option 10 years ago
Erik Johnston 8bad40701b Comment. 10 years ago
Erik Johnston 98a3825614 Allow enabling of registration with --disable-registration false 10 years ago
Erik Johnston 9266cb0a22 PEP8 10 years ago
Erik Johnston 69135f59aa Implement registering with shared secret. 10 years ago
Erik Johnston 58367a9da2 Disable registration by default 10 years ago
Paul "LeoNerd" Evans b98b4c135d Option to serve metrics from their own localhost-only TCP port instead of muxed on the main listener 10 years ago
Paul "LeoNerd" Evans 5b6e11d560 Commandline option to enable metrics system 10 years ago
Erik Johnston e49d6b1568 Unused import 10 years ago
Erik Johnston 3ce8540484 Don't look for an TLS private key if we have set --no-tls 10 years ago
Erik Johnston 9d9b230501 Make the federation server ratelimiting configurable. 10 years ago
David Baker 255f989c7b turns uris config options should append since it's a list 10 years ago
Erik Johnston 7c56210f20 By default set soft limit to hard limit 10 years ago
Erik Johnston 81163f822e Add config option to disable registration. 10 years ago
Erik Johnston c3eb7dd9c5 Add config option to set the soft fd limit on start 10 years ago
Mark Haines f5a70e0d2e Add a cache for get_event 10 years ago
Erik Johnston f91345bdb5 yaml.load expects strings to be a yaml rather than file 10 years ago
Erik Johnston 30595b466f Use yaml logging config format because it is much nicer 10 years ago
Mark Haines 8ce100c7b4 Convert directory paths to absolute paths before daemonizing 10 years ago
Mark Haines 3e85e52b3f Allow ':memory:' as the database path for sqlite3 10 years ago
Kegan Dougal 9d0dcf2e3c SYN-142: Rotate logs if logging to file. Fixed to a 4 file rotate with 100MB/file for now. 10 years ago
Erik Johnston 379a653ae3 Add better help message for --server-name config option. 10 years ago
Mark Haines b9f77d1ae1 Increase default maximum attachment size to 10M 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Kegan Dougal 4dcad143dd SYN-142: Use a default log file 'homeserver.log' so people get logging by default. 10 years ago
Erik Johnston 6380ead2ee Fix bug while generating the error message when a file path specified in the config doesn't exist 10 years ago
Mark Haines d80d505b1f Limit the size of images that are thumbnailed serverside. Limit the size of file that a server will download from a remote server 10 years ago
Paul "LeoNerd" Evans 66b0596b7a Don't log synapse.storage at DEBUG level when under -v; require -v -v for that 10 years ago
Mark Haines 5da65085d1 Get uploads working with new media repo 10 years ago
Mark Haines 7993e3d10d SYN-187: Set a more sensible default for the content_addr 10 years ago
David Baker fe3401e037 Be more helpful and tell the user how to generate a config too. 10 years ago
David Baker 933ce76057 Adding --generate-config will not help if the user has not specified a config file. 10 years ago
Erik Johnston af7ae048f8 Add option to not bind to HTTPS port. This is useful if running behind an ssl load balancer 10 years ago
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
Mark Haines fa955cc2a4 Pep8 and a few doc strings 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Mark Haines d56e389a95 Fix pyflakes warnings 10 years ago
Mark Haines 9c0826592c Fix auto generating signing_keys 10 years ago
David Baker d694619a95 Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config. 10 years ago
David Baker 7a322b6326 Update README setup instructions to be correct. Make synapse spit out explanatory note when generating config to tell people to look at it and customise it. 10 years ago
Erik Johnston fbf6320614 pyflakes cleanup 10 years ago
David Baker ec5fb77a66 Just use a yaml list for turn servers 10 years ago
David Baker a31bf77776 Make turn server endpoint return an empty object if no turn servers to 10 years ago
David Baker 5383ba5587 rename endpoint to better reflect what it is and allow specifying multiple uris 10 years ago
Mark Haines c6a8e7d9b9 Read signing keys using methods from syutil. convert keys that are in the wrong format 10 years ago
David Baker 14ed6799d7 Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00) 10 years ago
Paul "LeoNerd" Evans 3a8a94448a Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared secret to allow bots to bypass the ReCAPTCHA test (SYN-60) 10 years ago
Kegan Dougal 3fa01be9e4 formatting 10 years ago
Kegan Dougal cc83b06cd1 Added support for the HS to send emails. Use it to send password resets. Added email_smtp_server and email_from_address config args. Added emailutils. 10 years ago