Patrick Cloke
|
1f55c04cbc
Improve type hints for cached decorator. (#15658)
|
1 year ago |
David Robertson
|
e8269ed391
Type hints for tests.appservice (#14990)
|
1 year ago |
Eric Eastwood
|
aa70556699
Check appservice user interest against the local users instead of all users (`get_users_in_room` mis-use) (#13958)
|
2 years ago |
Patrick Cloke
|
7bc08f3201
Remove remaining bits of groups code. (#12936)
|
2 years ago |
Patrick Cloke
|
49f06866e4
Remove backing code for groups/communities (#12558)
|
2 years ago |
Andrew Morgan
|
fb0ffa9676
Rename various ApplicationServices interested methods (#11915)
|
2 years ago |
Andrew Morgan
|
cf06783d54
Remove optional state of `ApplicationService.is_interested`'s `store` parameter (#11911)
|
2 years ago |
Andrew Morgan
|
3f72c2a322
Convert `ApplicationServiceTestCase` to use `simple_async_mock` (#11880)
|
2 years ago |
Patrick Cloke
|
2519beaad2
Add missing type hints to `synapse.appservice` (#11360)
|
2 years ago |
Jonathan de Jong
|
4b965c862d
Remove redundant "coding: utf-8" lines (#9786)
|
3 years ago |
Patrick Cloke
|
0b3112123d
Use mock from the stdlib. (#9772)
|
3 years ago |
Erik Johnston
|
f21e24ffc2
Add ability for access tokens to belong to one user but grant access to another user. (#8616)
|
4 years ago |
Patrick Cloke
|
4cce8ef74e
Convert appservice to async. (#7973)
|
4 years ago |
black
|
8b3d9b6b19
Run black.
|
6 years ago |
Amber Brown
|
49af402019
run isort
|
6 years ago |
Luke Barnard
|
ab1dc84779
Add extra space before inline comment
|
7 years ago |
Luke Barnard
|
e836bdf734
Fix tests
|
7 years ago |
Erik Johnston
|
650f0e69f2
Compile the regex's used in ASes
|
7 years ago |
Erik Johnston
|
320dfe523c
Make notify_interested_services faster
|
8 years ago |
Mark Haines
|
700487a7c7
Fix flake8 warnings for tests
|
8 years ago |
Daniel Wagner-Hall
|
2680043bc6
Require ID and as_token be unique for ASs
|
8 years ago |
Matthew Hodgson
|
6c28ac260c
copyrights
|
8 years ago |
Mark Haines
|
f43544eecc
Make the appservice use 'users_in_room' rather than get_room_members since it is cached
|
9 years ago |
Kegan Dougal
|
09cbff174a
Fix thinko whereby events *for the AS specifically* were not passed on.
|
9 years ago |
Kegan Dougal
|
de190e49d5
Add more unit tests for exclusive namespaces.
|
9 years ago |
Kegan Dougal
|
127efeeb68
Update unit tests to use new format.
|
9 years ago |
Kegan Dougal
|
c7783d6fee
Notify ASes for events sent by other users in a room which an AS user is a part of.
|
9 years ago |
Kegan Dougal
|
89f2e8fbdf
Fix bug in store defer. Add more unit tests.
|
9 years ago |
Kegan Dougal
|
525a218b2b
Begin to add unit tests for appservice glue and regex testing.
|
9 years ago |