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
/
shared
Age
Commit message (
Expand
)
Author
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-04
Sync bug fixes (#1394)
Neil Alexander
2020-09-01
Put redactions/filters in the writer goroutine (#1378)
Kegsay
2020-09-01
Storage tweaks (#1373)
Neil Alexander
2020-09-01
Remove unused SyncStreamPosition
Neil Alexander
2020-08-28
Add some error wrapping to sync API, use background context for sync (#1363)
Neil Alexander
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
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-07-20
Deduplicate FS database, EDU persistence table (#1207)
Neil Alexander
2020-07-08
Finish implementing redactions (#1189)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
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-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
sytest: Make 'Inbound federation can backfill events' pass (#1051)
Kegsay
2020-05-15
Add Range (#1037)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
Kegsay
2020-05-14
Finish merging syncserver.go (#1033)
Kegsay
2020-05-14
Factor out account data and events table (#1031)
Kegsay
2020-05-13
Initial syncapi storage refactor to share pq/sqlite code (#1030)
Kegsay