aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2020-07-23keyserver: produce key change events (#1218)Kegsay
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-07-20Deduplicate FS database, EDU persistence table (#1207)Neil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-19Bind build support, further Yggdrasil demo updates (#1152)Neil Alexander
2020-06-18Refactor account data (#1150)Neil Alexander
2020-06-17Hacks for supporting Riot iOS (#1148)Neil Alexander
2020-06-16Make syncapi use userapi (#1136)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-09Factor out how monolith routes get added (#1107)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-06-04Add ParseFileURI and use it when dealing with file URIs (#1088)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-28Per-user-per-device sync streams (#1068)Neil Alexander
2020-05-22Fix API pathsNeil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-20sytest: Add remaining backfill tests (#1052)Kegsay
2020-05-20sytest: Make 'Inbound federation can backfill events' pass (#1051)Kegsay
2020-05-19Make "Outbound federation can backfill events" pass sytest (#1049)Kegsay
2020-05-15Fix a bug whereby backfilling could leak events across rooms (#1043)Kegsay
2020-05-15Add Range (#1037)Kegsay
2020-05-14Cleanup syncapi topology logic (#1035)Kegsay
2020-05-14Finish merging syncserver.go (#1033)Kegsay
2020-05-14Factor out account data and events table (#1031)Kegsay
2020-05-13Initial syncapi storage refactor to share pq/sqlite code (#1030)Kegsay
2020-05-13Spurious loggingKegan Dougal
2020-05-13Fix #1015 (#1026)Kegsay
2020-05-13syncapi: Rename and split out tokens (#1025)Kegsay
2020-05-01Fix ordering when backfilling (#1000)Kegsay
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Fix prev_batch tokens (#999)Kegsay
2020-05-01Correctly generate backpagination tokens for events which have the same depth...Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-30Add tests for the storage interface (#995)Kegsay
2020-04-28sql/backwards_extremities: Shift to table format and share code (#985)Kegsay
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-27Update gomatrixserverlibNeil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-22Fix sarama import URLs (#856)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-15Use topological ordering for /messages response (#966)Neil Alexander
2020-04-15Tweaks to backfill (#964)Neil Alexander
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander