summary refs log tree commit diff
path: root/tests/server_notices (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce "Leave out optional keys from /sync" change (#10214)Andrew Morgan2021-06-231-3/+5
* Revert "Leave out optional keys from /sync (#9919)" (#9940)Erik Johnston2021-05-061-5/+3
* Leave out optional keys from /sync (#9919)DeepBlueV7.X2021-05-051-3/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+5
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-152-8/+6
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-162-6/+0
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-9/+5
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-4/+6
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-3/+3
* Convert tags and metrics databases to async/await (#8062)Patrick Cloke2020-08-111-1/+4
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-1/+1
* Convert streams to async. (#8014)Patrick Cloke2020-08-041-1/+1
* Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-27/+33
* Convert synapse.server_notices to async/await. (#7394)Patrick Cloke2020-05-011-1/+1
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-24/+24
* Server notices: Dissociate room creation/lookup from invite (#7199)Brendan Abolivier2020-04-041-12/+108
* Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-241-1/+1
* Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-2/+57
* Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-301-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-2/+2
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-132-13/+28
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+0
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-3/+3
* Some more porting to HomeserverTestCase and remove old RESTHelper (#4913)Amber Brown2019-03-221-39/+53
* Fix resource limits testsRichard van der Hoff2019-03-191-2/+5
* fix broken testRichard van der Hoff2018-10-251-9/+1
* Fix userconsent on Python 3 (#3938)Amber Brown2018-10-021-0/+100
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-18/+12
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contactErik Johnston2018-08-241-0/+1
|\
| * Fix checking if service notice room is already taggedErik Johnston2018-08-241-0/+1
* | Change admin_uri to admin_contact in config and errorsErik Johnston2018-08-241-2/+2
|/
* Fix bug where we resent "limit exceeded" server noticesErik Johnston2018-08-231-0/+66
* Actually run the testsErik Johnston2018-08-231-0/+0
* Update notice formatErik Johnston2018-08-221-3/+9
* clean up, no functional changesNeil Johnson2018-08-171-15/+17
* refactor for readability, and reuse caching for setting tagsNeil Johnson2018-08-161-0/+1
* check for room state before deciding on actionNeil Johnson2018-08-161-20/+32
* implementation of server notices to alert on hitting resource limitsNeil Johnson2018-08-101-0/+125