aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
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-27Fix #2390 (#2392)Till
2022-04-27Try that againNeil Alexander
2022-04-27Correct account data position mappingNeil Alexander
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-26Use a value that is Go 1.16-friendlyNeil Alexander
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-26Fix account data positionNeil Alexander
2022-04-26Start account data ID from `from`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-22Reuse the existing lazyload cache on /context and /messages (#2367)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-13Use default sync filter if specified filter is not found (should fix #2350) (...Neil Alexander
2022-04-13Precompute values for `userIDSet` in sync notifier (#2348)Neil Alexander
2022-04-13Make `/messages` filterable (#2347)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-04-09Remove dead code in the sync api (#2341)kegsay
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-04-08Add metrics for internal API requests (#2310)Till
2022-04-08Fix data race in `TestCorrectStreamWakeup` (#2334)Neil Alexander
2022-04-08Add test infrastructure code for dendrite unit/integ tests (#2331)kegsay
2022-04-07Fix lock contention in sync notifierNeil Alexander
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-06Sync notifier tweaks (#2327)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-24Fix lint errorsNeil Alexander
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-03-16Fix SQL statement for PurgeRoomState (#2280)S7evinK
2022-03-16Truncate `recentStreamEvents` before working out which event IDs to exclude f...Neil Alexander
2022-03-14Fix /context with lazy_load_members (#2277)S7evinK
2022-03-11Don't range entire state for `/sync` (#2270)Neil Alexander