aboutsummaryrefslogtreecommitdiff
path: root/syncapi/streams
AgeCommit message (Expand)Author
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-27Refactor notifications (#2688)Till
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-16Only return non-retired invites (#2643)Till
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-09Send-to-device/sync tweaks (#2630)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-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-06-30Silence presence logs (#2547)Till
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-30Return "to", if we didn't return any presence events (#2407)Till
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-27Don't send account data or receipts for left/forgotten rooms (#2382)Neil Alexander
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-26Fix account_data not correctly send in a complete sync (#2379)Till
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-25Use provided filter for account_data (#2372)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-07Simplify presence stringification (should help with vector-im/element-android...Neil Alexander
2022-04-06Reduce allocations in `/sync` presence stream (#2326)Neil Alexander
2022-04-06Add presence module V2 (#2312)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
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
2022-03-03Implement Push Notifications (#1842)Dan
2022-03-01Use correct stream provider in `Latest` for `ReceiptPosition`Neil Alexander
2022-03-01Hopefully fix read receipts (#2241)Neil Alexander
2022-01-20BREAKING: Remove Partitioned Stream Positions (#2096)kegsay
2021-07-14bugfix: retire invites even when we cannot talk to the remote server to make/...kegsay
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