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
/
userapi
/
consumers
/
roomserver.go
Age
Commit message (
Expand
)
Author
2023-10-24
Implement MSC3987, fix setting Element Android notifications (#3242)
Till
2023-09-28
Fix m.direct only being partially upgraded (#3209)
Till
2023-09-26
Fix invitations not sending push notifications (#3207)
Till
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-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-13
Optimise getting local members and membership counts (#3150)
Till
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
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-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-11-30
Calculate correct room member count for push rule evaluation (#2894)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-07
Handle `m.room.tombstone` events in the UserAPI (#2864)
Till
2022-11-02
Add message stats to reporting (#2748)
Till
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-09-27
Refactor notifications (#2688)
Till