| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow admins to create aliases when they are not in the room (#7191) | Patrick Cloke | 2020-04-01 | 1 | -0/+62 |
* | Allow deleting an alias if the user has sufficient power level (#6986) | Patrick Cloke | 2020-03-04 | 1 | -24/+104 |
* | Validate the alt_aliases property of canonical alias events (#6971) | Patrick Cloke | 2020-03-03 | 1 | -36/+30 |
* | Stop sending events when creating or deleting aliases (#6904) | Patrick Cloke | 2020-02-18 | 1 | -2/+152 |
* | Convert the directory handler tests to use HomeserverTestCase (#6919) | Patrick Cloke | 2020-02-14 | 1 | -24/+17 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+4 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -19/+5 |
* | Add test | Erik Johnston | 2019-03-20 | 1 | -1/+58 |
* | Add configurable room list publishing rules | Erik Johnston | 2019-02-14 | 1 | -0/+1 |
* | Use allow/deny | Erik Johnston | 2018-10-25 | 1 | -1/+1 |
* | Add tests for alias creation rules | Erik Johnston | 2018-10-19 | 1 | -0/+48 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
* | Run black. | black | 2018-08-10 | 1 | -15/+7 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -5/+4 |
* | fix tests | Richard van der Hoff | 2017-03-23 | 1 | -0/+1 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -0/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -12/+2 |
* | Replace hs.parse_roomalias with RoomAlias.from_string | Mark Haines | 2015-01-23 | 1 | -3/+4 |
* | PEP8 | Erik Johnston | 2014-11-04 | 1 | -1/+3 |
* | Fix tests.handlers.test_directory | Erik Johnston | 2014-11-04 | 1 | -2/+5 |
* | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 1 | -3/+2 |
* | Split PlainHttpClient into separate clients for talking to Identity servers a... | Mark Haines | 2014-10-02 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -5/+1 |
|\ |
|
| * | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -5/+1 |
* | | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -3/+4 |
* | | Unit-test DirectoryHandler against (real) SQLite memory store, not mocked sto... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -15/+12 |
|/ |
|
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix up directory server to not require uploading room hosts. Update the room ... | Erik Johnston | 2014-09-03 | 1 | -0/+5 |
* | Make retrying requests on DNS failures configurable, and turn off retrying on... | Kegan Dougal | 2014-09-03 | 1 | -1/+5 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -1/+1 |
* | Implement directory service federation by Federation Queries; avoid local_onl... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -0/+112 |