mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 15:51:55 -05:00
* Rate-limiting for registration * Add unit test for registration rate limiting * Add config parameters for rate limiting on auth endpoints * Doc * Fix doc of rate limiting function Co-Authored-By: babolivier <contact@brendanabolivier.com> * Incorporate review * Fix config parsing * Fix linting errors * Set default config for auth rate limiting * Fix tests * Add changelog * Advance reactor instead of mocked clock * Move parameters to registration specific config and give them more sensible default values * Remove unused config options * Don't mock the rate limiter un MAU tests * Rename _register_with_store into register_with_store * Make CI happy * Remove unused import * Update sample config * Fix ratelimiting test for py2 * Add non-guest test |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| account_data.py | ||
| acme.py | ||
| admin.py | ||
| appservice.py | ||
| auth.py | ||
| deactivate_account.py | ||
| device.py | ||
| devicemessage.py | ||
| directory.py | ||
| e2e_keys.py | ||
| e2e_room_keys.py | ||
| events.py | ||
| federation.py | ||
| groups_local.py | ||
| identity.py | ||
| initial_sync.py | ||
| message.py | ||
| pagination.py | ||
| presence.py | ||
| profile.py | ||
| read_marker.py | ||
| receipts.py | ||
| register.py | ||
| room.py | ||
| room_list.py | ||
| room_member.py | ||
| room_member_worker.py | ||
| search.py | ||
| set_password.py | ||
| sync.py | ||
| typing.py | ||
| user_directory.py | ||