aboutsummaryrefslogtreecommitdiff
path: root/syncapi/streams
AgeCommit message (Expand)Author
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
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander
2021-01-13Sync fixes (#1709)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander