aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2022-05-12Wait 100ms for events to be processed by syncapiKegan Dougal
2022-05-11Fix OTK upload spam (#2448)Till
2022-05-11More syncapi tests (#2451)kegsay
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-10Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...Neil Alexander
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09Don't store invites in sync API that aren't relevant to local users (#2439)Neil Alexander
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...Neil Alexander
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
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