aboutsummaryrefslogtreecommitdiff
path: root/syncapi/syncapi_test.go
AgeCommit message (Expand)Author
2024-02-20Limit filter to `limit/2` for before/after events on `/context` (#3332)Till
2024-01-25Move `/joined_members` back to the clientapi/roomserver (#3312)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-31Handle event_format federation in /sync responses (#3192)devonh
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-07-13Tweaks around `/messages` (#3149)Till
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-06Add tests for `UpdateRelations` (#2999)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-17`/sync` performance optimizations (#2927)Till
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-19Fetch more data for newly joined rooms in an incremental sync (#2657)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-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-02Delete correct Send-to-Device messages (#2608)Till
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-12Wait 100ms for events to be processed by syncapiKegan Dougal
2022-05-11More syncapi tests (#2451)kegsay
2022-05-09Begin adding syncapi component tests (#2442)kegsay