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
Age
Commit message (
Expand
)
Author
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-08-12
/hierarchy - return public and knockable rooms for authed users (#2578)
texuf
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-25
Remove `room_id` field from MSC2946 stripped events (closes #2588)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
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
2022-02-28
Update `Events` call-sites which now don't return an error, update `parsedRes...
Neil Alexander
2022-02-09
Unmarshal events at the Dendrite level not GMSL level (#2164)
kegsay
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-11-24
Don't populate config defaults where it doesn't make sense (#2058)
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-08-03
Add tracing to user API (#1948)
kegsay
2021-07-27
Key backups (1/2) : Add E2E session backup metadata tables (#1943)
kegsay
2021-05-18
Update MSC2946 implementation for stable spaces (#1859)
Michael Telatynski
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
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-22
Gate peeking behind msc flags (#1731)
Kegsay
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
2020-12-04
MSC2836 threading: part 2 (#1596)
Kegsay
2020-12-02
Top-level setup package (#1605)
Neil Alexander