aboutsummaryrefslogtreecommitdiff
path: root/syncapi/consumers/keychange.go
AgeCommit message (Expand)Author
2024-11-14Fix lintingTill Faelligen
2024-10-18Update the license headers to mention the commercial licenseQuentin Gliech
2024-10-17Rename the go packageQuentin Gliech
2024-10-17Update the copyright headers in all filesQuentin Gliech
2023-02-20Merge keyserver & userapi (#2972)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-21Remodel how device list change IDs are created (#2098)kegsay
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-11-16Guard in all key consumersNeil Alexander
2021-09-08- Removed double imports (#1989)Ryan W
2021-08-17Cross-signing fixes, notifications via sync, federation (#1974)Neil Alexander
2021-03-24Add Sentry support (#1803)Kegsay
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-18Ensure we wake for our own device list updates (#1661)Neil Alexander
2020-12-15De-map device list positions in streaming tokens (#1642)Neil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-10-08Remove notifs about key changes in syncapi (#1496)Kegsay
2020-09-07Remove current state server (#1405)Kegsay
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-09-01Report which component failed to consume (#1375)Neil Alexander
2020-08-25Don't overwrite global err before return (#1293)oliverpool
2020-08-03Generate stream IDs for locally uploaded device keys (#1236)Kegsay
2020-07-30Hook up device list updates to the sync notifier (#1231)Kegsay
2020-07-28Add QueryKeyChanges (#1228)Kegsay
2020-07-27Add logic for determining when device lists have changed due to membership ch...Kegsay
2020-07-23keyserver: produce key change events (#1218)Kegsay