249 Commits (develop)

Author SHA1 Message Date
  David Robertson 32a59a6495
Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16672) 5 months ago
  Patrick Cloke bc4372ad81
Use dbname instead of database for Postgres config. (#16618) 6 months ago
  Patrick Cloke 5e024a0645
Modify StoreKeyFetcher to read from server_keys_json. (#15417) 1 year ago
  David Robertson ffc2ee521d
Use mypy 1.0 (#15052) 1 year ago
  Shay 03bccd542b
Add a class UnpersistedEventContext to allow for the batching up of storing state groups (#14675) 1 year ago
  realtyem 854a6884d8
Modernize unit tests configuration settings for workers. (#14568) 1 year ago
  David Robertson 285d72556b
Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago
  David Robertson 8e52cb0bce
Revert "Update mypy and mypy-zope (#13925)" 1 year ago
  David Robertson 6d543d6d9f
Update mypy and mypy-zope (#13925) 1 year ago
  Patrick Cloke 32fc3b7ba4
Remove configuration options for direct TCP replication. (#13647) 1 year ago
  David Robertson 19e5d44886
Revert "Update locked versions of mypy and mypy-zope (#13521)" 1 year ago
  David Robertson f383b9b3ec
Update locked versions of mypy and mypy-zope (#13521) 1 year ago
  David Robertson b977867358
Rate limit joins per-room (#13276) 1 year ago
  David Robertson 6ba732fefe
Type `tests.utils` (#13028) 1 year ago
  Andrew Morgan 9820665597
Remove tests/utils.py from mypy's exclude list (#13159) 1 year ago
  Erik Johnston c95b04bb0e
Change default `sync_response_cache_duration` (#13042) 1 year ago
  Erik Johnston 1e453053cb
Rename storage classes (#12913) 2 years ago
  reivilibre 708d88b1a2
Allow specifying the Postgres database's port when running unit tests with Postgres. (#12376) 2 years ago
  Patrick Cloke 1800bd47a8
Remove unused test code. (#12291) 2 years ago
  Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 2 years ago
  David Robertson d3cf0730f8
Optionally use an on-disk sqlite db in tests (#11702) 2 years ago
  reivilibre e6897e7383
Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503) 2 years ago
  Olivier Wilkinson (reivilibre) 8cd68b8102 Revert accidental commits to develop. 2 years ago
  Olivier Wilkinson (reivilibre) b3fd99b74a Move `tests.utils.setup_test_homeserver` to `tests.server` 2 years ago
  Shay 7cebaf9644
Remove code invalidated by deprecated config flag 'trust_identity_servers_for_password_resets' (#11395) 2 years ago
  Andrew Morgan aa2c027792
Remove unnecessary parentheses around tuples returned from methods (#10889) 2 years ago
  Toni Spets ba5287f5e8
Allow setting transaction limit for db connections (#10440) 2 years ago
  Andrew Morgan ceaa76970f
Remove room and user invite ratelimits in default unit test config (#9871) 3 years ago
  Jonathan de Jong 495b214f4f
Fix (final) Bugbear violations (#9838) 3 years ago
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Dan Callahan 1d5f0e3529
Bump black configuration to target py36 (#9781) 3 years ago
  Patrick Cloke 0b3112123d
Use mock from the stdlib. (#9772) 3 years ago
  Richard van der Hoff f02663c4dd
Replace `room_invite_state_types` with `room_prejoin_state` (#9700) 3 years ago
  Richard van der Hoff 1b2d6d55c5
Remove vestiges of uploads_path config (#9462) 3 years ago
  Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Patrick Cloke e40d88cff3
Backout changes for automatically calculating the public baseurl. (#9313) 3 years ago
  Erik Johnston 4b73488e81
Ratelimit 3PID /requestToken API (#9238) 3 years ago
  Richard van der Hoff a737cc2713
Implement MSC2858 support (#9183) 3 years ago
  Richard van der Hoff fa50e4bf4d
Give `public_baseurl` a default value (#9159) 3 years ago
  Richard van der Hoff b751624ff8 remove unused DeferredMockCallable 3 years ago
  Richard van der Hoff c834f1d67a remove unused `resource_for_federation` 3 years ago
  Jonathan de Jong ca60822b34
Simplify the way the `HomeServer` object caches its internal attributes. (#8565) 3 years ago
  Jonathan de Jong 6b5a115c0a
Solidify the HomeServer constructor. (#8515) 3 years ago
  Patrick Cloke d35a451399
Clean-up some broken/unused code in the test framework (#8514) 3 years ago
  Erik Johnston e3debf9682
Add logging on startup/shutdown (#8448) 3 years ago
  Patrick Cloke 62894673e6
Allow background tasks to be run on a separate worker. (#8369) 3 years ago
  Patrick Cloke c619253db8
Stop sub-classing object (#8249) 3 years ago
  Erik Johnston 18de00adb4 Add ratelimiting on joins 3 years ago
  Patrick Cloke 3345c166a4
Convert storage layer to async/await. (#7963) 3 years ago
  Patrick Cloke cc9bb3dc3f
Convert the message handler to async/await. (#7884) 3 years ago