Commit Graph

692 Commits (d0aee697ac0587c005bc1048f5036979331f1101)

Author SHA1 Message Date
Erik Johnston b2999a7055 Fix /backfill returning events it shouldn't 8 years ago
Erik Johnston feec718265 Shuffle receipt handler around so that worker apps don't need to load it 8 years ago
Erik Johnston 9687e039e7 Remove explicit calls to send_pdu 8 years ago
Erik Johnston 59ef517e6b Use new federation_sender DI 8 years ago
Erik Johnston 2e9ee30969 Add comments 8 years ago
Erik Johnston 1168cbd54d Allow invites via 3pid to bypass sender sig check 8 years ago
Erik Johnston d5ae1f1291 Ensure we don't mutate state cache entries 8 years ago
Erik Johnston 69a2d4e38c Use get_joined_users_from_context instead of manually looking up hosts 8 years ago
Erik Johnston f7f1027d3d Comment on when auth chain and state are None 8 years ago
Erik Johnston 34e5e17f91 Comment 8 years ago
Erik Johnston b96c6c3185 Docstrings 8 years ago
Erik Johnston bd9b8d87ae Only check if host is in room if we have state and auth_chain 8 years ago
Erik Johnston 2854ee2a52 Only pull out IDs from DB for /state_ids/ request 8 years ago
Erik Johnston c10cb581c6 Correctly handle the difference between prev and current state 8 years ago
Erik Johnston 11faa4296d Measure _filter_events_for_server 8 years ago
Erik Johnston f6338d6a3e Don't pull out full state for _filter_events_for_server 8 years ago
Erik Johnston a3dc1e9cbe Replace context.current_state with context.current_state_ids 8 years ago
Erik Johnston 17f4f14df7 Pull out event ids rather than full events for state 8 years ago
Erik Johnston cd5b264b03 Fix None check in backfill 8 years ago
Erik Johnston 9219139351 Preserve some logcontexts 8 years ago
Erik Johnston ba07d4a70e Add None checks to backfill 8 years ago
Erik Johnston 2ee1bd124c Limit number of extremeties in backfill request 8 years ago
Erik Johnston 739ea29d1e Also check if server is in the room 8 years ago
Erik Johnston 7f41bcbeec Correctly auth /event/ requests 8 years ago
Erik Johnston 11fdfaf03b Only resign our own events 8 years ago
Erik Johnston 93acf49e9b Fix backfill auth events 8 years ago
Erik Johnston c51a52f300 Mention that func will fetch auth events 8 years ago
Erik Johnston 3d13c3a295 Update docstring 8 years ago
Erik Johnston 1e2740caab Handle the case of missing auth events when joining a room 8 years ago
Erik Johnston 248e6770ca Cache federation state responses 8 years ago
Erik Johnston 57dca35692 Don't notify pusher pool for backfilled events 8 years ago
Erik Johnston 9e1b43bcbf Comment 8 years ago
Erik Johnston ebdafd8114 Check sender signed event 8 years ago
Erik Johnston 2d21d43c34 Add purge_history API 9 years ago
Erik Johnston 2884712ca7 Only re-sign our own events 9 years ago
Erik Johnston b31c49d676 Correctly mark backfilled events as backfilled 9 years ago
Mark Haines 0b2158719c Remove dead code. 9 years ago
Mark Haines 1a3a2002ff Spell "domain" correctly 9 years ago
Mark Haines a458a40337 missed a spot 9 years ago
Mark Haines 30057b1e15 Move _create_new_client_event and handle_new_client_event out of base handler 9 years ago
Erik Johnston 08dfa8eee2 Add and use get_domian_from_id 9 years ago
Erik Johnston c53f9d561e Don't auto log failed auth checks 9 years ago
Erik Johnston c48465dbaa More comments 9 years ago
Erik Johnston 8be1a37909 More comments 9 years ago
Erik Johnston d3d0be4167 Don't append to unused list 9 years ago
Erik Johnston 762ada1e07 Add back backfilled parameter that was removed 9 years ago
Erik Johnston 0d3da210f0 Add comment 9 years ago
Erik Johnston cccf86dd05 Check if we've already backfilled events 9 years ago
Mark Haines b9ee5650b0 Move all the wrapper functions for distributor.fire 9 years ago
David Baker 7e2c89a37f Make pushers use the event_push_actions table instead of listening on an event stream & running the rules again. Sytest passes, but remaining to do: 9 years ago