summary refs log tree commit diff
path: root/tests/appservice (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-6/+5
* Call appservices on modern paths, falling back to legacy paths. (#15317)Patrick Cloke2023-04-031-2/+55
* Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-281-0/+59
* Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-171-4/+2
* Type hints for tests.appservice (#14990)David Robertson2023-02-063-51/+100
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-281-3/+3
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-10-281-3/+5
|\
| * Fix incorrectly sending authentication tokens to application service as heade...David Robertson2022-10-261-3/+5
* | Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-271-5/+5
|/
* Send the appservice access token as a header. (#13996)Patrick Cloke2022-10-041-2/+6
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-012-2/+0
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-1/+1
* Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-0/+102
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-301-15/+39
* Rename various ApplicationServices interested methods (#11915)Andrew Morgan2022-03-031-11/+34
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-31/+31
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-241-16/+39
* Remove optional state of `ApplicationService.is_interested`'s `store` paramet...Andrew Morgan2022-02-071-6/+32
* Convert `ApplicationServiceTestCase` to use `simple_async_mock` (#11880)Andrew Morgan2022-02-011-10/+9
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-011-48/+61
* Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-141-8/+3
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-21/+19
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-092-3/+2
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+1
* Limit AS transactions to 100 events (#8606)Will Hunt2020-10-211-0/+41
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-19/+58
* Convert appservice to async. (#7973)Patrick Cloke2020-07-302-36/+72
* Refactor the Appservice scheduler codeRichard van der Hoff2019-08-201-4/+2
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run black.black2018-08-102-77/+37
* run isortAmber Brown2018-07-092-9/+15
* Fix a couple of logcontext leaks in unit testsRichard van der Hoff2018-05-021-2/+9
* Add extra space before inline commentLuke Barnard2017-11-161-1/+1
* Fix testsLuke Barnard2017-11-161-0/+1
* Compile the regex's used in ASesErik Johnston2017-03-281-1/+3
* Make notify_interested_services fasterErik Johnston2016-08-171-65/+44
* Clean up _ServiceQueuerErik Johnston2016-08-171-1/+1
* Fix flake8 warnings for testsMark Haines2016-02-192-3/+3
* Require ID and as_token be unique for ASsDaniel Wagner-Hall2016-01-141-0/+1
* copyrightsMatthew Hodgson2016-01-073-3/+3
* Make the appservice use 'users_in_room' rather than get_room_members since it...Mark Haines2015-05-221-12/+3
* Fix thinko whereby events *for the AS specifically* were not passed on.Kegan Dougal2015-03-311-0/+13
* Implement ServiceQueuer with tests.Kegan Dougal2015-03-161-7/+47
* Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests ...Kegan Dougal2015-03-161-73/+27
* Minor PR comment tweaks.Kegan Dougal2015-03-161-5/+5
* Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal2015-03-091-5/+5
* Update UTsKegan Dougal2015-03-061-5/+5
* Apply clarity and docstringsKegan Dougal2015-03-061-1/+1
* Finish synapse.appservice.scheduler implementation.Kegan Dougal2015-03-061-2/+113
* Flesh out more stub functions.Kegan Dougal2015-03-061-2/+3
* Add more tests; fix bugs.Kegan Dougal2015-03-061-7/+47
* Start adding some testsKegan Dougal2015-03-061-0/+106
* Add more unit tests for exclusive namespaces.Kegan Dougal2015-02-271-1/+49
* Update unit tests to use new format.Kegan Dougal2015-02-271-16/+23
* Notify ASes for events sent by other users in a room which an AS user is a pa...Kegan Dougal2015-02-111-0/+25
* Fix bug in store defer. Add more unit tests.Kegan Dougal2015-02-041-0/+87
* Begin to add unit tests for appservice glue and regex testing.Kegan Dougal2015-02-042-0/+72