aboutsummaryrefslogtreecommitdiff
path: root/syncapi/routing/messages.go
AgeCommit message (Expand)Author
2022-08-19Set historyVisibility for backfilled events over federation (#2656)Till
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-05Invalidate lazyLoadCache if we're doing an initial sync (#2623)Till
2022-07-18History visibility database changes (#2533)Till
2022-06-29Don't return `end` if there are not more messages (#2542)Till
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-22Reuse the existing lazyload cache on /context and /messages (#2367)Till
2022-04-13Make `/messages` filterable (#2347)Till
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-04Fix a panic in `OnIncomingMessagesRequest` (#2250)Neil Alexander
2022-03-01Return state on calls to /message and lazy load members (#2218)S7evinK
2021-07-20Rename Riot to Element (#1874)S7evinK
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Update /messages pagination token behaviour (#1708)Neil Alexander
2020-12-16Add start_stream to /messages (#1648)Kegsay
2020-12-16NOTSPEC: Make ?from= optional in /messages (#1647)Kegsay
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-05Don't store backfilled events using request context (#1478)Neil Alexander
2020-10-02Add history visibility guards (#1470)Kegsay
2020-09-27unbreak CORS on /capabilities.Matthew Hodgson
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-17Hacks for supporting Riot iOS (#1148)Neil Alexander
2020-06-11Roomserver API changes (#1118)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)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-14Cleanup syncapi topology logic (#1035)Kegsay
2020-05-13syncapi: Rename and split out tokens (#1025)Kegsay
2020-05-01Fix ordering when backfilling (#1000)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-28Implement backfill in the roomserver (#983)Kegsay
2020-04-27Update gomatrixserverlibNeil Alexander
2020-04-15Use topological ordering for /messages response (#966)Neil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-24Implement backfill over federation (#938)Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)Abhinav Krishna C K
2020-03-06bugfix: fix sytest 155 by actually returning depth+1 and not 0Kegan Dougal
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-01-24Wire up publicroomsapi for roomserver events (#851)Neil Alexander
2020-01-24Some fixes for #847 (#850)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander