aboutsummaryrefslogtreecommitdiff
path: root/are-we-synapse-yet.list
AgeCommit message (Collapse)Author
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