summary refs log tree commit diff
path: root/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-034-1/+27
* Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke2023-02-032-0/+23
* Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-031-2/+15
* Make extension-module optional, but default. (#14965)Patrick Cloke2023-02-011-1/+5
* Fix inconsistencies between MSC3952 and implementation. (#14957)Patrick Cloke2023-02-011-3/+3
* Fix running cargo bench & test in CI. (#14943)Patrick Cloke2023-01-311-0/+10
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-273-2/+78
* Implement MSC3930: polls push rules (#14787)Andrew Morgan2023-01-194-8/+97
* Fix Rust lint CI (#14602)Erik Johnston2022-12-022-15/+23
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-283-1/+278
* Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521)Travis Ralston2022-11-281-1/+96
* Initial support for MSC3931: Room version push rule feature flags (#14520)Travis Ralston2022-11-282-0/+42
* Make Dependabot only bump Rust deps in the lock file (#14434)Erik Johnston2022-11-141-6/+6
* Bump blake2 from 0.10.4 to 0.10.5 (#14426)dependabot[bot]2022-11-141-1/+1
* Bump pyo3 from 0.17.2 to 0.17.3 (#14381)dependabot[bot]2022-11-071-1/+1
* Bump regex from 1.6.0 to 1.7.0 (#14380)dependabot[bot]2022-11-071-1/+1
* Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-253-10/+167
* Bump serde_json from 1.0.86 to 1.0.87 (#14279)dependabot[bot]2022-10-241-1/+1
* Bump anyhow from 1.0.65 to 1.0.66 (#14278)dependabot[bot]2022-10-241-1/+1
* Bump serde from 1.0.145 to 1.0.147 (#14277)dependabot[bot]2022-10-241-1/+1
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-123-151/+11
* Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-042-10/+1
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-298-10/+803
* Merge branch 'release-v1.68' into developErik Johnston2022-09-231-1/+1
|\
| * Lower minimum rustc version to 1.58.1 (#13857)Erik Johnston2022-09-211-1/+1
* | Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-204-2/+854
|/
* Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-123-1/+58
* Add rust to CI (#13763)Erik Johnston2022-09-091-0/+1
* Add a stub Rust crate (#12595)Erik Johnston2022-09-062-0/+36