synapse/synapse/logging
Erik Johnston f500c7d982
Speed up MAS token introspection (#18357)
We do this by shoving it into Rust. We believe our python http client is
a bit slow.

Also bumps minimum rust version to 1.81.0, released last September (over
six months ago)

To allow for async Rust, includes some adapters between Tokio in Rust
and the Twisted reactor in Python.
2025-06-16 16:41:35 +01:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_remote.py Fix other unit tests with latest twisted (#17907) 2024-11-07 10:11:13 +00:00
_terse_json.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
context.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
filter.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
formatter.py Update license headers 2023-11-21 15:29:58 -05:00
handlers.py Another batch of type annotations (#12726) 2022-05-13 12:35:31 +01:00
opentracing.py Speed up MAS token introspection (#18357) 2025-06-16 16:41:35 +01:00
scopecontextmanager.py Stop using twisted.internet.defer.returnValue (#18020) 2024-12-20 10:57:59 +00:00