summary refs log tree commit diff
path: root/tests/appservice/test_appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-241-53/+29
* Type hints for tests.appservice (#14990)David Robertson2023-02-061-17/+38
* Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-271-5/+5
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-1/+1
* Rename various ApplicationServices interested methods (#11915)Andrew Morgan2022-03-031-11/+34
* 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
* Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-141-8/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+1
* Convert appservice to async. (#7973)Patrick Cloke2020-07-301-28/+61
* Run black.black2018-08-101-60/+26
* run isortAmber Brown2018-07-091-4/+5
* 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
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+1
* Require ID and as_token be unique for ASsDaniel Wagner-Hall2016-01-141-0/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* 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
* 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-041-0/+58