| Commit message (Expand) | Author | Age | Files | Lines |
* | Store SQL DDL deltas as well; attempt to upgrade the database on startup if i... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -7/+15 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-03 | 1 | -1/+2 |
|\ |
|
| * | move contentrepo class to it's own file | Mark Haines | 2014-09-03 | 1 | -1/+2 |
* | | Add option to change content repo location | Erik Johnston | 2014-09-03 | 1 | -1/+4 |
|/ |
|
* | Add ratelimiting function to basehandler | Mark Haines | 2014-09-02 | 1 | -0/+1 |
* | Add unsecure listener port to homeserver | Mark Haines | 2014-09-01 | 1 | -6/+12 |
* | That was a breaking db change. You need to recreate the databases. (In realit... | Erik Johnston | 2014-09-01 | 1 | -1/+1 |
* | Enable SSL for s2s http client | Mark Haines | 2014-09-01 | 1 | -1/+1 |
* | Listen using SSL | Mark Haines | 2014-09-01 | 1 | -1/+7 |
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 1 | -13/+9 |
* | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 2014-08-31 | 1 | -71/+18 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 1 | -20/+45 |
|\ |
|
| * | A reliable logger.info() message /after/ the TCP port has been opened and is ... | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -0/+1 |
| * | Use SQLite's PRAGMA user_version to check if the database file really matches... | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -6/+28 |
| * | Neater database setup at application startup time; only .connect() it once, n... | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -17/+19 |
* | | Remove call to get_federation from homeserver | Mark Haines | 2014-08-27 | 1 | -4/+0 |
|/ |
|
* | Add the ability to turn on the twisted manhole telnet service. | Erik Johnston | 2014-08-26 | 1 | -0/+10 |
* | For the content repo, don't just use homeserver.hostname as that might not in... | Erik Johnston | 2014-08-24 | 1 | -0/+7 |
* | Make the content repo work with in daemon mode. Return the full url on upload... | Erik Johnston | 2014-08-22 | 1 | -2/+3 |
* | host a webclient by default | Matthew Hodgson | 2014-08-21 | 1 | -2/+2 |
* | Implemented GETs for the ContentRepoResource. It all actually appears to be w... | Kegan Dougal | 2014-08-18 | 1 | -2/+2 |
* | Auth content uploads. Added a mapping function from request > filename. Added... | Kegan Dougal | 2014-08-18 | 1 | -1/+1 |
* | Added /matrix/content path, HS resource_for_content_repo attribute and FileUp... | Kegan Dougal | 2014-08-18 | 1 | -3/+9 |
* | Change relative db paths to absolute paths in case we daemonize. | Erik Johnston | 2014-08-14 | 1 | -2/+9 |
* | chmod +x homeserver.py | Paul "LeoNerd" Evans | 2014-08-14 | 1 | -0/+0 |
* | Added web client prefix | Kegan Dougal | 2014-08-14 | 1 | -3/+3 |
* | Added a urls module for keeping client and federation prefixes. | Kegan Dougal | 2014-08-14 | 1 | -3/+2 |
* | If the web client is enabled, automatically redirect root '/' to the web clie... | Kegan Dougal | 2014-08-14 | 1 | -4/+13 |
* | Fixed dynamic resource mapping to clobber dummy Resources with the actual des... | Kegan Dougal | 2014-08-14 | 1 | -5/+27 |
* | Honour the -w flag to enable the web client at /matrix/client | Kegan Dougal | 2014-08-14 | 1 | -5/+8 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -3/+1 |
* | Make federation use resource_for_federation as well. | Kegan Dougal | 2014-08-14 | 1 | -1/+3 |
* | Start phasing out HttpServer: we should be using Resources instead. Added res... | Kegan Dougal | 2014-08-14 | 1 | -2/+75 |
* | Don't pass host_web_client flag to register_servlets, it needs to be a Resour... | Kegan Dougal | 2014-08-13 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:matrix-org/synapse | Kegan Dougal | 2014-08-13 | 1 | -3/+2 |
|\ |
|
| * | Fix logging verbosity parsing code | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -3/+2 |
* | | Merge branch 'master' of github.com:matrix-org/synapse | Kegan Dougal | 2014-08-13 | 1 | -3/+3 |
|\| |
|
| * | verbose by default please | Matthew Hodgson | 2014-08-13 | 1 | -3/+3 |
* | | Added a -w flag which will host the web client if specified. Currently this j... | Kegan Dougal | 2014-08-13 | 1 | -1/+3 |
|/ |
|
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -1/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+172 |