aboutsummaryrefslogtreecommitdiff
path: root/syncapi/consumers
AgeCommit message (Expand)Author
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
2020-12-03Peeking updates (#1607)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-22Exclude old state events from sync when consumed from roomserver (#1548)Neil Alexander
2020-10-22Fix RewritesState bug (#1557)Neil Alexander
2020-10-19KindOld (#1531)Neil Alexander
2020-10-08Remove notifs about key changes in syncapi (#1496)Kegsay
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
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-25[readability] use event.StateKeyEquals where relevant and minor for-loop refa...oliverpool