summary refs log tree commit diff
path: root/tests/handlers/test_appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Allow multiple workers to write to receipts stream. (#16432)Erik Johnston2023-10-251-4/+13
* Fix type hint errors from Twisted trunk (#16526)Patrick Cloke2023-10-231-0/+1
* Factor out `MultiWriter` token from `RoomStreamToken` (#16427)Erik Johnston2023-10-051-4/+4
* Some refactors around receipts stream (#16426)Erik Johnston2023-10-041-4/+4
* Fix appservices being unable to handle to_device messages for multiple users ...Will Hunt2023-09-051-0/+125
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-5/+5
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-4/+4
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-55/+58
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-1/+1
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-25/+29
* Improve logging and opentracing for to-device message handling (#14598)Richard van der Hoff2022-12-061-1/+6
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-281-2/+2
* Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-271-5/+157
* Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-111-7/+11
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-0/+1
* Federation Sender & Appservice Pusher Stream Optimisations (#13251)Nick Mills-Barrett2022-07-151-8/+8
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-3/+0
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+2
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-171-10/+0
* Bound ephemeral events by key (#12544)Nick Mills-Barrett2022-04-261-0/+82
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-301-1/+120
* Rename various ApplicationServices interested methods (#11915)Andrew Morgan2022-03-031-14/+42
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-9/+9
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-241-4/+190
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-4/+6
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-011-11/+270
* Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-091-2/+6
* Add a linearizer on (appservice, stream) when handling ephemeral events. (#11...Nick Barrett2021-11-031-0/+51
* Only return an appservice protocol if it has a service providing it. (#10532)Will Hunt2021-08-051-1/+121
* update black to 21.6b0 (#10197)Marcus2021-06-171-1/+1
* Always update AS last_pos, even on no events (#10107)14mRh4X0r2021-06-071-4/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-161-17/+16
* Start fewer opentracing spans (#8640)Erik Johnston2020-10-261-12/+8
* Fix not sending events over federation when using sharded event persisters (#...Erik Johnston2020-10-141-3/+10
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-1/+1
* Convert appservice to async. (#7973)Patrick Cloke2020-07-301-2/+3
* Convert the appservice handler to async/await. (#7775)Patrick Cloke2020-07-061-33/+35
* Run black.black2018-08-101-27/+12
* run isortAmber Brown2018-07-091-3/+5
* Fix testsErik Johnston2018-04-111-0/+1
* Fix appservice tests to account for new behavior of notify_interested_servicesIlya Zhuravlev2017-11-021-3/+12
* Make AppserviceHandler stream events from databaseErik Johnston2016-08-181-3/+6
* Make notify_interested_services fasterErik Johnston2016-08-171-3/+10
* Update unit testsErik Johnston2016-08-171-0/+2
* Move the AS handler out of the Handlers object.Mark Haines2016-05-311-3/+3
* Fix flake8 warnings for testsMark Haines2016-02-191-2/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix bug where synapse was sending AS user queries incorrectly.Kegan Dougal2015-06-171-0/+43
* Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal2015-03-091-2/+5
* Dependency inject ApplicationServiceApi when creating ApplicationServicesHand...Kegan Dougal2015-02-051-7/+3
* Fix unit tests.Kegan Dougal2015-02-051-2/+5
* Add unit test for appservice_handler.query_room_alias_existsKegan Dougal2015-02-051-1/+30
* Add unknown user ID check. Use store.get_aliases_for_room(room_id) when searc...Kegan Dougal2015-02-051-0/+1
* Fix bug in store defer. Add more unit tests.Kegan Dougal2015-02-041-5/+1
* Begin to add unit tests for appservice glue and regex testing.Kegan Dougal2015-02-041-0/+68