summary refs log tree commit diff
path: root/tests/config/test_server.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-161-9/+9
|
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-4/+4
|
* Add config option to use non-default manhole password and keys (#10643)Azrenbeth2021-09-061-4/+4
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-031-1/+60
| | | Also add a few more IP ranges to the default blacklist.
* Config templating (#5900)Jorik Schellekens2019-08-281-1/+100
| | | | | | | | | | | | Template config files * Imagine a system composed entirely of x, y, z etc and the basic operations.. Wait George, why XOR? Why not just neq? George: Eh, I didn't think of that.. Co-Authored-By: Erik Johnston <erik@matrix.org>
* Run Black. (#5482)Amber Brown2019-06-201-4/+4
|
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+0
|
* Neilj/fix threepid auth check (with tests) (#4474)Neil Johnson2019-04-011-0/+32
test threepid checking