aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2020-05-14Factor out account data and events table (#1031)Kegsay
2020-05-13Initial syncapi storage refactor to share pq/sqlite code (#1030)Kegsay
2020-05-13Spurious loggingKegan Dougal
2020-05-13Fix #1015 (#1026)Kegsay
2020-05-13syncapi: Rename and split out tokens (#1025)Kegsay
2020-05-01Fix ordering when backfilling (#1000)Kegsay
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Fix prev_batch tokens (#999)Kegsay
2020-05-01Correctly generate backpagination tokens for events which have the same depth...Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-30Add tests for the storage interface (#995)Kegsay
2020-04-28sql/backwards_extremities: Shift to table format and share code (#985)Kegsay
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-27Update gomatrixserverlibNeil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-22Fix sarama import URLs (#856)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-15Use topological ordering for /messages response (#966)Neil Alexander
2020-04-15Tweaks to backfill (#964)Neil Alexander
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-26Fixed Didn't call Close on UserStreamListener log messages when syncing (#940)Suvid Sahay
2020-03-24Implement backfill over federation (#938)Kegsay
2020-03-19Fix SQLite problems after sync API changesNeil Alexander
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)Abhinav Krishna C K
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-03-17bugfix: Fix a bug which caused prev_content not to be sent to clients (#919)Kegsay
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-06bugfix: fix sytest 155 by actually returning depth+1 and not 0Kegan Dougal
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-03-02Don't fail hard if backward topology position fails, just use 1 insteadNeil Alexander
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Upgrade gomatrixserverlib dependency (#808)Thibaut CHARLES
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-01-25More sync fixes (#854)Neil Alexander
2020-01-24Wire up publicroomsapi for roomserver events (#851)Neil Alexander
2020-01-24Some fixes for #847 (#850)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-10Federation fixes (#845)Neil Alexander
2020-01-09Fix #842 - again...Neil Alexander
2020-01-09Fall back to postgres when database connection string parsing fails (#842)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander
2020-01-02Amend syncapi SQL queries to return missing columns (#840)Neil Alexander
2019-09-30selectAccountDataByType return ClientEvent pointer instead of slice of Client...Behouba Manassé
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen