summary refs log tree commit diff
path: root/debian/changelog (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-17Add a test for sending OTKs and UFBKs to ASes upon receiving PDUsOlivier Wilkinson (reivilibre)1-2/+183
2021-12-17Allow passing an appservice_user_id to the join helperOlivier Wilkinson (reivilibre)1-2/+20
2021-12-17Return the device ID when registering an appservice user in test helpersOlivier Wilkinson (reivilibre)3-7/+11
2021-12-17Fix the get_bulk_e2e_unused_fallback_keys query to return devices with only u...Olivier Wilkinson (reivilibre)1-4/+15
2021-12-17Break up `get_app_service_users_in_room` to make it easier to debugOlivier Wilkinson (reivilibre)1-5/+2
2021-12-13Get unused fallback key types in bulk and send them outOlivier Wilkinson (reivilibre)2-3/+50
2021-12-13Count the OTKs in bulkOlivier Wilkinson (reivilibre)2-3/+52
2021-12-13Fix up tests that weren't expecting extra call argumentsOlivier Wilkinson (reivilibre)2-17/+43
2021-12-13Fix two testsOlivier Wilkinson (reivilibre)1-2/+9
2021-12-13Find interesting users for the AS when sending OTKs and FBKsOlivier Wilkinson (reivilibre)2-10/+55
2021-12-13Add some method stubs and add the OTKs and FBKs to the responseOlivier Wilkinson (reivilibre)1-1/+39
2021-12-13Pipe through the feature flagOlivier Wilkinson (reivilibre)1-4/+10
2021-12-13Add feature flag for experimental MSC3202 transaction extensionsOlivier Wilkinson (reivilibre)1-0/+6
2021-12-13Fix up some testsOlivier Wilkinson (reivilibre)1-4/+4
2021-12-13Boring pipingOlivier Wilkinson (reivilibre)1-2/+23
2021-12-13Fix up type after rebase onto anoa's branchOlivier Wilkinson (reivilibre)1-2/+2
2021-12-13During AS catch-up, send empty OTK counts and fallback keys for nowOlivier Wilkinson (reivilibre)1-0/+4
2021-12-13Emit the one-time key counts and fallback keys over federationOlivier Wilkinson (reivilibre)1-0/+10
2021-12-13Feed one-time key counts and unused fallback keys through the transactionOlivier Wilkinson (reivilibre)3-2/+24
2021-12-13Use get_deviceOlivier Wilkinson (reivilibre)1-1/+1
2021-12-13Make `get_device` return None if the device doesn't exist rather than raising...reivilibre6-13/+20
2021-12-13Fix commentOlivier Wilkinson (reivilibre)1-1/+1
2021-12-13TEMPORARY Revert "Use get_device (fixing in upstream develop)"Olivier Wilkinson (reivilibre)1-1/+1
2021-12-13Use get_device (fixing in upstream develop)Olivier Wilkinson (reivilibre)1-1/+1
2021-12-10Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood4-7/+124
2021-12-10Test to ensure we share the same `state_group` across the whole historical ba...Eric Eastwood2-0/+181
2021-12-10Adjust _get_rooms_changed comments (#11550)David Robertson2-22/+30
2021-12-10store argument is no longer optional in is_interested_in_roomAndrew Morgan3-11/+11
2021-12-10Squash into and use everywhereAndrew Morgan1-5/+5
2021-12-10Update reset device list mock before starting testsAndrew Morgan1-0/+3
2021-12-10Squash into "and use everywhere"Andrew Morgan1-1/+2
2021-12-10skip some dict munging in event persistence (#11560)Richard van der Hoff3-60/+114
2021-12-10Stop populating `state_events.prev_state` (#11558)Richard van der Hoff3-5/+5
2021-12-10Add type aliases for one-time key counts and unused fallback keys that will b...Olivier Wilkinson (reivilibre)1-0/+8
2021-12-10Support opting-in to MSC3202 transactional behaviour using the registration fileOlivier Wilkinson (reivilibre)2-1/+14
2021-12-10Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke5-4/+11
2021-12-10Squash into "and use everywhere"Andrew Morgan1-1/+0
2021-12-09squash into 'and use everywhere'Andrew Morgan1-3/+3
2021-12-09squash into move DeviceLists commitAndrew Morgan1-0/+1
2021-12-09squash into 'and use everywhere'Andrew Morgan9-18/+18
2021-12-09Support sending device lists everywhere; needs cleaning upAndrew Morgan6-41/+121
2021-12-09Squash into "and use everywhere"Andrew Morgan1-1/+2
2021-12-09fix tests for device listsAndrew Morgan4-29/+79
2021-12-09Create ApplicationService.is_interested_in_user, and use everywhereAndrew Morgan1-0/+25
2021-12-09Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke6-17/+161
2021-12-09Switch DeviceLists to containing Sets, as we'll need a type that we can delet...Andrew Morgan2-5/+9
2021-12-09Additional type hints for the config module, part 2. (#11480)Patrick Cloke5-19/+28
2021-12-09Update tests to enable experimental featuresOlivier Wilkinson (reivilibre)1-0/+3
2021-12-09Add an experimental flag to control device masqueradingOlivier Wilkinson (reivilibre)2-1/+9
2021-12-09Add a pair of tests for the ?device_id parameter for AS device masqueradingOlivier Wilkinson (reivilibre)1-0/