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
Age
Commit message (
Expand
)
Author
2024-03-28
Fix spaces over federation (#3347)
Till
2024-03-22
Add getting/deleting single event report (#3344)
Till
2024-03-22
Add `/_synapse/admin/v1/event_reports` endpoint (#3342)
Till
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-19
Remove unused `token` (#3331)
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
2024-01-20
Don't send device list updates upon registration (#3307)
Till
2024-01-09
Return `M_INVALID_PARAM` instead of `M_BAD_JSON` when setting aliases (#3297)
Till
2023-11-24
Appservice Login (2nd attempt) (#3078)
KuhnChris
2023-11-22
Allow users to kick themselves (#3157)
BtbN
2023-11-22
Refactor registration tests, remove hard-coded username validation (#3138)
CicadaCinema
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-25
clean up dead links, fix typo (#3130)
CicadaCinema
2023-10-24
Implement MSC3987, fix setting Element Android notifications (#3242)
Till
2023-10-23
Fix state resets (#3231)
Till
2023-09-27
Support for room version v11 (#3204)
Till
2023-09-26
Complement fixes for pseudoIDs (#3206)
devonh
2023-09-15
Move pseudoID ClientEvent hotswapping to a common location (#3199)
devonh
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-24
Add configuration option for sliding sync when hosting /.well-known/matrix/cl...
devonh
2023-08-24
[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)
Sam Wedgwood
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-08-08
Add config key for default room version (#3171)
Sam Wedgwood
2023-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-31
[pseudoIDs] Fixes for room alias tests (#3159)
Sam Wedgwood
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-28
Fix setting `displayname` and `avatar_url` (#3125)
Till
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-31
Move Invite logic to GMSL (#3086)
devonh
2023-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-05-30
Fix potential state reset when trying to join a room (#3040)
Till
2023-05-30
Docs restructure (#2953)
Till
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
2023-05-03
Fix flaky test in clientapi
Devon Hudson
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-05-01
Pass federation API to roomserver in PurgeRoom tests
Devon Hudson
[next]