Commit Graph

247 Commits (188f8d63e221ff0104a7337e1e1f2d712425a317)

Author SHA1 Message Date
Mark Haines f22f46f4f9 Move the listenTCP call outside the manhole function 9 years ago
Mark Haines 5905f36f05 Split out setting up the manhole to a separate file 9 years ago
Mark Haines e856036f4c Move SynapseSite to its own file 9 years ago
Mark Haines 9e7aa98c22 Split out create_resource_tree to a separate file 9 years ago
Mark Haines 82d7eea7e3 Move the versionstring code out of app.homeserver into util 9 years ago
Erik Johnston 8aab9d87fa Don't require config to create database 9 years ago
Mark Haines 239badea9b Use syntax that works on both py2.7 and py3 9 years ago
Mark Haines 60a0f81c7a Add a /replication API for extracting the updates that happened on 9 years ago
Daniel Wagner-Hall 763360594d Mark AS users with their AS's ID 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago
Daniel Wagner-Hall 737c4223ef Host /media/r0 as well as /media/v1 9 years ago
Daniel Wagner-Hall 6a9f1209df Error if macaroon key is missing from config 9 years ago
Erik Johnston f8aae79a72 Simplify get_rooms 9 years ago
Daniel Wagner-Hall d83d004ccd Fix flake8 warnings for new flake8 9 years ago
Erik Johnston 7ed2bbeb11 Clean up a bit. Add comment 9 years ago
Erik Johnston a6477d5933 Remove chdir 9 years ago
Erik Johnston 5fc9b17518 No chdir 9 years ago
Erik Johnston f93ecf8783 Don't turn on profiling 9 years ago
Erik Johnston 9fda8b5193 Don't turn on profiling 9 years ago
Erik Johnston 87f9477b10 Add a Homeserver.setup method. 9 years ago
Erik Johnston 9959d9ece8 Remove redundated BaseHomeServer 9 years ago
Erik Johnston 44b4fc5f50 Use compiled regex 9 years ago
Erik Johnston 8f8b884430 Don't log urlencoded access_tokens 9 years ago
Erik Johnston 33bef689c1 Turn on core dumps 9 years ago
Erik Johnston c9ae1d1ee5 Change manhole to use ssh 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall 11a974da21 Add /_matrix/versions to report supported versions 9 years ago
Daniel Wagner-Hall bf32922e5a Log when starting stats reporting 9 years ago
Daniel Wagner-Hall 797691f908 Log on stats scheduling 9 years ago
Daniel Wagner-Hall 7a8ba4c9a0 Actually host r0 and unstable prefixes 9 years ago
Mark Haines 6a5ff5f223 Track the time spent in the database per request. 9 years ago
Mark Haines d6059bdd2a Fix warnings 9 years ago
Mark Haines a412b9a465 Run the background updates when starting synapse. 9 years ago
Erik Johnston fa1cf5ef34 Move static folder into synapse 9 years ago
Mark Haines 9020860479 Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 9 years ago
Mark Haines 7639c3d9e5 Bounce all deferreds through the reactor to make debugging easier. 9 years ago
Erik Johnston 17c80c8a3d rename schema_prepare to prepare_database 9 years ago
Erik Johnston ec398af41c Expose error more nicely 9 years ago
Mark Haines 7a5818ed81 Note that GzipFile was removed in comment that referenced it 9 years ago
Mark Haines 184ba0968a synapse/app/homeserver.py:GzipFile was unused 9 years ago
Daniel Wagner-Hall b6e0303c83 Catch stats-reporting errors 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Daniel Wagner-Hall 6485f03d91 Fix random formatting 9 years ago
Daniel Wagner-Hall 81a93ddcc8 Allow configuration to ignore invalid SSL certs 9 years ago
Erik Johnston 1002bbd732 Change log level to info 9 years ago
Mark Haines 3cdfd37d95 Print an example "pip install" line for a missing requirement 9 years ago
Matthew Hodgson d71af2ee12 don't log the whole DB config (including postgres password...) 9 years ago
Erik Johnston d33f31d741 Print the correct pip install line when failing due to lack of matrix-angular-sdk 9 years ago
Erik Johnston 37403ab06c Update the log message 9 years ago
Erik Johnston d9088c923f Remove dependency on matrix-angular-sdk 9 years ago