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
/
routing
/
messages.go
Age
Commit message (
Expand
)
Author
2020-05-19
Make "Outbound federation can backfill events" pass sytest (#1049)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Correctly generate backpagination tokens for events which have the same depth...
Kegsay
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-27
Update gomatrixserverlib
Neil Alexander
2020-04-15
Use topological ordering for /messages response (#966)
Neil Alexander
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-24
Implement backfill over federation (#938)
Kegsay
2020-03-19
HeaderedEvents in sync API (#922)
Neil Alexander
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-06
bugfix: fix sytest 155 by actually returning depth+1 and not 0
Kegan Dougal
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-01-24
Wire up publicroomsapi for roomserver events (#851)
Neil Alexander
2020-01-24
Some fixes for #847 (#850)
Neil Alexander
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander