Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-09 | Move sig check out of _handle_new_pdu | Richard van der Hoff | 1 | -12/+36 | |
When we receive PDUs via `get_missing_events`, we have already checked their sigs, so there is no need to do it again. | |||||
2017-03-09 | Factor _get_missing_events_for_pdu out of _handle_new_pdu | Richard van der Hoff | 1 | -62/+82 | |
This should be functionally identical: it just seeks to improve readability by reducing indentation. | |||||
2017-03-09 | Fix docstring | Richard van der Hoff | 1 | -2/+1 | |
2017-03-08 | Comment when our 3pids would be incomplete | David Baker | 1 | -0/+2 | |
2017-03-08 | Docs | David Baker | 1 | -0/+13 | |
2017-03-08 | Incorrectly copied copyright | David Baker | 1 | -1/+0 | |
This file post-dates OM | |||||
2017-03-08 | Not any more, it doesn't | David Baker | 1 | -1/+0 | |
2017-03-08 | Remove spurious SQL logging (#1972) | Richard van der Hoff | 1 | -8/+0 | |
looks like the upsert function was accidentally sending sql logging to the general logger. We already log the sql in `txn.execute`. | |||||
2017-03-08 | Better error message | David Baker | 1 | -1/+3 | |
2017-03-08 | pep8 | David Baker | 2 |