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
Age
Commit message (
Expand
)
Author
2021-05-07
Update pinecone in go.mod/go.sum
Neil Alexander
2021-05-06
Pinecone P2P demo (#1856)
Neil Alexander
2021-04-26
Don't return immediately when there's nothing to sync
Neil Alexander
2021-04-26
Fix bug in SQLite migration
Neil Alexander
2021-04-26
State storage refactor (#1839)
Neil Alexander
2021-04-19
Remove the 'Content-Type' request header requirement (#1834)
Fero
2021-04-15
Fix registration error when disabled
Neil Alexander
2021-04-14
fedsender: tolerate dupe membership events (#1824)
Kegsay
2021-04-14
Remove the Content-Length requirement on upload request (#1831)
Fero
2021-04-13
Move room mutex in federation API (#1830)
Neil Alexander
2021-04-09
Remove legacy register endpoint (#1822)
Kegsay
2021-04-08
Optimise memory usage when calling /g_m_e (#1819)
Kegsay
2021-04-08
Document need for max-body-size change in reverse proxy as well (#1816)
Tim McCormack
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
2021-03-30
Add a per-room mutex to federationapi when processing transactions (#1810)
Kegsay
2021-03-30
Use log directory that we will be able to write to (#1799)
Eric Eastwood
2021-03-24
Add Sentry support (#1803)
Kegsay
2021-03-23
Add more metrics (#1802)
Kegsay
2021-03-23
log less for failed key querys, add counters for incoming pdus/edus (#1801)
Kegsay
2021-03-17
Fix nil pointer crash in QueryMembershipsForRoom
Neil Alexander
2021-03-08
roomserver: don't make_join with ourselves if clients ask us to (#1797)
Kegsay
2021-03-08
device lists: backoff for longer if the wrong error type is returned (#1796)
Kegsay
2021-03-08
Make sure the component max open conns doesn't exceed 100
Kegan Dougal
2021-03-08
Return a more useful error on /register spec compliance violation (#1792)
Neil Alexander
2021-03-08
Update sytest-whitelist
Neil Alexander
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
Fix appsevice alias queries part 2 (#1684)
Will Hunt
2021-03-03
Send events to appservice based on room membership (#1680)
Will Hunt
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-03-03
Don't return error when account conflict is handled gracefully (#1782)
Neil Alexander
2021-03-03
Docker fix and tweak (#1781)
stoically
2021-03-03
Upgrade dependencies (#1779)
Neil Alexander
2021-03-02
Use new path for MSC2946 (#1778)
Kegsay
2021-03-02
Version 0.3.11
v0.3.11
Neil Alexander
2021-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2021-03-02
Fix user registration bug (#1777)
Neil Alexander
2021-02-18
Revert quic-go dependency update
Neil Alexander
2021-02-18
Update libp2p dependencies
Neil Alexander
2021-02-18
Fix transitive dependency for P2P demo
Neil Alexander
2021-02-18
Don't close channels when clearing queue (we might race and panic, when the G...
Neil Alexander
2021-02-17
Version 0.3.10
v0.3.10
Neil Alexander
2021-02-17
Unbreak DendriteJS.Dockerfile; Riot is now Element
Kegan Dougal
2021-02-17
fix database names to reflect renaming (#1636)
Marco Kundt
2021-02-17
Don't exclude an event from sync if it was previously not excluded (#1767)
Neil Alexander
2021-02-17
Don't hold destination queues in memory forever (#1769)
Neil Alexander
2021-02-17
Retrieve remote file size without the Content-Size header (#1537)
darkgallium
[next]