aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
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
2019-08-08Add filtering database API to syncapi account data table (#513)Thibaut CHARLES
2019-08-07State events filtering database api (#438)Thibaut CHARLES
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-08-01Implement "full_state" query parameter for /sync (#751)Alex Chen
2019-07-31Fix index in invites_table.go (#770)Alex Chen
2019-07-31Fix /sync may contain duplicate EDUs and EDUs for left rooms (#752)Alex Chen
2019-07-26Fix data races reported by go test -race ./... (#748)Alex Chen
2019-07-12Lots of small typo fixes (#737)Andrew Morgan
2019-07-12Add typing notifications to /sync responses - fixes #635 (#718)Alex Chen
2019-07-03Encode URLs properly (#728)Andrew Morgan
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben