| Commit message (Expand) | Author | Age | Files | Lines |
* | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -12/+8 |
* | Fix not sending events over federation when using sharded event persisters (#... | Erik Johnston | 2020-10-14 | 1 | -3/+10 |
* | Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab... | Patrick Cloke | 2020-08-07 | 1 | -1/+1 |
* | Convert appservice to async. (#7973) | Patrick Cloke | 2020-07-30 | 1 | -2/+3 |
* | Convert the appservice handler to async/await. (#7775) | Patrick Cloke | 2020-07-06 | 1 | -33/+35 |
* | Run black. | black | 2018-08-10 | 1 | -27/+12 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+5 |
* | Fix tests | Erik Johnston | 2018-04-11 | 1 | -0/+1 |
* | Fix appservice tests to account for new behavior of notify_interested_services | Ilya Zhuravlev | 2017-11-02 | 1 | -3/+12 |
* | Make AppserviceHandler stream events from database | Erik Johnston | 2016-08-18 | 1 | -3/+6 |
* | Make notify_interested_services faster | Erik Johnston | 2016-08-17 | 1 | -3/+10 |
* | Update unit tests | Erik Johnston | 2016-08-17 | 1 | -0/+2 |
* | Move the AS handler out of the Handlers object. | Mark Haines | 2016-05-31 | 1 | -3/+3 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -2/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2015-06-17 | 1 | -0/+43 |
* | Use seconds; start gluing in the AS scheduler into the AS handler. | Kegan Dougal | 2015-03-09 | 1 | -2/+5 |
* | Dependency inject ApplicationServiceApi when creating ApplicationServicesHand... | Kegan Dougal | 2015-02-05 | 1 | -7/+3 |
* | Fix unit tests. | Kegan Dougal | 2015-02-05 | 1 | -2/+5 |
* | Add unit test for appservice_handler.query_room_alias_exists | Kegan Dougal | 2015-02-05 | 1 | -1/+30 |
* | Add unknown user ID check. Use store.get_aliases_for_room(room_id) when searc... | Kegan Dougal | 2015-02-05 | 1 | -0/+1 |
* | Fix bug in store defer. Add more unit tests. | Kegan Dougal | 2015-02-04 | 1 | -5/+1 |
* | Begin to add unit tests for appservice glue and regex testing. | Kegan Dougal | 2015-02-04 | 1 | -0/+68 |