synapse/rust/src
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
..
acl Bump pyo3 to v0.23.2 (#17966) 2024-11-27 10:46:00 +00:00
events Bump pyo3 to v0.23.2 (#17966) 2024-11-27 10:46:00 +00:00
push Bump pyo3 to v0.23.2 (#17966) 2024-11-27 10:46:00 +00:00
rendezvous Fix MSC4108 'rendez-vous' responses with some reverse proxy in the front of Synapse (#18178) 2025-02-25 11:34:33 +01:00
errors.rs Speed up MAS token introspection (#18357) 2025-06-16 16:41:35 +01:00
http_client.rs Speed up MAS token introspection (#18357) 2025-06-16 16:41:35 +01:00
http.rs Bump pyo3 to v0.23.2 (#17966) 2024-11-27 10:46:00 +00:00
identifier.rs Add RoomID & EventID rust types (#17996) 2024-12-05 15:41:57 +00:00
lib.rs Speed up MAS token introspection (#18357) 2025-06-16 16:41:35 +01:00
matrix_const.rs Move server event filtering logic to rust (#17928) 2024-11-14 16:18:24 +00:00