270 次代码提交 (develop)

作者 SHA1 备注 提交日期
  Erik Johnston 2b35626b6b
Refactor storing of server keys (#16261) 8 个月前
  Sean Quah e46d5f3586
Factor out an `is_mine_server_name` method (#15542) 1年前
  Patrick Cloke 5e024a0645
Modify StoreKeyFetcher to read from server_keys_json. (#15417) 1年前
  reivilibre edae20f926
Improve robustness when handling a perspective key response by deduplicating received server keys. (#15423) 1年前
  David Robertson 3b0083c92a
Use immutabledict instead of frozendict (#15113) 1年前
  dependabot[bot] 9bb2eac719
Bump black from 22.12.0 to 23.1.0 (#15103) 1年前
  Andrew Morgan 3a125625e7
Add some clarifying comments and refactor a portion of the `Keyring` class for readability (#14804) 1年前
  Richard van der Hoff ecb6fe9d9c
Stop using deprecated `keyIds` param on /key/v2/server (#14525) 1年前
  David Robertson e1b15f25f3
Fix /key/v2/server calls with URL-unsafe key IDs (#14490) 1年前
  Patrick Cloke d8cc86eff4
Remove redundant types from comments. (#14412) 1年前
  Eric Eastwood 7af07f9716
Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 1年前
  David Robertson a7293ef16f Bump `black` and `click` versions (#12320) 2 年前
  David Robertson e0bb268134
Fix typechecker problems exposed by signedjson 1.1.2 (#12326) 2 年前
  David Robertson a2b00a4486
Bump `black` and `click` versions (#12320) 2 年前
  Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 2 年前
  Patrick Cloke 10a88ba91c
Use auto_attribs/native type hints for attrs classes. (#11692) 2 年前
  Olivier Wilkinson (reivilibre) 4dd9ea8f4f Revert "Revert accidental fast-forward merge from v1.49.0rc1" 2 年前
  Sean Quah 158d73ebdd Revert accidental fast-forward merge from v1.49.0rc1 2 年前
  Richard van der Hoff 9cd13c5f63
Fix perspectives requests for multiple keys for the same server (#11440) 2 年前
  Richard van der Hoff a6f7f84570
Fix verification of objects signed with old local keys (#11379) 2 年前
  Shay e002faee01
Fetch verify key locally rather than trying to do so over federation if origin and host are the same. (#11129) 2 年前
  Patrick Cloke 0f9adc99ad
Add missing type hints to synapse.crypto. (#11146) 2 年前
  Patrick Cloke bb7fdd821b
Use direct references for configuration variables (part 5). (#10897) 2 年前
  Patrick Cloke 8c7a531e27
Use direct references for some configuration variables (part 2) (#10812) 2 年前
  Jonathan de Jong bf72d10dbf
Use inline type hints in various other places (in `synapse/`) (#10380) 2 年前
  Erik Johnston c842c581ed
When joining a remote room limit the number of events we concurrently check signatures/hashes for (#10117) 2 年前
  Erik Johnston fc3d2dc269
Rewrite the KeyRing (#10035) 3 年前
  Erik Johnston 1c6a19002c
Add `Keyring.verify_events_for_server` and reduce memory usage (#10018) 3 年前
  Richard van der Hoff 5a153772c1
remove `HomeServer.get_config` (#9815) 3 年前
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 年前
  Jonathan de Jong 4c3827f2c1
Enable addtional flake8-bugbear linting checks. (#9659) 3 年前
  Patrick Cloke b7748d3c00
Import HomeServer from the proper module. (#9665) 3 年前
  Jonathan de Jong 27d2820c33
Enable flake8-bugbear, but disable most checks. (#9499) 3 年前
  Erik Johnston 54a6afeee3
Cache config options in SSL verification (#9255) 3 年前
  Patrick Cloke 1c9a850562
Add type hints to the crypto module. (#8999) 3 年前
  Patrick Cloke 30fba62108
Apply an IP range blacklist to push and key revocation requests. (#8821) 3 年前
  Patrick Cloke 34a5696f93
Fix typos and spelling errors. (#8639) 3 年前
  Richard van der Hoff fec6f9ac17
Fix occasional "Re-starting finished log context" from keyring (#8398) 3 年前
  Richard van der Hoff 4f3096d866 Add a comment re #1691 3 年前
  Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344) 3 年前
  Patrick Cloke c619253db8
Stop sub-classing object (#8249) 3 年前
  Patrick Cloke 76c43f086a
Do not assume calls to runInteraction return Deferreds. (#8133) 3 年前
  Richard van der Hoff de6f892065
Add a comment about SSLv23_METHOD (#8043) 3 年前
  Patrick Cloke 2a89ce8cd4
Convert the crypto module to async/await. (#8003) 3 年前
  Patrick Cloke c978f6c451
Convert federation client to async/await. (#7975) 3 年前
  Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 3 年前
  Richard van der Hoff 39230d2171
Clean up some LoggingContext stuff (#7120) 4 年前
  Richard van der Hoff c37db0211e
Share SSL contexts for non-federation requests (#7094) 4 年前
  Patrick Cloke 06eb5cae08
Remove special auth and redaction rules for aliases events in experimental room ver. (#7037) 4 年前
  Patrick Cloke 509e381afa
Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 4 年前