aboutsummaryrefslogtreecommitdiff
path: root/syncapi
AgeCommit message (Expand)Author
2022-10-14Always add `UnreadNotifications` to joined room reponses (#2793)Till
2022-10-13Event relations (#2790)Neil Alexander
2022-10-11Private read receipts (#2789)Neil Alexander
2022-10-11Tweak `GetStateDeltas` behaviour (#2788)Neil Alexander
2022-10-10Move /event to the SyncAPI (#2782)Till
2022-10-07Ensure we only wake up a given user once (#2775)Neil Alexander
2022-10-06Use the stream positions of the notifier (#2768)Till
2022-10-05Remove empty fields from `/sync` response (#2755)Till
2022-10-05Optimise `QuerySharedUsers` so that we can only work on local users (#2766)Neil Alexander
2022-10-04Add indexes that optimise `selectStateInRangeSQL` (#2764)Neil Alexander
2022-10-03Fix fragility of selectEventsWithEventIDsSQL queries (#2757)Ashley Nelson
2022-10-03Modify sync transaction behaviour (#2758)Neil Alexander
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-28Consistent `*sql.Tx` usage across sync API (#2744)Neil Alexander
2022-09-28Fix for `sql: converting argument $1 type: unsupported type []interfa… (#2743)texuf
2022-09-27Promote reindexing log levelNeil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-27Improve selectRoomIDsWithAnyMembershipSQL performance (#2738)PiotrKozimor
2022-09-22Get the `DeviceListPosition` before anything else in complete syncs (#2733)Till
2022-09-20Remove deleted state logging lines from sync API (they are pointless)Neil Alexander
2022-09-20Mark device list as stale, if we don't have the requesting device (#2728)Till
2022-09-13Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)Neil Alexander
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-09-09Optimise `SharedUsers` again by using complete composite indexNeil Alexander
2022-09-09Optimise shared users query in Synx API slightly by removing a potential sortNeil Alexander
2022-09-09More writer fixes in the Sync APINeil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-30Index on `syncapi_send_to_device` table (#2684)PiotrKozimor
2022-08-30Use existing limit instead of default limit when lazy loading members (#2682)Till
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