summary refs log tree commit diff
path: root/synapse/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '46613aaf7' into dinsicAndrew Morgan2020-08-031-0/+3
|\
| * Implement unread counter (MSC2625) (#7673)Brendan Abolivier2020-06-171-0/+3
| |\
| | * Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-1514-82/+60
| | |\
| | * \ Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-152-29/+57
| | |\ \
| | * | | Appease mypyBrendan Abolivier2020-06-101-1/+1
| | * | | LintBrendan Abolivier2020-06-101-3/+3
| | * | | Use temporary prefixes as per the MSCBrendan Abolivier2020-06-101-1/+3
| | * | | Add a new unread_counter to sync responsesBrendan Abolivier2020-06-101-0/+1
* | | | | Merge commit 'f6f7511a4' into dinsicAndrew Morgan2020-08-032-11/+58
|\| | | |
| * | | | Refactor getting replication updates from database. (#7636)Erik Johnston2020-06-162-11/+58
* | | | | Merge commit 'a3f11567d' into dinsicAndrew Morgan2020-08-036-21/+13
|\| | | |
| * | | | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-166-22/+13
* | | | | Merge commit '98c4e35e3' into dinsicAndrew Morgan2020-08-032-31/+18
|\| | | |
| * | | | Convert the device message and pagination handlers to async/await. (#7678)Patrick Cloke2020-06-162-31/+18
* | | | | Merge commit '03619324f' into dinsicAndrew Morgan2020-08-0314-115/+114
|\| | | |
| * | | | Ensure etag is a string for GET room_keys/version response (#7691)Hubert Chathi2020-06-151-0/+1
| * | | | Fix "There was no active span when trying to log." error (#7698)Erik Johnston2020-06-151-0/+1
| | |_|/ | |/| |
| * | | Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-1513-81/+59
| * | | Fix a typo when comparing the URI & method during UI Auth. (#7689)Patrick Cloke2020-06-121-1/+1
| | |/ | |/|
| * | Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-102-29/+57
| |/
* | Add option to autobind user's email on registration (#51)Andrew Morgan2020-07-022-24/+45
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-2417-445/+397
|\|
| * Convert the registration handler to async/await. (#7649)Patrick Cloke2020-06-081-66/+41
| * Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-054-107/+73
| * Add an option to disable autojoin for guest accounts (#6637)Travis Ralston2020-06-051-1/+7
| * Typo fixes.Patrick Cloke2020-06-051-1/+1
| * Allow new users to be registered via the admin API even if the monthly active...Dirk Klimpel2020-06-051-1/+6
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-054-56/+38
| * Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-031-7/+20
| * Check if the localpart is reserved for guests earlier in the registration flo...Brendan Abolivier2020-06-031-9/+9
| * Fix exceptions when fetching events from a down host. (#7622)Erik Johnston2020-06-031-1/+1
| * Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-30/+11
| * Process cross-signing keys when resyncing device lists (#7594)Brendan Abolivier2020-06-012-18/+62
| * Convert groups local and server to async/await. (#7600)Patrick Cloke2020-06-011-47/+35
| * Don't fail all of an iteration of the device list retry loop on error (#7609)Brendan Abolivier2020-06-011-15/+21
| * Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. ...Erik Johnston2020-05-291-8/+12
| * allow emails to be passed through SAML (#7385)Christopher Cooper2020-05-271-2/+10
| * Convert identity handler to async/await. (#7561)Patrick Cloke2020-05-262-63/+46
* | Prevent M_USER_IN_USE from being raised by registration methods until after e...Andrew Morgan2020-06-221-1/+15
* | Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-194-24/+37
* | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1014-452/+1676
|\|
| * Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-3/+5
| * Add option to move event persistence off master (#7517)Erik Johnston2020-05-225-19/+61
| * Add ability to wait for replication streams (#7542)Erik Johnston2020-05-225-70/+140
| * Convert sending mail to async/await. (#7557)Erik Johnston2020-05-221-5/+4
| * On upgrade room only send canonical alias once. (#7547)Erik Johnston2020-05-221-55/+60
| * Fix exception reporting due to HTTP request errors. (#7556)Erik Johnston2020-05-221-0/+7
| * Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-7/+73
| * Hash passwords earlier in the password reset process (#7538)Patrick Cloke2020-05-201-4/+1
| * Omit displayname or avatar_url if they aren't set instead of returning null (...Aaron Raimist2020-05-191-2/+6
| * Merge tag 'v1.13.0rc3' into developPatrick Cloke2020-05-181-7/+2
| |\
| * | Add type hints to room member handlers (#7513)Patrick Cloke2020-05-152-139/+173
| * | Support UI Authentication for OpenID Connect accounts (#7457)Patrick Cloke2020-05-152-20/+60
| * | Update the room member handler to use async/await. (#7507)Patrick Cloke2020-05-152-74/+58
| * | Ignore incoming presence updates when presence is disabled (#7508)Andrew Morgan2020-05-151-2/+4
| * | Merge tag 'v1.13.0rc2' into developRichard van der Hoff2020-05-141-19/+18
| |\ \
| * | | Allow censoring of events to happen on workers. (#7492)Erik Johnston2020-05-131-2/+0
| * | | Convert federation handler to async/await. (#7459)Patrick Cloke2020-05-112-21/+16
| * | | Convert search code to async/await. (#7460)Patrick Cloke2020-05-111-24/+20
| * | | Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-14/+40
| |\ \ \
| * | | | Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-082-2/+1000
| * | | | Merge branch 'release-v1.13.0' into developBrendan Abolivier2020-05-071-1/+3
| |\ \ \ \
| * | | | | Add more type hints to SAML handler. (#7445)Patrick Cloke2020-05-071-12/+16
| * | | | | Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-061-4/+8
| |\ \ \ \ \
| * | | | | | Convert the room handler to async/await. (#7396)Patrick Cloke2020-05-041-24/+18
* | | | | | | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1021-725/+1143
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Hash passwords earlier in the registration process (#7523)Patrick Cloke2020-05-181-7/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke2020-05-131-19/+18
| | |_|_|/ | |/| | |
| * | | | Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-14/+40
| | |_|/ | |/| |
| * | | Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier2020-05-071-1/+3
| | |/ | |/|
| * | Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetchRichard van der Hoff2020-05-059-281/+250
| |\|
| | * async/await is_server_admin (#7363)Andrew Morgan2020-05-019-281/+250
| * | Speed up fetching device lists changes in sync.Erik Johnston2020-05-051-4/+8
| |/
| * Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-303-116/+63
| * Apply federation check for /publicRooms with filter list (#7367)Andrew Morgan2020-04-301-1/+5
| * Convert some of the federation handler methods to async/await. (#7338)Patrick Cloke2020-04-241-25/+24
| * Stop the master relaying USER_SYNC for other workers (#7318)Richard van der Hoff2020-04-223-105/+135
| * Merge branch 'release-v1.12.4' into developRichard van der Hoff2020-04-221-9/+139
| |\
| | * Query missing cross-signing keys on local sig upload (#7289)Andrew Morgan2020-04-221-9/+139
| * | import urllib.parse when using urllib.parse.quote (#7319)Andrew Morgan2020-04-221-1/+1
| * | Merge branch 'release-v1.12.4' into developRichard van der Hoff2020-04-201-129/+9
| |\|
| | * Revert "Query missing cross-signing keys on local sig upload"Richard van der Hoff2020-04-201-129/+9
| * | Merge branch 'release-v1.12.4' into developRichard van der Hoff2020-04-201-9/+129
| |\|
| | * Always send the user updates to their own device list (#7160)David Baker2020-04-202-3/+18
| | * Query missing cross-signing keys on local sig uploadAndrew Morgan2020-04-171-9/+129
| | * Only register devices edu handler on the master process (#7255)Andrew Morgan2020-04-141-7/+11
| * | Reject unknown UI auth sessions (instead of silently generating a new one) (#...Patrick Cloke2020-04-201-65/+94
| * | Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke2020-04-171-32/+12
| * | Convert auth handler to async/await (#7261)Patrick Cloke2020-04-154-111/+115
| * | Only register devices edu handler on the master process (#7255)Andrew Morgan2020-04-141-7/+11
| * | Check on room creation if the user is allowed to publish the room to the room...PeerD2020-04-131-0/+7
| * | typosMatthew Hodgson2020-04-111-1/+1
| * | Default PL100 to enable encryption in a room (#7230)Andrew Morgan2020-04-091-0/+1
| * | Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-093-6/+32
| * | Improve error responses when a remote server doesn't allow you to access its ...Andrew Morgan2020-04-061-11/+12
| * | Support CAS in UI Auth flows. (#7186)Patrick Cloke2020-04-032-74/+91
| * | Support SAML in the user interactive authentication workflow. (#7102)Patrick Cloke2020-04-012-14/+153
| * | Allow admins to create aliases when they are not in the room (#7191)Patrick Cloke2020-04-011-1/+5
| * | Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-23/+2
| * | Transfer alias mappings when joining an upgraded room (#6946)Andrew Morgan2020-03-301-0/+3
| * | Merge pull request #7160 from matrix-org/dbkr/always_send_own_device_list_upd...David Baker2020-03-302-3/+18
| |\ \
| | * | Add explanatory commentAndrew Morgan2020-03-302-1/+4
| | * | blackDavid Baker2020-03-301-1/+3
| | * | Just add own user ID to the list we track device changes forDavid Baker2020-03-302-7/+11
| | * | Fix undefined variable & remove debug loggingDavid Baker2020-03-271-10/+2
| | * | blackDavid Baker2020-03-271-4/+4
| | * | Always send the user updates to their own device listDavid Baker2020-03-272-6/+20
| * | | Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-0/+16
| |/ /
| * | Merge pull request #7151 from matrix-org/jaywink/saml-redirect-fixJason Robinson2020-03-261-0/+4
| |\ \
| | * | Allow RedirectResponse in SAML response handlerJason Robinson2020-03-261-0/+4
| * | | Refactor the CAS code (move the logic out of the REST layer to a handler) (#7...Patrick Cloke2020-03-261-0/+204
| * | | Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-262-0/+95
| |/ /
| * | Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-261-4/+33
| * | Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-2/+2
| * | Use the proper error code when a canonical alias that does not exist is used....Patrick Cloke2020-03-231-19/+38
| * | Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-202-4/+11
| |/
* | Fix sytest CIAndrew Morgan2020-05-282-2/+2
* | Query missing cross-signing keys on local sig upload (#7289)Andrew Morgan2020-05-281-9/+139
* | Revert "Query missing cross-signing keys on local sig upload"Richard van der Hoff2020-05-281-129/+9
* | Always send the user updates to their own device list (#7160)David Baker2020-05-282-3/+18
* | Query missing cross-signing keys on local sig uploadAndrew Morgan2020-05-281-9/+129
* | Only register devices edu handler on the master process (#7255)Andrew Morgan2020-05-281-7/+11
* | apply lintingAndrew Morgan2020-05-145-30/+23
* | Disable _mark_expired_users_as_inactive bg job when account validity disabledAndrew Morgan2020-04-301-2/+4
* | Ensure non-federated rooms are not shown for POST /publicRoomsAndrew Morgan2020-04-291-1/+5
* | Simplify auto-bind email to IS hackAndrew Morgan2020-04-241-12/+6
* | Remove protocol scheme from email delegateAndrew Morgan2020-04-241-1/+12
* | Remove bind_email param from dinsic-specific codeAndrew Morgan2020-04-241-1/+0
* | HACK: Bind email to identity server when using it for 3pid delegationAndrew Morgan2020-04-241-1/+27
* | Fix some broken referencesAndrew Morgan2020-04-241-4/+4
* | Fix and refactor rewritten IS url feature. Add sample config docs (#40)Andrew Morgan2020-04-221-83/+72
* | Consolidate id_server URL translationAndrew Morgan2020-04-202-35/+27
* | Don't verify signatures using re-written id_server urlAndrew Morgan2020-04-171-8/+10
* | Add an option to the set password API to choose whether to logout other devic...Andrew Morgan2020-03-241-16/+25
|\|
| * Add an option to the set password API to choose whether to logout other devic...Patrick Cloke2020-03-181-16/+25
* | Remove special casing of `m.room.aliases` events (#7034)Andrew Morgan2020-03-241-15/+1
|\|
| * Remove special casing of `m.room.aliases` events (#7034)Patrick Cloke2020-03-171-15/+1
* | Merge commit '6a3504636' into dinsic-release-v1.12.xAndrew Morgan2020-03-243-91/+110
|\|
| * Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-16/+0
| * Fix buggy condition in account validity handler (#7074)Brendan Abolivier2020-03-161-1/+5
| * Add type annotations and comments to auth handler (#7063)Patrick Cloke2020-03-121-89/+104
| * Don't filter out dummy events when we're checking the visibility of stateBrendan Abolivier2020-03-111-1/+1
| * Add options to disable setting profile info for prevent changes. (#7053)Brendan Abolivier2020-03-101-0/+16
| |\
| | * lint, fix testsdklimpel2020-03-091-1/+3
| | * updates after reviewdklimpel2020-03-091-4/+4
| | * lintdklimpel2020-03-081-4/+2
| | * changelogdklimpel2020-03-081-2/+8
| | * Add options to disable setting profile info for prevent changes.dklimpel2020-03-081-0/+10
* | | Merge pull request #7058 from matrix-org/babolivier/saml_error_htmlAndrew Morgan2020-03-241-1/+19
|\| |
| * | SAML2: render a comprehensible error page if something goes wrongBrendan Abolivier2020-03-101-1/+19
* | | Merge pull request #7045 from matrix-org/babolivier/room_keys_checkAndrew Morgan2020-03-241-0/+7
|\| |
| * | LintBrendan Abolivier2020-03-061-2/+1
| * | Mention the session ID in the error messageBrendan Abolivier2020-03-061-2/+3
| * | LintBrendan Abolivier2020-03-061-1/+2
| * | Make sure that is_verified is a boolean when processing room keysBrendan Abolivier2020-03-061-0/+6
* | | Allow deleting an alias if the user has sufficient power level (#6986)Andrew Morgan2020-03-241-33/+74
|\| |
| * | Allow deleting an alias if the user has sufficient power level (#6986)Patrick Cloke2020-03-041-33/+74
| * | Merge branch 'master' into developBrendan Abolivier2020-03-032-3/+76
| |\ \
* | \ \ v1.11.1Andrew Morgan2020-03-242-3/+76
|\ \ \ \ | | |/ / | |/| |
| * | | Fix wrong handler being used in SAML handlerBrendan Abolivier2020-03-031-3/+2
| * | | Factor out complete_sso_login and expose it to the Module APIBrendan Abolivier2020-03-031-0/+74
* | | | Validate the alt_aliases property of canonical alias events (#6971)Andrew Morgan2020-03-242-10/+51
|\ \ \ \ | | |/ / | |/| |
| * | | Validate the alt_aliases property of canonical alias events (#6971)Patrick Cloke2020-03-032-10/+51
| | |/ | |/|
* | | Store room version on invite (#6983)Andrew Morgan2020-03-241-0/+12
|\| |
| * | Store room version on invite (#6983)Richard van der Hoff2020-02-261-0/+12
* | | Port PresenceHandler to async/await (#6991)Andrew Morgan2020-03-242-108/+89
|\| |
| * | Port PresenceHandler to async/await (#6991)Erik Johnston2020-02-262-108/+89
* | | Remove redundant store_room call (#6979)Andrew Morgan2020-03-241-23/+0
|\| |
| * | Remove redundant store_room call (#6979)Richard van der Hoff2020-02-241-23/+0
* | | Upsert room version when we join over federation (#6968)Andrew Morgan2020-03-241-10/+12
|\| |
| * | Upsert room version when we join over federation (#6968)Richard van der Hoff2020-02-241-10/+12
* | | Change displayname of user as admin in rooms (#6876)Andrew Morgan2020-03-241-1/+11
|\| |
| * | Change displayname of user as admin in rooms (#6876)Dirk Klimpel2020-02-211-1/+11
* | | Stop returning aliases as part of the room list. (#6970)Andrew Morgan2020-03-241-9/+0
|\| |
| * | Stop returning aliases as part of the room list. (#6970)Patrick Cloke2020-02-211-9/+0
* | | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Andrew Morgan2020-03-249-35/+33
|\| |
| * | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-219-35/+33
| * | Merge branch 'master' into developRichard van der Hoff2020-02-211-5/+5
| |\|
* | | Small grammar fixes to the ACME v1 deprecation notice (#6944)Andrew Morgan2020-03-241-5/+5
|\ \ \ | | |/ | |/|
| * | Small grammar fixes to the ACME v1 deprecation notice (#6944)Andrew Morgan2020-02-211-5/+5
* | | Do not send alias events when creating / upgrading a room (#6941)Andrew Morgan2020-03-242-40/+15
|\ \ \ | | |/ | |/|
| * | Do not send alias events when creating / upgrading a room (#6941)Patrick Cloke2020-02-202-40/+15
| |/
* | Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableAndrew Morgan2020-03-245-33/+22
|\|
| * Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableRichard van der Hoff2020-02-195-33/+22
| |\
| | * Make room alias lists peekableRichard van der Hoff2020-02-191-1/+3
| | * Add `allow_departed_users` param to `check_in_room_or_world_readable`Richard van der Hoff2020-02-193-6/+14
| | * Refactor the membership check methods in AuthRichard van der Hoff2020-02-182-28/+7
* | | Merge pull request #6945 from matrix-org/babolivier/fix-retention-debug-logAndrew Morgan2020-03-241-1/+1
|\| |
| * | Merge pull request #6945 from matrix-org/babolivier/fix-retention-debug-logBrendan Abolivier2020-02-191-1/+1
| |\ \ | | |/ | |/|
| | * Fix log in message retention purge jobsBrendan Abolivier2020-02-181-1/+1
* | | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Andrew Morgan2020-03-241-1/+16
|\| |
| * | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Richard van der Hoff2020-02-181-1/+16
* | | Merge pull request #6907 from matrix-org/babolivier/acme-configAndrew Morgan2020-03-241-1/+15
|\| |
| * | Merge pull request #6907 from matrix-org/babolivier/acme-configBrendan Abolivier2020-02-181-1/+15
| |\ \ | | |/ | |/|
| | * Make the log more noticeableBrendan Abolivier2020-02-181-1/+2
| | * Print the error as an error log and raise the same exception we gotBrendan Abolivier2020-02-181-9/+10
| | * LintBrendan Abolivier2020-02-131-6/+7
| | * LintBrendan Abolivier2020-02-131-7/+6
| | * Add a comprehensive error when failing to register for an ACME accountBrendan Abolivier2020-02-131-1/+13
* | | Stop sending events when creating or deleting aliases (#6904)Andrew Morgan2020-03-242-40/+41
|\| |
| * | Stop sending events when creating or deleting aliases (#6904)Patrick Cloke2020-02-182-40/+41
* | | Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan2020-03-231-1/+9
|\| |
| * | Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan2020-02-171-1/+9
* | | Filter the results of user directory searching via the spam checker (#6888)Andrew Morgan2020-03-232-3/+13
|\| |
| * | Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke2020-02-141-2/+12
| |/
| * Merge branch 'release-v1.10.0' into developRichard van der Hoff2020-02-111-0/+1
| |\
* | | Reject device display names that are too long (#6882)Andrew Morgan2020-03-231-1/+13
|\| |
| * | Reject device display names that are too long (#6882)Patrick Cloke2020-02-101-1/+13
* | | filter out m.room.aliases from /sync state blocks (#6884)Andrew Morgan2020-03-231-0/+1
|\ \ \ | | |/ | |/|
| * | filter out m.room.aliases from /sync state blocks (#6884)Matthew Hodgson2020-02-101-0/+1
* | | Add support for putting fed user query API on workers (#6873)Andrew Morgan2020-03-231-19/+16
|\ \ \ | | |/ | |/|
| * | Add support for putting fed user query API on workers (#6873)Erik Johnston2020-02-071-19/+16
* | | Allow moving group read APIs to workers (#6866)Andrew Morgan2020-03-231-131/+139
|\| |
| * | Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-131/+139
* | | Admin api to add an email address (#6789)Andrew Morgan2020-03-232-0/+10
|\| |
| * | Admin api to add an email address (#6789)Dirk Klimpel2020-02-072-0/+10
* | | Limit the number of events that can be requested when backfilling events (#6864)Andrew Morgan2020-03-231-0/+4
|\| |
| * | Limit the number of events that can be requested when backfilling events (#6864)Patrick Cloke2020-02-061-0/+4
* | | pass room version into FederationClient.send_join (#6854)Andrew Morgan2020-03-231-2/+1
|\| |
| * | pass room version into FederationClient.send_join (#6854)Richard van der Hoff2020-02-061-2/+1
* | | Third party event rules Update (#6781)Andrew Morgan2020-03-231-1/+5
|\| |
| * | Third party event rules Update (#6781)PeerD2020-02-061-1/+5
* | | Reduce amount of logging at INFO level. (#6862)Andrew Morgan2020-03-234-11/+11
|\| |
| * | Reduce amount of logging at INFO level. (#6862)Erik Johnston2020-02-064-11/+11
* | | Merge pull request #6823 from matrix-org/rav/redact_changes/5Andrew Morgan2020-03-231-6/+2
|\| |
| * | Merge pull request #6823 from matrix-org/rav/redact_changes/5Richard van der Hoff2020-02-061-6/+2
| |\ \
| | * | Pass room version object into `FederationClient.get_pdu`Richard van der Hoff2020-02-051-6/+2
| * | | Merge tag 'v1.10.0rc2' into developErik Johnston2020-02-064-17/+69
| |\ \ \ | | |/ / | |/| / | | |/
* | | Check sender_key matches on inbound encrypted events. (#6850)Andrew Morgan2020-03-232-14/+66
|\ \ \ | | |/ | |/|
| * | Check sender_key matches on inbound encrypted events. (#6850)Erik Johnston2020-02-052-14/+66
* | | Fix detecting unknown devices from remote encrypted events. (#6848)Andrew Morgan2020-03-233-3/+3
|\| |
| * | Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston2020-02-043-3/+3
* | | Merge pull request #6837 from matrix-org/rav/federation_asyncAndrew Morgan2020-03-233-235/+211
|\ \ \ | | |/ | |/|
| * | Merge pull request #6837 from matrix-org/rav/federation_asyncRichard van der Hoff2020-02-043-235/+211
| |\ \
| | * | make FederationHandler.send_invite asyncRichard van der Hoff2020-02-032-6/+4
| | * | make FederationHandler.on_get_missing_events asyncRichard van der Hoff2020-02-031-5/+4
| | * | make FederationHandler.user_joined_room asyncRichard van der Hoff2020-02-031-3/+3
| | * | make FederationHandler._clean_room_for_join asyncRichard van der Hoff2020-02-031-4/+4
| | * | make FederationHandler._notify_persisted_event asyncRichard van der Hoff2020-02-031-4/+6
| | * | make FederationHandler.persist_events_and_notify asyncRichard van der Hoff2020-02-031-10/+10
| | * | make FederationHandler._make_and_verify_event asyncRichard van der Hoff2020-02-031-5/+10
| | * | make FederationHandler.do_remotely_reject_invite asyncRichard van der Hoff2020-02-032-8/+11
| | * | make FederationHandler._check_for_soft_fail asyncRichard van der Hoff2020-02-031-13/+9
| | * | make FederationHandler._persist_auth_tree asyncRichard van der Hoff2020-02-031-11/+7
| | * | make FederationHandler.do_invite_join asyncRichard van der Hoff2020-02-032-18/+18
| | * | make FederationHandler.on_event_auth asyncRichard van der Hoff2020-02-031-5/+4
| | * | make FederationHandler.on_exchange_third_party_invite_request asyncRichard van der Hoff2020-02-031-14/+12
| | * | make FederationHandler.construct_auth_difference asyncRichard van der Hoff2020-02-031-3/+4
| | * | make FederationHandler._update_context_for_auth_events asyncRichard van der Hoff2020-02-031-10/+10
| | * | make FederationHandler._update_auth_events_and_context_for_auth asyncRichard van der Hoff2020-02-031-20/+21