aboutsummaryrefslogtreecommitdiff
path: root/are-we-synapse-yet.list
AgeCommit message (Collapse)Author
2023-09-27Support for room version v11 (#3204)Till
Fixes #3203
2023-01-20AWSY missing federation tests (#2943)Till
In an attempt to fix the missing AWSY tests and to get to 100% server-server compliance.
2022-10-11Fix `/get_missing_events` for rooms with `joined`/`invited` ↵Till
history_visibility (#2787) Sytest was using a wrong `history_visibility` for `invited` (https://github.com/matrix-org/sytest/pull/1303), so `invited` was passing for the wrong reason (-> defaulted to `shared`, as `invite` wasn't understood). This change now handles missing events like Synapse, if a server isn't allowed to see the event, it gets a redacted version of it, making the `get_missing_events` tests pass.
2022-04-21Update AWSY test groups (#2365)kegsay
* Update AWSY test groups * Better names
2022-04-05Update the "Are We Synapse Yet?" listNeil Alexander
2021-10-25Update are-we-synapse-yet (#2018)S7evinK
* Update are-we-synapse-yet Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * More missing presence tests * Move tests to presence only
2021-07-14AWSY: update list and shuffle groups (#1919)kegsay
So it's more accurate.
2021-07-12Update are we synapse groupings (#1913)kegsay
2020-08-14AWSY: new groups and add AS API section (#1270)Kegsay
Really we should never have put the AS API bits under CS API to begin with, as it is a completely different versioned spec: split it out (which bumps the CS API % slightly). Also, split out Device Keys into 2 extra sections: Device Key Backup and Cross-signing Keys. The point of AWSY is for it to be easy for anyone to see which features are implemented in Dendrite, and bundling three distinct features under the umbrella of Device Keys was just unclear.
2020-08-12Bugfixes for 'If remote user leaves room we no longer receive device ↵Kegsay
updates' (#1262) * Bugfixes for 'If remote user leaves room we no longer receive device updates' * Update whitelist and README
2020-07-24Put this in the right categoryKegan Dougal
2020-07-24Update AWSY listKegan Dougal
2020-06-30Update awsy listKegan Dougal
2020-06-26Fix div 0 error and add new tests to listKegan Dougal
2020-06-16Update whitelist for sytest media fix (#1137)Neil Alexander
* Update sytest-whitelist, are-we-synapse-yet.list * Update gomatrixserverlib * Update gomatrixserverlib * Loop avoidance * Return UTF-8 filenames * Replace quotes only, instead of using strconv.Quote * Update sytest-whitelist * Update sytest-whitelist
2020-06-04Update are-we-synapse-yet (#1092)Neil Alexander
2020-05-07Direct messages (#1012)Neil Alexander
* Initial DM support, include invite event in stripped state for regular invites * Update go.mod, go.sum, test list
2020-04-24Add new sytests to listKegan Dougal
2020-04-18Ensure room version tests can be grouped whether failed or passed (#972)Alex Chen
Signed-off-by: Alex Chen <minecnly@gmail.com>
2020-04-14Are we synapse yet? (#960)Kegsay
* Add a script which tracks synapse parity based on sytests Processes results.tap to give you a percentage check. * Pretty * argparse and -v output