index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
syncapi
/
sync
/
requestpool.go
Age
Commit message (
Expand
)
Author
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-18
More sane next batch handling, typing notification tweaks, give invites their...
Neil Alexander
2020-12-16
NOTSPEC: Make ?from= optional in /messages (#1647)
Kegsay
2020-12-16
Add prometheus metrics for destination queues, sync requests
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-12-01
syncapi/requestpool: fix initial sync logic error in appendAccountData() (#1594)
Ariadne Conill
2020-11-20
Update last seen on sync requests (#1593)
Neil Alexander
2020-10-02
Fix initial sync (#1465)
Neil Alexander
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-08-28
Add some error wrapping to sync API, use background context for sync (#1363)
Neil Alexander
2020-08-03
Produce OTK counts in /sync response (#1235)
Kegsay
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-19
Bind build support, further Yggdrasil demo updates (#1152)
Neil Alexander
2020-06-18
Refactor account data (#1150)
Neil Alexander
2020-06-16
Make syncapi use userapi (#1136)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-28
Per-user-per-device sync streams (#1068)
Neil Alexander
2020-05-20
sytest: Add remaining backfill tests (#1052)
Kegsay
2020-05-15
Add Range (#1037)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-03-24
Implement backfill over federation (#938)
Kegsay
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Upgrade gomatrixserverlib dependency (#808)
Thibaut CHARLES
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander
2020-01-10
Federation fixes (#845)
Neil Alexander
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2019-09-30
selectAccountDataByType return ClientEvent pointer instead of slice of Client...
Behouba Manassé
2019-08-08
Add filtering database API to syncapi account data table (#513)
Thibaut CHARLES
2019-08-01
Implement "full_state" query parameter for /sync (#751)
Alex Chen
2019-07-12
Add typing notifications to /sync responses - fixes #635 (#718)
Alex Chen
2019-05-21
use go module for dependencies (#594)
ruben