| Commit message (Expand) | Author | Age | Files | Lines |
* | Lint | Brendan Abolivier | 2019-11-28 | 1 | -4/+8 |
* | Discard retention policies when retrieving state | Brendan Abolivier | 2019-11-28 | 1 | -8/+14 |
* | Don't apply retention policy based filtering on state events | Brendan Abolivier | 2019-11-06 | 1 | -6/+9 |
* | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -0/+17 |
* | Port to use state storage | Erik Johnston | 2019-10-30 | 1 | -13/+17 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -4/+4 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -41/+28 |
* | Implement soft fail | Erik Johnston | 2019-03-06 | 1 | -0/+4 |
* | clarify comments | Erik Johnston | 2019-03-05 | 1 | -1/+1 |
* | Fix missing null guard | Erik Johnston | 2019-03-04 | 1 | -1/+1 |
* | Only check history visibility when filtering | Erik Johnston | 2019-03-04 | 1 | -34/+43 |
* | Stop backpaginating when events not visible | Erik Johnston | 2019-02-20 | 1 | -5/+25 |
* | Refactor state group lookup to reduce DB hits (#4011) | Erik Johnston | 2018-10-25 | 1 | -6/+9 |
* | synapse/visibility.py: fix SyntaxError on py3.7 | Ivan Shapovalov | 2018-10-14 | 1 | -1/+1 |
* | Optimisation for filter_events_for_server | Richard van der Hoff | 2018-10-08 | 1 | -7/+6 |
* | Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room | Richard van der Hoff | 2018-07-23 | 1 | -9/+10 |
|\ |
|
| * | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 1 | -9/+10 |
* | | Remove redundant checks on room forgottenness | Richard van der Hoff | 2018-07-23 | 1 | -18/+1 |
|/ |
|
* | add a comment | Richard van der Hoff | 2018-07-17 | 1 | -0/+2 |
* | Fix visibility of events from erased users over federation | Richard van der Hoff | 2018-07-17 | 1 | -56/+67 |
* | fix imports | Richard van der Hoff | 2018-07-17 | 1 | -0/+1 |
* | add a comment | Richard van der Hoff | 2018-07-17 | 1 | -0/+2 |
* | Attempt to make _filter_events_for_server more efficient | Richard van der Hoff | 2018-07-16 | 1 | -17/+23 |
* | Move filter_events_for_server out of FederationHandler | Richard van der Hoff | 2018-07-16 | 1 | -0/+132 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+1 |
* | Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili... | Erik Johnston | 2018-06-25 | 1 | -22/+55 |
* | Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" | Richard van der Hoff | 2018-06-22 | 1 | -55/+22 |
* | Filter out erased messages | Richard van der Hoff | 2018-06-12 | 1 | -22/+55 |
* | remove dead filter_events_for_clients | Richard van der Hoff | 2018-06-12 | 1 | -64/+34 |
* | Remove preserve_context_over_{fn, deferred} | Richard van der Hoff | 2017-11-14 | 1 | -2/+2 |
* | Don't filter out current state events from timeline | Erik Johnston | 2017-09-18 | 1 | -3/+11 |
* | Perf: Don't filter events for push | Erik Johnston | 2017-07-07 | 1 | -19/+0 |
* | Revert "Speed up filtering of a single event in push" | Erik Johnston | 2017-05-08 | 1 | -0/+19 |
* | Speed up filtering of a single event in push | Erik Johnston | 2017-04-28 | 1 | -19/+0 |
* | Don't convert to deferreds when not necessary | Erik Johnston | 2017-03-30 | 1 | -1/+2 |
* | Fix rejection of invites not reaching sync | David Baker | 2017-03-23 | 1 | -0/+7 |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -0/+19 |
* | Preserve some logcontexts | Erik Johnston | 2016-08-24 | 1 | -3/+3 |
* | move filter_events_for_client out of base handler | Mark Haines | 2016-05-11 | 1 | -0/+210 |