summary refs log tree commit diff
path: root/synapse/config/ratelimiting.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-16/+17
|\
| * Add types to synapse.util. (#10601)reivilibre2021-09-101-16/+17
* | Merge tag 'v1.42.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-0/+11
|\|
| * Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+11
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-2/+4
|\|
| * Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
* | Merge commit 'c73cc2c2a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+4
|\|
| * Increase default join burst ratelimiting (#9674)Erik Johnston2021-03-231-4/+4
* | Merge commit 'e22b71810' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+10
|\|
| * Ratelimit cross-user key sharing requests. (#8957)Patrick Cloke2021-02-191-0/+10
* | Merge commit '18ab35284' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+19
|\|
| * Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-291-0/+19
* | Merge commit 'e19396d62' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-2/+11
|\|
| * Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-281-2/+11
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+2
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* | Merge commit '394be6a0e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-0/+21
|\|
| * Add ratelimiting on joinsErik Johnston2020-07-311-0/+21
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-241-1/+7
|\|
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-1/+7
* | Merge pull request #6537 from matrix-org/erikj/bump_mypy_versionAndrew Morgan2020-03-191-2/+1
|\|
| * Bump version of mypyErik Johnston2019-12-121-2/+1
* | Refactor HomeserverConfig so it can be typechecked (#6137)Andrew Morgan2020-02-261-0/+2
|\|
| * Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* | Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redactionAndrew Morgan2020-02-251-0/+13
|\|
| * Fix commentsErik Johnston2019-09-111-1/+1
| * Allow use of different ratelimits for admin redactions.Erik Johnston2019-09-111-0/+13
* | Fixes to the federation rate limiter (#5621)Andrew Morgan2020-02-171-2/+2
|\|
| * Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-2/+2
* | Merge pull request #5523 from matrix-org/rav/arg_defaultsAndrew Morgan2020-02-141-1/+1
|\|
| * 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)Andrew Morgan2020-02-131-1/+1
|\|
| * Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* | Create configurable ratelimiter for 3pid invites (#11)Andrew Morgan2019-11-121-0/+9
|/
* Make all the rate limiting options more consistent (#5181)Amber Brown2019-05-151-42/+73
* Batch up outgoing read-receipts to reduce federation traffic. (#4890)Richard van der Hoff2019-03-201-0/+12
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-14/+14
* Add ratelimiting on failed login attempts (#4865)Brendan Abolivier2019-03-181-0/+9
* Add ratelimiting on login (#4821)Brendan Abolivier2019-03-151-18/+40
* Move settings from registration to ratelimiting in config fileBrendan Abolivier2019-03-051-0/+18
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+7
* 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-46/+32
* Make the federation server ratelimiting configurable.Erik Johnston2015-03-021-0/+36
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-0/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add copyright notices and fix pyflakes errorsMark Haines2014-09-031-0/+14
* rate limiting for message sendingMark Haines2014-09-021-2/+2
* Add ratelimiting configMark Haines2014-09-021-0/+21