Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-11 | convert to async: FederationHandler._process_received_pdu | Richard van der Hoff | 1 | -11/+10 | |
also fix user_joined_room to consistently return deferreds | |||||
2019-12-11 | convert to async: FederationHandler._get_state_for_room | Richard van der Hoff | 1 | -21/+21 | |
... and _get_events_from_store_or_dest | |||||
2019-12-11 | convert to async: FederationHandler.on_receive_pdu | Richard van der Hoff | 2 | -32/+31 | |
and associated functions: * on_receive_pdu * handle_queued_pdus * get_missing_events_for_pdu | |||||
2019-12-11 | Convert federation backfill to async | Richard van der Hoff | 2 | -39/+35 | |
PaginationHandler.get_messages is only called by RoomMessageListRestServlet, which is async. Chase the code path down from there: - FederationHandler.maybe_backfill (and nested try_backfill) - FederationHandler.backfill | |||||
2019-12-11 | Clean up some logging (#6515) | Richard van der Hoff | 2 | -18/+20 | |
This just makes some of the logging easier to follow when things start going wrong. | |||||
2019-12-11 | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 6 | -5/+12 | |
2019-12-11 | Prevent redacted events from appearing in message search (#6377) | Andrew Morgan | 6 | -43/+78 | |
2019-12-11 | Add dev script to generate full SQL schema files (#6394) | Andrew Morgan | 4 | -19/+198 | |
2019-12-11 | Prevent message search in upgraded rooms we're not in (#6385) | Andrew Morgan | 4 | -16/+41 | |
2019-12-11 | Back o |