aboutsummaryrefslogtreecommitdiff
path: root/syncapi/internal/keychange.go
AgeCommit message (Expand)Author
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2022-08-24Allow un-rejecting events on reprocessingNeil Alexander
2022-08-19Fetch more data for newly joined rooms in an incremental sync (#2657)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-03-01Limit `JoinedUsersSetInRooms` to interested users (#2234)Neil Alexander
2022-02-08Remove OutputKeyChangeEvent consumer on keyserver (#2160)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2021-09-08- Removed double imports (#1989)Ryan W
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-18More sane next batch handling, typing notification tweaks, give invites their...Neil Alexander
2020-12-15De-map device list positions in streaming tokens (#1642)Neil Alexander
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-08-12Bugfixes for 'If remote user leaves room we no longer receive device updates'...Kegsay
2020-08-10bugfix: when a user's key changes, don't notify everyone on the server (#1253)Kegsay
2020-08-07Finish inbound E2E device lists (#1243)Kegsay
2020-08-03Produce OTK counts in /sync response (#1235)Kegsay
2020-07-31Fix edge cases around device lists (#1234)Kegsay
2020-07-30Implement /keys/changes (#1232)Kegsay
2020-07-30Hook up device list updates to the sync notifier (#1231)Kegsay