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
/
setup
/
mscs
/
msc2946
/
msc2946.go
Age
Commit message (
Expand
)
Author
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
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
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Deny guest access on several endpoints (#2873)
Till
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-08-12
/hierarchy - return public and knockable rooms for authed users (#2578)
texuf
2022-07-25
Remove `room_id` field from MSC2946 stripped events (closes #2588)
Neil Alexander
2022-03-24
Fix lint errors
Neil Alexander
2022-03-08
Get MSC2946 working for restricted rooms locally/over federation (#2260)
kegsay
2022-03-01
msc2946: add federation cache (#2238)
kegsay
2022-03-01
Also don't send null back when the target room isn't a space room
Kegan Dougal
2022-03-01
Always send [] from federated rooms, not null
Kegan Dougal
2022-03-01
MSC2946: Spaces Summary (round 2) (#2232)
kegsay
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-05-18
Update MSC2946 implementation for stable spaces (#1859)
Michael Telatynski
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-03-02
Use new path for MSC2946 (#1778)
Kegsay
2021-02-06
Remove 100 default
Kegan Dougal
2021-02-06
Increase limit
Kegan Dougal
2021-01-20
MSC2946: Treat federation responses the same way as local responses (#1724)
Kegsay
2021-01-19
Implement MSC2946 over federation (#1722)
Kegsay
2021-01-15
Escape the create event content key so it can be extracted correctly
Kegan Dougal
2021-01-15
MSC2946: Use new MSC1772 format for space parents (#1713)
Kegsay
2021-01-15
MSC2946: Allow redactions/updates for space state events (#1712)
Kegsay
2021-01-13
Per request cache for now as we don't do batching correclty
Kegan Dougal
2021-01-13
Decode uri values correctly
Kegan Dougal
2021-01-13
MSC2946: Spaces Summary (#1700)
Kegsay