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
/
storage
/
storage_test.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-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-10-02
Add history visibility guards (#1470)
Kegsay
2020-10-01
Fix golangci-lint issues (#1464)
S7evinK
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-06-26
Finish implementing retiring invites (#1166)
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-15
Fix a bug whereby backfilling could leak events across rooms (#1043)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
Kegsay
2020-05-14
Finish merging syncserver.go (#1033)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Fix prev_batch tokens (#999)
Kegsay
2020-05-01
Correctly generate backpagination tokens for events which have the same depth...
Kegsay
2020-04-30
Add tests for the storage interface (#995)
Kegsay