aboutsummaryrefslogtreecommitdiff
path: root/syncapi/streams/stream_pdu.go
AgeCommit message (Expand)Author
2022-10-28Limit recent events when going backwards (#2840)Till
2022-10-28Simplify error checking and check the correct errorTill Faelligen
2022-10-25Fix `Current state appears in timeline in private history with many messages ...Till
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-19Get state deltas without filters (#2810)Till
2022-10-05Remove empty fields from `/sync` response (#2755)Till
2022-10-03Modify sync transaction behaviour (#2758)Neil Alexander
2022-09-30Reset transaction after a failureNeil Alexander
2022-09-30Handle case when applying history visibility failedNeil Alexander
2022-09-30Another `/sync` fixNeil Alexander
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-13Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)Neil Alexander
2022-08-30Use existing limit instead of default limit when lazy loading members (#2682)Till
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-19Fetch more data for newly joined rooms in an incremental sync (#2657)Till
2022-08-16Lazy-loading fixes (#2646)Neil Alexander
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-08-02Fix issue with sync API not advancing. (#2603)sergekh2
2022-08-01De-race `CompleteSync` (#2601)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-20Eliminate more SQL no row errors in sync API (#2363)Neil Alexander
2022-04-20Lazy loading fixes (#2362)Neil Alexander
2022-04-19Implement lazy loading on `/sync` (#2346)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-25Use most recent event in response to get latest stream position in incrementa...Neil Alexander
2022-03-16Truncate `recentStreamEvents` before working out which event IDs to exclude f...Neil Alexander
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2021-01-29Complete sync performance (#1741)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Sync fixes (#1709)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander