aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/interface.go
AgeCommit message (Expand)Author
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-21Implement `/context` (#2207)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Simplify send-to-device messaging (#1702)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-03Peeking updates (#1607)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-22Fix RewritesState bug (#1557)Neil Alexander
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-01Remove unused SyncStreamPositionNeil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-28Per-user-per-device sync streams (#1068)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-15Add Range (#1037)Kegsay
2020-05-14Cleanup syncapi topology logic (#1035)Kegsay
2020-05-13syncapi: Rename and split out tokens (#1025)Kegsay
2020-05-01Correctly generate backpagination tokens for events which have the same depth...Kegsay
2020-04-30Add tests for the storage interface (#995)Kegsay
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay