Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Port much of synapse.handlers.federation to async/await. #6837

Merged
merged 27 commits into from
Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b3e44f0
make FederationHandler.on_query_auth async
richvdh Feb 3, 2020
7571bf8
make FederationHandler.on_send_join_request async
richvdh Feb 3, 2020
af8ba6b
make FederationHandler.on_invite_request async
richvdh Feb 3, 2020
98681f9
make FederationHandler.on_make_join_request async
richvdh Feb 3, 2020
d184cbc
make FederationHandler.on_send_leave_request async
richvdh Feb 3, 2020
6e89ec5
make FederationHandler.on_make_leave_request async
richvdh Feb 3, 2020
c556ed9
make FederationHandler._handle_new_events async
richvdh Feb 3, 2020
1cdc253
make FederationHandler._handle_new_event async
richvdh Feb 3, 2020
8033b25
make FederationHandler._prep_event async
richvdh Feb 3, 2020
bc9b75c
make FederationHandler.do_auth async
richvdh Feb 3, 2020
a25ddf2
make FederationHandler._update_auth_events_and_context_for_auth async
richvdh Feb 3, 2020
0d5f2f4
make FederationHandler._update_context_for_auth_events async
richvdh Feb 3, 2020
957129f
make FederationHandler.construct_auth_difference async
richvdh Feb 3, 2020
863087d
make FederationHandler.on_exchange_third_party_invite_request async
richvdh Feb 3, 2020
94f7b4c
make FederationHandler.on_event_auth async
richvdh Feb 3, 2020
ebd6a15
make FederationHandler.do_invite_join async
richvdh Feb 3, 2020
dbdf843
make FederationHandler._persist_auth_tree async
richvdh Feb 3, 2020
c3f296a
make FederationHandler._check_for_soft_fail async
richvdh Feb 3, 2020
4286e42
make FederationHandler.do_remotely_reject_invite async
richvdh Feb 3, 2020
3b7e0e0
make FederationHandler._make_and_verify_event async
richvdh Feb 3, 2020
0529959
make FederationHandler.persist_events_and_notify async
richvdh Feb 3, 2020
814cc00
make FederationHandler._notify_persisted_event async
richvdh Feb 3, 2020
5264286
make FederationHandler._clean_room_for_join async
richvdh Feb 3, 2020
f64c966
make FederationHandler.user_joined_room async
richvdh Feb 3, 2020
e49eb1a
changelog
richvdh Feb 3, 2020
e81c093
make FederationHandler.on_get_missing_events async
richvdh Feb 3, 2020
5d17c31
make FederationHandler.send_invite async
richvdh Feb 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/6837.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Port much of `synapse.handlers.federation` to async/await.
Loading