summary refs log tree commit diff
path: root/synapse/handlers/federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-311-63/+3
|\
| * Move third_party_rules check to event creation timeRichard van der Hoff2020-10-131-44/+2
| * Remove redundant calls to third_party_rules in `on_send_{join,leave}`Richard van der Hoff2020-10-131-19/+1
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-3/+9
|\|
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-3/+6
| * Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-051-0/+3
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-5/+8
|\|
| * Move `resolve_events_with_store` into StateResolutionHandlerRichard van der Hoff2020-09-291-5/+8
* | Merge commit '8238b55e0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-4/+9
|\|
| * Mypy fixes for `synapse.handlers.federation` (#8422)Richard van der Hoff2020-09-291-4/+9
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-1/+1
|\|
| * A pair of tiny cleanups in the federation request code. (#8401)Richard van der Hoff2020-09-281-1/+1
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-6/+10
|\|
| * Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-6/+10
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-1/+1
|\|
| * Merge tag 'v1.20.0rc5' into developPatrick Cloke2020-09-181-8/+57
| |\
| * | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* | | Merge commit '43f2b67e4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-8/+57
|\ \ \ | | |/ | |/|
| * | Intelligently select extremities used in backfill. (#8349)Erik Johnston2020-09-181-8/+57
* | | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-18/+31
|\ \ \ | | |/ | |/|
| * | Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-1/+1
| * | Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-14/+30
| * | Clean up `Notifier.on_new_room_event` code path (#8288)Erik Johnston2020-09-101-3/+0
* | | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-43/+2
|\| |
| * | Remove some unused distributor signals (#8216)Patrick Cloke2020-09-091-42/+1
| * | Fixup pusher pool notifications (#8287)Erik Johnston2020-09-091-1/+1
| * | Revert "Fixup pusher pool notifications"Erik Johnston2020-09-091-1/+1
| * | Fixup pusher pool notificationsErik Johnston2020-09-091-1/+1
| |/
* | Merge commit '9f8abdcc3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-30/+14
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-30/+14
* | Merge commit '208e1d3eb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+5
|\|
| * Fix typing for `@cached` wrapped functions (#8240)Erik Johnston2020-09-031-5/+5
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-14/+30
|\|
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-14/+30
* | Merge commit '5c03134d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-8/+16
|\|
| * Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-2/+2
| * Define StateMap as immutable and add a MutableStateMap type. (#8183)Patrick Cloke2020-08-281-6/+14
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-4/+6
|\|
| * Add type hints for state. (#8140)Patrick Cloke2020-08-241-4/+6
* | Merge commit 'c9c544cda' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-11/+5
|\|
| * Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-181-11/+5
* | Merge commit 'd4a7829b1' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+1
|\|
| * Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-1/+1
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+1
|\|
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* | Merge commit '3950ae51e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+1
|\|
| * Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-271-1/+1
* | Merge commit 'f88c48f3b' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-12/+10
|\|
| * Remove hacky error handling for inlineDeferreds. (#7950)Patrick Cloke2020-07-271-9/+5
| * Fix up types and comments that refer to Deferreds. (#7945)Patrick Cloke2020-07-241-3/+5
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-3/+14
|\|
| * Fix deprecation warning: import ABC from collections.abc (#7892)Karthikeyan Singaravelan2020-07-201-1/+1
| * Reject attempts to join empty rooms over federation (#7859)Richard van der Hoff2020-07-161-2/+13
* | Merge commit 'f1245dc3c' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-8/+19
|\|
| * Fix resync remote devices on receive PDU in worker mode. (#7815)Erik Johnston2020-07-101-8/+19
* | Merge commit 'e29c44340' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-12/+37
|\|
| * Fix recursion error when fetching auth chain over federation (#7817)Erik Johnston2020-07-101-12/+37
* | Merge commit '43726783e' into dinsicAndrew Morgan2020-08-031-1/+1
|\|
| * Add `HomeServer.signing_key` property (#7805)Richard van der Hoff2020-07-081-1/+1
* | Merge commit '5cdca53aa' into dinsicAndrew Morgan2020-08-031-81/+85
|\|
| * Merge branch 'master' into developPatrick Cloke2020-07-021-3/+3
| |\
| * | Add early returns to `_check_for_soft_fail` (#7769)Richard van der Hoff2020-07-011-64/+55
| * | Type checking for `FederationHandler` (#7770)Richard van der Hoff2020-07-011-17/+30
* | | Merge commit 'e8c36e527' into dinsicAndrew Morgan2020-08-031-3/+3
|\ \ \ | | |/ | |/|
| * | Correctly handle outliers as prev events over federationErik Johnston2020-07-021-3/+3
* | | Merge commit 'dc80a0762' into dinsicAndrew Morgan2020-08-031-0/+1
|\ \ \ | | |/ | |/|
| * | Yield during large v2 state res. (#7735)Erik Johnston2020-06-241-0/+1
* | | Merge commit 'a3f11567d' into dinsicAndrew Morgan2020-08-031-5/+4
|\| |
| * | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-5/+4
* | | Merge commit '03619324f' into dinsicAndrew Morgan2020-08-031-14/+20
|\| |
| * | Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-12/+10
| * | Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-2/+10
| |/
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-241-1/+1
|\|
| * Fix exceptions when fetching events from a down host. (#7622)Erik Johnston2020-06-031-1/+1
* | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-32/+52
|\|
| * Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-6/+10
| * Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-10/+23
| * Fix exception reporting due to HTTP request errors. (#7556)Erik Johnston2020-05-221-0/+7
| * Convert federation handler to async/await. (#7459)Patrick Cloke2020-05-111-18/+14
* | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-59/+36
|\|
| * async/await is_server_admin (#7363)Andrew Morgan2020-05-011-11/+10
| * Convert some of the federation handler methods to async/await. (#7338)Patrick Cloke2020-04-241-25/+24
| * Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-23/+2
* | apply lintingAndrew Morgan2020-05-141-2/+1
* | 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
* | 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
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Andrew Morgan2020-03-241-9/+9
|\|
| * Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-9/+9
* | Filter the results of user directory searching via the spam checker (#6888)Andrew Morgan2020-03-231-1/+1
|\|
* | 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
* | 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-061-14/+60
| |\ \ | | |/ | |/|
* | | Check sender_key matches on inbound encrypted events. (#6850)Andrew Morgan2020-03-231-13/+59
|\ \ \ | | |/ | |/|
| * | Check sender_key matches on inbound encrypted events. (#6850)Erik Johnston2020-02-051-13/+59
* | | Fix detecting unknown devices from remote encrypted events. (#6848)Andrew Morgan2020-03-231-1/+1
|\| |
| * | Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston2020-02-041-1/+1
* | | Merge pull request #6837 from matrix-org/rav/federation_asyncAndrew Morgan2020-03-231-228/+201
|\ \ \ | | |/ | |/|
| * | make FederationHandler.send_invite asyncRichard van der Hoff2020-02-031-3/+2
| * | 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-031-6/+7
| * | 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-031-16/+14
| * | 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
| * | make FederationHandler.do_auth asyncRichard van der Hoff2020-02-031-10/+14
| * | make FederationHandler._prep_event asyncRichard van der Hoff2020-02-031-23/+10
| * | make FederationHandler._handle_new_event asyncRichard van der Hoff2020-02-031-6/+7
| * | make FederationHandler._handle_new_events asyncRichard van der Hoff2020-02-031-8/+6
| * | make FederationHandler.on_make_leave_request asyncRichard van der Hoff2020-02-031-13/+10
| * | make FederationHandler.on_send_leave_request asyncRichard van der Hoff2020-02-031-5/+3
| * | make FederationHandler.on_make_join_request asyncRichard van der Hoff2020-02-031-13/+10
| * | make FederationHandler.on_invite_request asyncRichard van der Hoff2020-02-031-5/+4
| * | make FederationHandler.on_send_join_request asyncRichard van der Hoff2020-02-031-9/+7
| * | make FederationHandler.on_query_auth asyncRichard van der Hoff2020-02-031-7/+6
| |/
* | pass room_version into compute_event_signature (#6807)Andrew Morgan2020-03-231-1/+4
|\|
| * pass room_version into compute_event_signature (#6807)Richard van der Hoff2020-01-311-1/+4
* | Merge pull request #6820 from matrix-org/rav/get_room_version_idAndrew Morgan2020-03-231-9/+9
|\|
| * Merge pull request #6820 from matrix-org/rav/get_room_version_idRichard van der Hoff2020-01-311-9/+9
| |\
| | * s/get_room_version/get_room_version_id/Richard van der Hoff2020-01-311-9/+9
* | | Fix bug with getting missing auth event during join 500'ed (#6810)Andrew Morgan2020-03-231-1/+5
|\| |
| * | Fix bug with getting missing auth event during join 500'ed (#6810)Erik Johnston2020-01-311-1/+5
| |/
* | pass room version into FederationHandler.on_invite_request (#6805)Andrew Morgan2020-03-231-3/+3
|\|
| * pass room version into FederationHandler.on_invite_request (#6805)Richard van der Hoff2020-01-301-3/+3
* | Resync remote device list when detected as stale. (#6786)Andrew Morgan2020-03-231-2/+16
|\|
| * Resync remote device list when detected as stale. (#6786)Erik Johnston2020-01-301-2/+16
* | Detect unknown remote devices and mark cache as stale (#6776)Andrew Morgan2020-03-231-0/+20
|\|
| * Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-0/+20
* | Pass room version object into event_auth.check and check_redaction (#6788)Andrew Morgan2020-03-231-7/+11
|\|
| * Pass room version object into event_auth.check and check_redaction (#6788)Richard van der Hoff2020-01-281-7/+11
* | Add `rooms.room_version` column (#6729)Andrew Morgan2020-03-231-15/+50
|\|
| * Add `rooms.room_version` column (#6729)Erik Johnston2020-01-271-15/+50
* | Add StateMap type alias (#6715)Andrew Morgan2020-03-231-6/+4
|\|
| * Add StateMap type alias (#6715)Erik Johnston2020-01-161-6/+4
* | Merge pull request #6652 from matrix-org/babolivier/depth_missing_eventsAndrew Morgan2020-03-201-2/+2
|\|
| * Fix conditions failing if min_depth = 0Brendan Abolivier2020-01-071-2/+2
| * Merge branch 'master' into developRichard van der Hoff2019-12-201-1/+4
| |\
* | | Fix small extra argument passed to get_eventsAndrew Morgan2020-03-201-2/+9
* | | Change EventContext to use the Storage class (#6564)Andrew Morgan2020-03-201-7/+7
|\| |
| * | Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-7/+7
* | | Fix exceptions when attempting to backfill (#6576)Andrew Morgan2020-03-201-1/+4
|\ \ \ | | |/ | |/|
| * | Fix exceptions when attempting to backfill (#6576)Richard van der Hoff2019-12-201-1/+4
* | | Add database config class (#6513)Andrew Morgan2020-03-201-35/+33
|\ \ \ | | |/ | |/|
| * | Merge release-v1.7.1 into developRichard van der Hoff2019-12-181-0/+1
| |\|
* | | Exclude rejected state events when calculating state at backwards extrems (#6...Andrew Morgan2020-03-191-1/+1
|\ \ \ | | |/ | |/|
| * | Exclude rejected state events when calculating state at backwards extrems (#6...Richard van der Hoff2019-12-161-1/+1
* | | Persist auth/state events at backwards extremities when we fetch them (#6526)Andrew Morgan2020-03-191-39/+14
|\| |
| * | Persist auth/state events at backwards extremities when we fetch them (#6526)Richard van der Hoff2019-12-161-163/+80
| * | sanity-checking for events used in state res (#6531)Richard van der Hoff2019-12-161-0/+1
* | | Check the room_id of events when fetching room state/auth (#6524)Andrew Morgan2020-03-191-24/+54
|\| |
| * | Check the room_id of events when fetching room state/auth (#6524)Richard van der Hoff2019-12-161-24/+54
* | | Add `include_event_in_state` to _get_state_for_room (#6521)Andrew Morgan2020-03-191-18/+21
|\| |
| * | Add `include_event_in_state` to _get_state_for_room (#6521)Richard van der Hoff2019-12-161-18/+21
* | | Move get_state methods into FederationHandler (#6503)Andrew Morgan2020-03-191-101/+93
|\| |
| * | Move get_state methods into FederationHandler (#6503)Richard van der Hoff2019-12-161-6/+95
* | | Exclude rejected state events when calculating state at backwards extrems (#6...Andrew Morgan2020-03-191-1/+1
|\ \ \ | | |/ | |/|
| * | Exclude rejected state events when calculating state at backwards extrems (#6...Richard van der Hoff2019-12-161-1/+1
* | | Persist auth/state events at backwards extremities when we fetch them (#6526)Andrew Morgan2020-03-191-167/+80
|\| |
| * | Persist auth/state events at backwards extremities when we fetch them (#6526)Richard van der Hoff2019-12-161-167/+80
* | | sanity-checking for events used in state res (#6531)Andrew Morgan2020-03-191-0/+1
|\| |
| * | sanity-checking for events used in state res (#6531)Richard van der Hoff2019-12-131-0/+1
* | | Check the room_id of events when fetching room state/auth (#6524)Andrew Morgan2020-03-191-23/+51
|\| |
| * | Check the room_id of events when fetching room state/auth (#6524)Richard van der Hoff2019-12-121-23/+51
* | | Add `include_event_in_state` to _get_state_for_room (#6521)Andrew Morgan2020-03-191-22/+28
|\| |
| * | Add `include_event_in_state` to _get_state_for_room (#6521)Richard van der Hoff2019-12-111-22/+28
* | | Merge pull request #6517 from matrix-org/rav/event_auth/13Andrew Morgan2020-03-191-84/+75
|\| |
| * | convert to async: FederationHandler._process_received_pduRichard van der Hoff2019-12-111-11/+10
| * | convert to async: FederationHandler._get_state_for_roomRichard van der Hoff2019-12-111-21/+21
| * | convert to async: FederationHandler.on_receive_pduRichard van der Hoff2019-12-111-27/+22
| * | Convert federation backfill to asyncRichard van der Hoff2019-12-111-25/+22
* | | Clean up some logging (#6515)Andrew Morgan2020-03-191-18/+19
|\| |
| * | Clean up some logging (#6515)Richard van der Hoff2019-12-111-18/+19
* | | Prevent redacted events from appearing in message search (#6377)Andrew Morgan2020-03-191-2/+5
|\| |
| * | Prevent redacted events from appearing in message search (#6377)Andrew Morgan2019-12-111-2/+5
* | | Prevent message search in upgraded rooms we're not in (#6385)Andrew Morgan2020-03-191-2/+2
|\| |
| * | Prevent message search in upgraded rooms we're not in (#6385)Andrew Morgan2019-12-111-2/+2
* | | Move get_state methods into FederationHandler (#6503)Andrew Morgan2020-03-191-6/+95
|\| |
| * | Move get_state methods into FederationHandler (#6503)Richard van der Hoff2019-12-101-6/+95
| |/
* | Stronger typing in the federation handler (#6480)Andrew Morgan2020-03-191-24/+57
|\|
| * Stronger typing in the federation handler (#6480)Richard van der Hoff2019-12-051-24/+57
* | Sanity-check the rooms of auth events before pulling them in. (#6472)Andrew Morgan2020-03-191-9/+25
|\|
| * Sanity-check the rooms of auth events before pulling them in. (#6472)Richard van der Hoff2019-12-051-9/+25
* | get rid of (most of) have_events from _update_auth_events_and_context_for_aut...Andrew Morgan2020-03-191-38/+24
|\|
| * get rid of (most of) have_events from _update_auth_events_and_context_for_aut...Richard van der Hoff2019-12-041-38/+24
* | Add ephemeral messages support (MSC2228) (#6409)Andrew Morgan2020-03-191-0/+8
|\|
| * Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-0/+8
* | Fix: Pillow error when uploading RGBA image (#3325) (#6241)Andrew Morgan2020-03-191-2/+2
|\|
| * Propagate reason in remotely rejected invitesErik Johnston2019-11-281-2/+2
| * Merge pull request #6358 from matrix-org/babolivier/message_retentionBrendan Abolivier2019-11-271-2/+2
| |\
| | * Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-261-3/+8
| | |\
| | * | Fix 3PID invite exchangeBrendan Abolivier2019-11-191-1/+1
| | * | Implement per-room message retention policiesBrendan Abolivier2019-11-041-1/+1
* | | | Merge pull request #6343 from matrix-org/rav/event_auth/4Andrew Morgan2020-03-181-37/+44
|\| | |
| * | | remove confusing fixmeRichard van der Hoff2019-11-261-6/+0
| * | | Merge remote-tracking branch 'origin/develop' into rav/event_auth/4Richard van der Hoff2019-11-181-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | Use get_events_as_list rather than lots of calls to get_eventRichard van der Hoff2019-11-081-16/+8
| * | | Update some docstrings and commentsRichard van der Hoff2019-11-081-8/+31
| * | | Simplify _update_auth_events_and_context_for_authRichard van der Hoff2019-11-081-11/+9
* | | | Replace instance variations of homeserver with correct case/spacing (#6357)Andrew Morgan2020-03-181-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-2/+2
| |/ /
* | | Fix bug which caused rejected events to be stored with the wrong room state ...Andrew Morgan2020-03-161-0/+1
|\| |
| * | Fix bug which caused rejected events to be stored with the wrong room state ...Richard van der Hoff2019-11-061-0/+1
* | | Add some checks that we aren't using state from rejected events (#6330)Andrew Morgan2020-03-161-1/+5
|\| |
| * | Add some checks that we aren't using state from rejected events (#6330)Richard van der Hoff2019-11-051-1/+5
| |/
* | Merge pull request #6301 from matrix-org/babolivier/msc2326Andrew Morgan2020-03-161-19/+19
|\|
| * Factor out an _AsyncEventContextImpl (#6298)Richard van der Hoff2019-11-011-19/+19
* | Depublish a room from the public rooms list when it is upgraded (#6232)Andrew Morgan2020-03-161-1/+29
|\|
| * Depublish a room from the public rooms list when it is upgraded (#6232)Andrew Morgan2019-11-011-1/+29
* | Update black to 19.10b0 (#6304)Andrew Morgan2020-03-161-4/+5
|\|
| * Update black to 19.10b0 (#6304)Amber Brown2019-11-011-4/+5
* | Merge pull request #6294 from matrix-org/erikj/add_state_storageAndrew Morgan2020-03-161-9/+10
|\|
| * Merge pull request #6294 from matrix-org/erikj/add_state_storageErik Johnston2019-10-311-9/+10
| |\
| | * Port to use state storageErik Johnston2019-10-301-9/+10
* | | Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2020-03-161-16/+20
|\| |
| * | Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-16/+20
| |/
* | Merge pull request #6240 from matrix-org/erikj/split_out_persistence_storeAndrew Morgan2020-03-161-1/+2
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2019-10-301-3/+19
| |\
| * | Use new EventPersistenceStoreErik Johnston2019-10-231-1/+2
* | | Fix log line that was printing undefined value (#6278)Andrew Morgan2020-03-161-1/+1
|\ \ \ | | |/ | |/|
| * | Fix log line that was printing undefined value (#6278)Andrew Morgan2019-10-301-1/+1
* | | Improve signature checking on some federation APIs (#6262)Andrew Morgan2020-03-161-2/+18
|\| |
| * | Improve signature checking on some federation APIs (#6262)Richard van der Hoff2019-10-281-2/+18
| |/
* | Remove Auth.check method (#6217)Andrew Morgan2020-03-161-3/+4
|\|
| * Remove Auth.check method (#6217)Richard van der Hoff2019-10-181-3/+4
* | Merge pull request #6214 from matrix-org/rav/event_auth/1Andrew Morgan2020-03-161-102/+0
|\|
| * rip out some unreachable codeRichard van der Hoff2019-10-171-102/+0
| * TypoBrendan Abolivier2019-10-041-1/+1
| * LintBrendan Abolivier2019-10-041-3/+1
| * Incorporate reviewBrendan Abolivier2019-10-041-14/+8
| * Add test caseBrendan Abolivier2019-10-031-1/+1
| * LintBrendan Abolivier2019-10-021-1/+3
| * Don't 500 code when trying to exchange a revoked 3PID inviteBrendan Abolivier2019-10-021-2/+13
* | Remove origin parameter from add_display_name_to_third_party_invite and add p...Andrew Morgan2020-02-251-1/+6
|\|