index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testfile
Age
Commit message (
Expand
)
Author
2020-01-22
Add a Sytest blacklist file (#849)
Andrew Morgan
2020-01-09
Resync testfile with current sytest pass/fail (#832)
Andrew Morgan
2019-12-20
Fix /send_join and /send_leave (#821)
Brendan Abolivier
2019-10-02
Add missing servers field in /directory/room/:alias response (#732)
Alex Chen
2019-09-26
Add 'Can paginate public room list' to testfile (#797)
Andrew Morgan
2019-08-20
Make trailing slash on server key request optional (#788)
Alex Chen
2019-08-14
Update name of a passing test in testfile (#784)
Alex Chen
2019-08-09
Implement client single event retrieval (#693)
Alex Chen
2019-08-07
Implement profile retrieval over federation (#726)
Alex Chen
2019-08-06
Fix transaction IDs in transaction cache have global scope (#772)
Alex Chen
2019-08-06
Add /event/ on non world readable room does not work (#777)
Andrew Morgan
2019-08-02
Implements room tagging. (#694)
Sumukha Pk
2019-08-01
Implement "full_state" query parameter for /sync (#751)
Alex Chen
2019-07-31
Add newly passing tests from matrix-org/sytest (#771)
Alex Chen
2019-07-29
Add newly passing tests from matrix-org/sytest 56de891 (#769)
Alex Chen
2019-07-24
Implement room creation content (#754)
Alex Chen
2019-07-22
Correctly create new device when device_id is passed to /login (#753)
Andrew Morgan
2019-07-18
Remove the trailing slash from /send/{txnID} and /backfill/{roomID} (#746)
Andrew Morgan
2019-07-12
Add typing notifications to /sync responses - fixes #635 (#718)
Alex Chen
2019-07-12
Fix response to /rooms/{roomId}/join v2 (#734)
Andrew Morgan
2019-07-05
Update testfile and fix empty warning in show-expected-fail-tests.sh (#729)
Alex Chen
2019-06-21
Refine config and docs for sytest (#714)
Alex Chen
2019-05-24
Add SyTest support to CI (#704)
Andrew Morgan