Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-18 | Make handling of federation Authorization header (more) compliant with ↵ | Hubert Chathi | 4 | -5/+35 | |
RFC7230 (#12774) The main differences are: - values with delimiters (such as colons) should be quoted, so always quote the origin, since it could contain a colon followed by a port number - should allow more than one space after "X-Matrix" - quoted values with backslash-escaped characters should be unescaped - names should be case insensitive | |||||
2022-05-18 | Move methods that call add_push_rule to PushRuleStore (#12772) | Adam | 2 | -51/+52 | |
Signed-off-by: Adam Roddick <ajroddick@tuta.io> | |||||
2022-05-17 | Suggest using docker when testing against postgres (#12765) | David Robertson | 2 | -3/+29 | |
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> | |||||
2022-05-17 | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 3 | -0/+3 | |
2022-05-17 | allow `on_invalidate=None` in `@cached` methods (#12769) | David Robertson | 3 | -10/+19 | |
2022-05-17 | Add some type hints to datastore (#12717) | Dirk Klimpel | 10 | -161/+254 | |
2022-05-17 | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 6 | -7/+68 | |
2022-05-17 | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 5 | -55/+35 | |
This column is unused as of #12209, so let's stop writing to it. | |||||
2022-05-17 | Fix push for m.read events (#12721) | SpiritCroc | 2 | -1/+2 | |
badge_count_last_call was always zero |