aboutsummaryrefslogtreecommitdiff
path: root/syncapi/consumers
AgeCommit message (Expand)Author
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-27Promote reindexing log levelNeil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-20Mark device list as stale, if we don't have the requesting device (#2728)Till
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-05Don't panic if we fail to upsert account dataTill Faelligen
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-18History visibility database changes (#2533)Till
2022-07-07Fix issue `uint64 values with high bit are not supported` in presence (#2562)Till
2022-07-05Hopefully fix read receipts timestamps (#2557)Neil Alexander
2022-06-30Silence presence logs (#2547)Till
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-09Don't store invites in sync API that aren't relevant to local users (#2439)Neil Alexander
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...Neil Alexander
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-07Don't send `adds_state_events` in roomserver output events anymore (#2258)Neil Alexander
2022-03-03Handle `ErrNoRows` when sending read updatesNeil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-16Don't panic on retiring an invite that we haven't seen yet (#2189)Neil Alexander
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-02-02Use pull consumers (#2140)Neil Alexander
2022-01-31Tweak some logging (#2130)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-21Remodel how device list change IDs are created (#2098)kegsay
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2022-01-07NATS JetStream tweaks (#2086)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-03Cherry-pick typing fix from #2061Neil Alexander
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-07-22Don't set prev state when it is the same as the event it replaces (#1936)Neil Alexander
2021-03-24Add Sentry support (#1803)Kegsay
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2021-01-18Log event ID on consumer errors (fixes #1714)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-21fix imports (#1665)6543
2020-12-18Ensure we wake for our own device list updates (#1661)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-12-10Refactor sync tokens (#1628)Neil Alexander