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
Age
Commit message (
Expand
)
Author
2020-06-16
Make syncapi use userapi (#1136)
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-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
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-22
Fix API paths
Neil Alexander
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
sytest: Add remaining backfill tests (#1052)
Kegsay
2020-05-20
sytest: Make 'Inbound federation can backfill events' pass (#1051)
Kegsay
2020-05-19
Make "Outbound federation can backfill events" pass sytest (#1049)
Kegsay
2020-05-15
Fix a bug whereby backfilling could leak events across rooms (#1043)
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
2020-05-13
Spurious logging
Kegan Dougal
2020-05-13
Fix #1015 (#1026)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
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-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-30
Add tests for the storage interface (#995)
Kegsay
2020-04-28
sql/backwards_extremities: Shift to table format and share code (#985)
Kegsay
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-27
Update gomatrixserverlib
Neil Alexander
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-22
Fix sarama import URLs (#856)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-04-15
Use topological ordering for /messages response (#966)
Neil Alexander
2020-04-15
Tweaks to backfill (#964)
Neil Alexander
2020-04-14
Move /room/{roomID}/state endpoints into client API (#606) (#962)
Neil Alexander
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-26
Fixed Didn't call Close on UserStreamListener log messages when syncing (#940)
Suvid Sahay
2020-03-24
Implement backfill over federation (#938)
Kegsay
2020-03-19
Fix SQLite problems after sync API changes
Neil Alexander
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-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-17
bugfix: Fix a bug which caused prev_content not to be sent to clients (#919)
Kegsay
[next]