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
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-05
Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)
Neil Alexander
2022-05-05
Fix user already joined when using server notices (#2364)
Till
2022-05-05
Don't use in-memory db for userapi tests (#2417)
Till
2022-05-05
Errors from createdb are non-fatal (#2420)
kegsay
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-05-03
Fix bug in database global setup
Neil Alexander
2022-05-03
Skip tests that require a database if we can't connect to one (#2413)
Neil Alexander
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-05-02
Return `null` if MaxFileSizeBytes is 0 (#2409)
Till
2022-04-30
Test_Devices, sqlite may return devices in different order, test should still...
Brian Meek
2022-04-30
Return "to", if we didn't return any presence events (#2407)
Till
2022-04-29
Device list display name fixes (#2405)
Neil Alexander
2022-04-29
Fix `TestThumbnailsStorage` failing when media results come back in non-deter...
Brian Meek
2022-04-29
Move admin functions into their own file in the client API
Neil Alexander
2022-04-29
Add create-account to Getting started
Till Faelligen
2022-04-29
Update golangci-lint, how it's installed, and added to the PATH (#2403)
Brian Meek
2022-04-29
Add restrictions for open registration (#2402)
Till
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-04-28
Limit presence in `/sync` responses (#2394)
Till
2022-04-28
Make tests more reliable
Till Faelligen
2022-04-28
Unlist test since it no longer seems to be flakey (hopefully?)
Neil Alexander
2022-04-28
Don't answer expensive federation requests for rooms we no longer belong to (...
Neil Alexander
2022-04-28
Ensure signature map exists (fixes #2393) (#2397)
Neil Alexander
2022-04-27
Fix #2390 (#2392)
Till
2022-04-27
Use Go 1.18 to build Docker images (#2391)
0x1a8510f2
2022-04-27
Version 0.8.2 (#2386)
v0.8.2
Neil Alexander
2022-04-27
Fix graceful shutdown
Neil Alexander
2022-04-27
Defer cancel on shutdown context
Neil Alexander
2022-04-27
Use process context as base context for all HTTP
Neil Alexander
2022-04-27
Try that again
Neil Alexander
2022-04-27
Correct account data position mapping
Neil Alexander
2022-04-27
Add UserAPI storage tests (#2384)
Till
2022-04-27
Prevent JetStream from handling OS signals, allow running as a Windows servic...
Neil Alexander
2022-04-27
Don't try to federated-join via ourselves (#2383)
Neil Alexander
2022-04-27
Don't send account data or receipts for left/forgotten rooms (#2382)
Neil Alexander
2022-04-27
Don't create fictitious presence entries (#2381)
Neil Alexander
2022-04-26
Use a value that is Go 1.16-friendly
Neil Alexander
2022-04-26
Send all account data on complete sync by default
Neil Alexander
2022-04-26
Fix account data position
Neil Alexander
2022-04-26
Start account data ID from `from`
Neil Alexander
2022-04-26
Fix account_data not correctly send in a complete sync (#2379)
Till
2022-04-26
Fix bug when uploading device signatures (#2377)
Neil Alexander
2022-04-26
Add heroes to the room summary (#2373)
Till
2022-04-26
Add transactionsCache to redact endpoint (#2375)
Till
2022-04-26
Checkout correct branch for Sytest
Till Faelligen
2022-04-25
Return M_NOT_FOUND for rejected events (#2371)
Till
[next]