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
Age
Commit message (
Expand
)
Author
2021-09-10
Added .well-known/matrix/server endpoint (#1988)
Ryan W
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-08-17
Cross-signing fixes, notifications via sync, federation (#1974)
Neil Alexander
2021-08-04
Cross-signing groundwork (#1953)
Neil Alexander
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-07-19
Set MaxFileSizeBytes <= 0 to unlimited (#1876)
S7evinK
2021-07-16
Fix DNS CacheLifetime (#1926)
S7evinK
2021-07-09
Implement /_synapse/admin/v1/register (#1911)
kegsay
2021-06-30
Change how servers are selected for missing auth/prev events (#1892)
Neil Alexander
2021-06-14
Set MaxFileSizeBytes <= 0 to "unlimited" (#1875)
S7evinK
2021-06-07
Fix SIGSEGV in IsInterestedInRoomID (#1846)
bodqhrohro
2021-05-18
Update MSC2946 implementation for stable spaces (#1859)
Michael Telatynski
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
2021-03-24
Add Sentry support (#1803)
Kegsay
2021-03-08
Make sure the component max open conns doesn't exceed 100
Kegan Dougal
2021-03-08
Make bcrypt cost configurable (#1793)
Kegsay
2021-03-08
Fix database default connection limits for CI (#1794)
Neil Alexander
2021-03-05
Use default transport for AS traffic (#1789)
Neil Alexander
2021-03-05
Treat the sender_localpart as an exclusive namespace of one user (#1790)
Will Hunt
2021-03-05
Tweak AS registration check and AS component HTTP clients (#1785)
Neil Alexander
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-26
Graceful shutdowns (#1734)
Neil Alexander
2021-01-22
NewClient and NewFederationClient updates (#1730)
Neil Alexander
2021-01-22
Gate peeking behind msc flags (#1731)
Kegsay
2021-01-22
Fix build error
Neil Alexander
2021-01-22
DNS caching (#1728)
Neil Alexander
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-18
Mention unstable features in /_matrix/client/versions (#1710)
sumitks866
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