| Commit message (Expand) | Author | Age | Files | Lines |
* | Update PyO3 to 0.21 (#17162) | Erik Johnston | 2024-05-08 | 8 | -62/+90 |
* | Add support for MSC4115 (#17104) | Richard van der Hoff | 2024-04-29 | 1 | -2/+7 |
* | MSC4108 implementation (#17056) | Quentin Gliech | 2024-04-25 | 4 | -0/+412 |
* | Helpers to transform Twisted requests to Rust http Requests/Responses (#17081) | Quentin Gliech | 2024-04-18 | 4 | -0/+230 |
* | Bump minimum required Rust version to 1.66.0 (#17079) | Quentin Gliech | 2024-04-17 | 1 | -1/+1 |
* | #17039 Issue: Update base_rules.rs (#17043) | Sumiran Pokharel | 2024-04-09 | 1 | -4/+4 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 7 | -0/+7 |
* | Bump minimum Rust version to 1.65.0 (#16818) | Erik Johnston | 2024-01-22 | 1 | -1/+1 |
* | Port `EventInternalMetadata` class to Rust (#16782) | Erik Johnston | 2024-01-08 | 3 | -0/+473 |
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 7 | -91/+133 |
|\ |
|
| * | Update license headers | Patrick Cloke | 2023-11-21 | 7 | -91/+133 |
* | | ModuleAPI SSO auth callbacks (#15207) | Andrew Yasinishyn | 2023-12-01 | 1 | -2/+1 |
* | | Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673) | V02460 | 2023-11-22 | 1 | -3/+3 |
|/ |
|
* | Bump pyo3 from 0.17.1 to 0.19.2 (#16162) | V02460 | 2023-10-06 | 2 | -3/+14 |
* | Use modern config for maturin. (#16394) | Patrick Cloke | 2023-09-28 | 1 | -0/+2 |
* | Add a cache around server ACL checking (#16360) | Patrick Cloke | 2023-09-26 | 2 | -0/+104 |
* | Implement MSC4028: push all encrypted events. (#16361) | Patrick Cloke | 2023-09-26 | 4 | -1/+24 |
* | Bump minimum supported Rust version to 1.61.0 (#16248) | Erik Johnston | 2023-09-05 | 1 | -2/+7 |
* | Stabilize support for MSC3958 (suppress notifications from edits). (#16113) | Patrick Cloke | 2023-08-23 | 4 | -12/+2 |
* | Update MSC3958 support to interact with intentional mentions. (#15992) | Patrick Cloke | 2023-08-02 | 4 | -40/+44 |
* | push rules: fix internal conversion from _type to value (#15781) | Mathieu Velten | 2023-06-16 | 1 | -2/+2 |
* | Bump minimum supported Rust version (#15768) | Erik Johnston | 2023-06-12 | 1 | -1/+1 |
* | Stabilize support for MSC3952: Intentional mentions. (#15520) | Patrick Cloke | 2023-06-06 | 4 | -19/+9 |
* | Update the base rules to remove the dont_notify action. (MSC3987) (#15534) | Patrick Cloke | 2023-05-04 | 3 | -8/+11 |
* | Do not return extensible events experimental push rules by default. (#15494) | Patrick Cloke | 2023-04-26 | 1 | -1/+4 |
* | Stabilize support for MSC3873: disambuguated event push keys. (#15190) | Patrick Cloke | 2023-03-07 | 1 | -3/+3 |
* | Stabilize support for MSC3966: event_property_contains push condition. (#15187) | Patrick Cloke | 2023-03-07 | 3 | -27/+7 |
* | Stabilize support for MSC3758: event_property_is push condition (#15185) | Patrick Cloke | 2023-03-06 | 4 | -52/+32 |
* | Use nightly rustfmt in CI (#15188) | Erik Johnston | 2023-03-03 | 2 | -1/+2 |
* | Update intentional mentions (MSC3952) to depend on `exact_event_property_cont... | Patrick Cloke | 2023-03-02 | 4 | -41/+50 |
* | Do not accept pattern_type from user input in push rules. (#15088) | Patrick Cloke | 2023-02-28 | 4 | -186/+216 |
* | Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37... | Patrick Cloke | 2023-02-16 | 4 | -26/+5 |
* | Implement MSC3966: Add a push rule condition to search for a value in an arra... | Patrick Cloke | 2023-02-14 | 3 | -29/+101 |
* | Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073) | Richard van der Hoff | 2023-02-14 | 1 | -1/+1 |
* | Update pyo3-log to v0.8.1 (#15043) | V02460 | 2023-02-13 | 1 | -1/+1 |
* | Support for MSC3758: exact_event_match push condition (#14964) | Patrick Cloke | 2023-02-10 | 3 | -27/+190 |
* | Include no actions instead of dont_notify for suppressing edits. (#15016) | Patrick Cloke | 2023-02-07 | 1 | -1/+1 |
* | Implement MSC3958: suppress notifications from edits (#14960) | Patrick Cloke | 2023-02-03 | 4 | -1/+27 |
* | Support the backwards compatibility features in MSC3952. (#14958) | Patrick Cloke | 2023-02-03 | 2 | -0/+23 |
* | Reload the pyo3-log config when the Python logging config changes. (#14976) | Patrick Cloke | 2023-02-03 | 1 | -2/+15 |
* | Make extension-module optional, but default. (#14965) | Patrick Cloke | 2023-02-01 | 1 | -1/+5 |
* | Fix inconsistencies between MSC3952 and implementation. (#14957) | Patrick Cloke | 2023-02-01 | 1 | -3/+3 |
* | Fix running cargo bench & test in CI. (#14943) | Patrick Cloke | 2023-01-31 | 1 | -0/+10 |
* | Implement MSC3952: Intentional mentions (#14823) | Patrick Cloke | 2023-01-27 | 3 | -2/+78 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 4 | -8/+97 |
* | Fix Rust lint CI (#14602) | Erik Johnston | 2022-12-02 | 2 | -15/+23 |
* | Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524) | Travis Ralston | 2022-11-28 | 3 | -1/+278 |
* | Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521) | Travis Ralston | 2022-11-28 | 1 | -1/+96 |
* | Initial support for MSC3931: Room version push rule feature flags (#14520) | Travis Ralston | 2022-11-28 | 2 | -0/+42 |
* | Make Dependabot only bump Rust deps in the lock file (#14434) | Erik Johnston | 2022-11-14 | 1 | -6/+6 |
* | Bump blake2 from 0.10.4 to 0.10.5 (#14426) | dependabot[bot] | 2022-11-14 | 1 | -1/+1 |
* | Bump pyo3 from 0.17.2 to 0.17.3 (#14381) | dependabot[bot] | 2022-11-07 | 1 | -1/+1 |
* | Bump regex from 1.6.0 to 1.7.0 (#14380) | dependabot[bot] | 2022-11-07 | 1 | -1/+1 |
* | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 3 | -10/+167 |
* | Bump serde_json from 1.0.86 to 1.0.87 (#14279) | dependabot[bot] | 2022-10-24 | 1 | -1/+1 |
* | Bump anyhow from 1.0.65 to 1.0.66 (#14278) | dependabot[bot] | 2022-10-24 | 1 | -1/+1 |
* | Bump serde from 1.0.145 to 1.0.147 (#14277) | dependabot[bot] | 2022-10-24 | 1 | -1/+1 |
* | Remove the experimental implementation of MSC3772. (#14094) | Patrick Cloke | 2022-10-12 | 3 | -151/+11 |
* | Disable pushing for server ACL events (MSC3786). (#13997) | Patrick Cloke | 2022-10-04 | 2 | -10/+1 |
* | Implement push rule evaluation in Rust. (#13838) | Erik Johnston | 2022-09-29 | 8 | -10/+803 |
* | Merge branch 'release-v1.68' into develop | Erik Johnston | 2022-09-23 | 1 | -1/+1 |
|\ |
|
| * | Lower minimum rustc version to 1.58.1 (#13857) | Erik Johnston | 2022-09-21 | 1 | -1/+1 |
* | | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 4 | -2/+854 |
|/ |
|
* | Check if Rust lib needs rebuilding. (#13759) | Erik Johnston | 2022-09-12 | 3 | -1/+58 |
* | Add rust to CI (#13763) | Erik Johnston | 2022-09-09 | 1 | -0/+1 |
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 2 | -0/+36 |