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-08-12
/hierarchy - return public and knockable rooms for authed users (#2578)
texuf
2022-08-12
Update example in readme
Neil Alexander
2022-08-12
Update NATS Server and nats.go libraries
Neil Alexander
2022-08-12
Update README
Till Faelligen
2022-08-12
Update `create-account` help text
Neil Alexander
2022-08-12
Show/hide users in user directory (#2637)
Till
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-08-12
Protect user_interactive reads and writes with locks (#2635)
Tak Wai Wong
2022-08-11
Update `golangci-lint` component in GHA workflow
Neil Alexander
2022-08-11
Restore the room version cache in the roomserver internal API HTTP client
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-11
Set default room version to 9
Neil Alexander
2022-08-11
Remove test from `sytest-blacklist`
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-09
Add housekeeping function to delete old/expired EDUs (#2399)
Till
2022-08-09
Send-to-device/sync tweaks (#2630)
Till
2022-08-08
Fix issues with migrations not getting executed (#2628)
Till
2022-08-05
Don't panic if we fail to upsert account data
Till Faelligen
2022-08-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
2022-08-05
Update TURN config in sample config files
Neil Alexander
2022-08-05
Partly fix notification counts (#2621)
Till
2022-08-05
Update readme
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-08-05
Add race testing to tests, and fix a few small race conditions in the tests (...
Brian Meek
2022-08-05
Only create a new destinationQueue if we don't have one (#2620)
Till
2022-08-03
Version 0.9.1 (#2616)
v0.9.1
Neil Alexander
2022-08-03
Try more servers when calling `/state_ids` (#2610)
Neil Alexander
2022-08-03
Fix syncapi shared users query & device lists (#2614)
Till
2022-08-03
Remove roominfo cache (#2615)
Neil Alexander
2022-08-03
Disable stack protector on Linux CI build pipelines for now (to avoid `reloca...
Neil Alexander
2022-08-03
Update Pinecone
Neil Alexander
2022-08-03
Test Go 1.19 in CI
Neil Alexander
2022-08-03
Add Cache-Control header to media endpoints (#2612)
Till
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-08-02
Disable flakey test
Neil Alexander
2022-08-02
Fix data race in `lookupMissingStateViaStateIDs`
Neil Alexander
2022-08-02
Disable NATS Server logging, allow self-signed certificates (#2605)
Till
2022-08-02
Various roominfo tweaks (#2607)
Neil Alexander
2022-08-02
Stronger checks for `/send_join` (#2604)
Neil Alexander
2022-08-02
Fix issue with sync API not advancing. (#2603)
sergekh2
2022-08-01
Version 0.9.0 (#2602)
v0.9.0
Neil Alexander
2022-08-01
De-race `CompleteSync` (#2601)
Neil Alexander
2022-08-01
De-race `types.RoomInfo` (#2600)
Neil Alexander
2022-08-01
Optimise checking other servers allowed to see events (#2596)
Neil Alexander
2022-08-01
Set CORS headers for HTTP 404 and 405 errors (#2599)
Neil Alexander
2022-08-01
Update NATS Server and nats.go to use upstream
Neil Alexander
2022-07-25
Make the User API responsible for sending account data output events (#2592)
Neil Alexander
2022-07-25
Remove `goose` from Dockerfiles
Neil Alexander
2022-07-25
Remove `room_id` field from MSC2946 stripped events (closes #2588)
Neil Alexander
[next]