| Commit message (Expand) | Author | Age | Files | Lines |
* | Type hints for tests.appservice (#14990) | David Robertson | 2023-02-06 | 3 | -51/+100 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 1 | -3/+3 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-10-28 | 1 | -3/+5 |
|\ |
|
| * | Fix incorrectly sending authentication tokens to application service as heade... | David Robertson | 2022-10-26 | 1 | -3/+5 |
* | | Check appservice user interest against the local users instead of all users (... | Eric Eastwood | 2022-10-27 | 1 | -5/+5 |
|/ |
|
* | Send the appservice access token as a header. (#13996) | Patrick Cloke | 2022-10-04 | 1 | -2/+6 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 2 | -2/+0 |
* | Remove backing code for groups/communities (#12558) | Patrick Cloke | 2022-05-26 | 1 | -1/+1 |
* | Add authentication to thirdparty bridge APIs (#12746) | Will Hunt | 2022-05-24 | 1 | -0/+102 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 1 | -15/+39 |
* | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 1 | -11/+34 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -31/+31 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 1 | -16/+39 |
* | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 1 | -6/+32 |
* | Convert `ApplicationServiceTestCase` to use `simple_async_mock` (#11880) | Andrew Morgan | 2022-02-01 | 1 | -10/+9 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -48/+61 |
* | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 1 | -8/+3 |
* | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 1 | -21/+19 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 3 | -3/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 2 | -3/+2 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -0/+1 |
* | Limit AS transactions to 100 events (#8606) | Will Hunt | 2020-10-21 | 1 | -0/+41 |
* | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 1 | -19/+58 |
* | Convert appservice to async. (#7973) | Patrick Cloke | 2020-07-30 | 2 | -36/+72 |
* | Refactor the Appservice scheduler code | Richard van der Hoff | 2019-08-20 | 1 | -4/+2 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run black. | black | 2018-08-10 | 2 | -77/+37 |
* | run isort | Amber Brown | 2018-07-09 | 2 | -9/+15 |
* | Fix a couple of logcontext leaks in unit tests | Richard van der Hoff | 2018-05-02 | 1 | -2/+9 |
* | Add extra space before inline comment | Luke Barnard | 2017-11-16 | 1 | -1/+1 |
* | Fix tests | Luke Barnard | 2017-11-16 | 1 | -0/+1 |
* | Compile the regex's used in ASes | Erik Johnston | 2017-03-28 | 1 | -1/+3 |
* | Make notify_interested_services faster | Erik Johnston | 2016-08-17 | 1 | -65/+44 |
* | Clean up _ServiceQueuer | Erik Johnston | 2016-08-17 | 1 | -1/+1 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 2 | -3/+3 |
* | Require ID and as_token be unique for ASs | Daniel Wagner-Hall | 2016-01-14 | 1 | -0/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 3 | -3/+3 |
* | Make the appservice use 'users_in_room' rather than get_room_members since it... | Mark Haines | 2015-05-22 | 1 | -12/+3 |
* | Fix thinko whereby events *for the AS specifically* were not passed on. | Kegan Dougal | 2015-03-31 | 1 | -0/+13 |
* | Implement ServiceQueuer with tests. | Kegan Dougal | 2015-03-16 | 1 | -7/+47 |
* | Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests ... | Kegan Dougal | 2015-03-16 | 1 | -73/+27 |
* | Minor PR comment tweaks. | Kegan Dougal | 2015-03-16 | 1 | -5/+5 |
* | Use seconds; start gluing in the AS scheduler into the AS handler. | Kegan Dougal | 2015-03-09 | 1 | -5/+5 |
* | Update UTs | Kegan Dougal | 2015-03-06 | 1 | -5/+5 |
* | Apply clarity and docstrings | Kegan Dougal | 2015-03-06 | 1 | -1/+1 |
* | Finish synapse.appservice.scheduler implementation. | Kegan Dougal | 2015-03-06 | 1 | -2/+113 |
* | Flesh out more stub functions. | Kegan Dougal | 2015-03-06 | 1 | -2/+3 |
* | Add more tests; fix bugs. | Kegan Dougal | 2015-03-06 | 1 | -7/+47 |
* | Start adding some tests | Kegan Dougal | 2015-03-06 | 1 | -0/+106 |
* | Add more unit tests for exclusive namespaces. | Kegan Dougal | 2015-02-27 | 1 | -1/+49 |
* | Update unit tests to use new format. | Kegan Dougal | 2015-02-27 | 1 | -16/+23 |
* | Notify ASes for events sent by other users in a room which an AS user is a pa... | Kegan Dougal | 2015-02-11 | 1 | -0/+25 |
* | Fix bug in store defer. Add more unit tests. | Kegan Dougal | 2015-02-04 | 1 | -0/+87 |
* | Begin to add unit tests for appservice glue and regex testing. | Kegan Dougal | 2015-02-04 | 2 | -0/+72 |