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
/
test
/
room.go
Age
Commit message (
Expand
)
Author
2024-12-15
Update dependencies (#3449)
Neil
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-10-14
Fix `outliers whose auth_events are in a different room are correctly rejecte...
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay