Age | Commit message (Collapse) | Author |
|
Fixes #3203
|
|
In an attempt to fix the missing AWSY tests and to get to 100%
server-server compliance.
|
|
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.
|
|
* Update AWSY test groups
* Better names
|
|
|
|
* Update are-we-synapse-yet
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
* More missing presence tests
* Move tests to presence only
|
|
So it's more accurate.
|
|
|
|
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.
|
|
updates' (#1262)
* Bugfixes for 'If remote user leaves room we no longer receive device updates'
* Update whitelist and README
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Initial DM support, include invite event in stripped state for regular invites
* Update go.mod, go.sum, test list
|
|
|
|
Signed-off-by: Alex Chen <minecnly@gmail.com>
|
|
* Add a script which tracks synapse parity based on sytests
Processes results.tap to give you a percentage check.
* Pretty
* argparse and -v output
|