aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-24Allow un-rejecting events on reprocessingNeil Alexander
2022-08-19Fetch more data for newly joined rooms in an incremental sync (#2657)Till
2022-08-19Set historyVisibility for backfilled events over federation (#2656)Till
2022-08-19Make SyncAPI unit tests more reliable (#2655)Till
2022-08-18Add a delay after sending events to the roomserverTill Faelligen
2022-08-16Stop spamming the logs with `StateBetween: ignoring deleted state` event IDsNeil Alexander
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-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-09Send-to-device/sync tweaks (#2630)Till
2022-08-05Don't panic if we fail to upsert account dataTill Faelligen
2022-08-05Invalidate lazyLoadCache if we're doing an initial sync (#2623)Till
2022-08-05Partly fix notification counts (#2621)Till
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-08-02Delete correct Send-to-Device messages (#2608)Till
2022-08-02Fix issue with sync API not advancing. (#2603)sergekh2
2022-08-01De-race `CompleteSync` (#2601)Neil Alexander
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-18Set historyVisibility in rowsToStreamEventsTill Faelligen
2022-07-18History visibility database changes (#2533)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-07-12Minor SendToDevice fix (#2565)Till
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-07-07Fix issue `uint64 values with high bit are not supported` in presence (#2562)Till
2022-07-05Hopefully fix read receipts timestamps (#2557)Neil Alexander
2022-07-01Try to fix backfilling (#2548)Till
2022-06-30Silence presence logs (#2547)Till
2022-06-29Don't return `end` if there are not more messages (#2542)Till
2022-06-15Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)Neil Alexander
2022-06-13Handle state before, send history visibility in output (#2532)Neil Alexander
2022-05-19syncapi: don't return early for no-op incremental syncs (#2473)kegsay
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-13Only try to get OTKs if the context isn't done yetTill Faelligen
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