summary refs log tree commit diff
path: root/synapse/config/appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-14/+0
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-1/+2
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-1/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-3/+3
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-301-0/+1
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-241-1/+12
* Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-141-2/+1
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-9/+14
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-1/+1
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+3
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-9/+4
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+3
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-32/+22
* Use yaml safe_loadErik Johnston2019-03-221-1/+1
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-4/+6
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+2
* Add an option to enable recording IPs for appservice users (#3831)Travis Ralston2018-12-041-0/+5
* run isortAmber Brown2018-07-091-7/+7
* fix testsMatthew Hodgson2018-06-281-0/+1
* add ip_range_whitelist parameter to limit where ASes can connect fromMatthew Hodgson2018-06-281-1/+10
* Use six.moves.urlparseAdrian Tschira2018-04-151-2/+2
* Replace some type checks with six type checksAdrian Tschira2018-04-071-3/+5
* Check group_id belongs to this domainLuke Barnard2017-11-161-0/+1
* Allow Configurable Rate Limiting Per ASLuke Barnard2016-10-181-0/+6
* flake8Kegan Dougal2016-08-301-2/+3
* Use None instead of the empty stringKegan Dougal2016-08-301-4/+11
* Flake8Kegan Dougal2016-08-301-1/+2
* Allow application services to have an optional 'url'Kegan Dougal2016-08-301-0/+6
* Merge pull request #1026 from matrix-org/paul/thirdpartylookupPaul Evans2016-08-181-0/+10
|\
| * Filter 3PU lookups by only ASes that declare knowledge of that protocolPaul "LeoNerd" Evans2016-08-181-0/+10
* | Add appservice workerErik Johnston2016-08-181-0/+1
|/
* Move the functions for parsing app service configMark Haines2016-05-171-1/+106
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-11/+7
* Add AppServiceConfigKegan Dougal2015-03-311-0/+31