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
/
clientapi
/
clientapi_test.go
Age
Commit message (
Expand
)
Author
2024-10-17
Rename the go package
Quentin Gliech
2024-03-21
Add event reporting (#3340)
Till
2024-02-21
Speed up start up time by batch querying ACL events (#3334)
Till
2024-02-13
Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...
Till
2024-01-25
Move `/joined_members` back to the clientapi/roomserver (#3312)
Till
2023-11-09
Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-10-24
Implement MSC3987, fix setting Element Android notifications (#3242)
Till
2023-08-08
Add config key for default room version (#3171)
Sam Wedgwood
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-04-28
Add key backup tests (#3071)
Till
2023-04-27
Add CS API `/keys` tests (#3069)
Till
2023-04-24
Use IRoomVersion (#3064)
kegsay
2023-04-14
Add pushrules tests (#3044)
Till
2023-04-03
Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)
Till
2023-04-03
Add tests for CSAPI membership changes (#3034)
Till
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-03-31
Add CS API device tests (#3029)
Till