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-06-01
Version 0.8.7 (#2509)
v0.8.7
Neil Alexander
2022-06-01
Revert #2457
Neil Alexander
2022-06-01
Reduce error levels on device list update
Neil Alexander
2022-06-01
Fix bugs related to state resolution (#2507)
Neil Alexander
2022-06-01
Update versions
Neil Alexander
2022-05-31
Fix #2498 (#2506)
Till
2022-05-31
Fix `pq: invalid input syntax for integer` when trying to get a numeric local...
Till
2022-05-30
Fix bugs in `resolve-state` tool
Neil Alexander
2022-05-30
Sort `resolve-state` output
Neil Alexander
2022-05-30
Update readme
Neil Alexander
2022-05-30
Add missing indexes to federation API destination queues (#2502)
Neil Alexander
2022-05-30
Add support for room version 10 (update to matrix-org/gomatrixserverlib#315)
Neil Alexander
2022-05-26
Add support for MSC3787 and `org.matrix.msc3787` room version (update to matr...
Neil Alexander
2022-05-26
Version 0.8.6 (#2497)
v0.8.6
Neil Alexander
2022-05-26
Upgrade various dependencies (#2496)
Neil Alexander
2022-05-26
Update to matrix-org/gomatrixserverlib#314
Neil Alexander
2022-05-26
Make logging output for state deletions a bit better
Neil Alexander
2022-05-25
Update 1_planning.md (#2467)
Brandon
2022-05-25
Try to spot state deletions when they happen (#2489)
Neil Alexander
2022-05-25
Mark room versions 8 and 9 as stable
Neil Alexander
2022-05-25
Fix using the remote provided event from `/send_join` (#2490)
Neil Alexander
2022-05-25
Fix the `resolve-state` tool
Neil Alexander
2022-05-25
Restricted join support on `/make_join`, `/send_join` (#2478)
Neil Alexander
2022-05-24
Allow authing invited user in rooms with `"restricted"` join rule (update to ...
Neil Alexander
2022-05-24
Fix `join_authorised_via_users_server` key name in `SendEvent`
Neil Alexander
2022-05-24
Give PL100 to invited users in `trusted_private_chat` preset (#2485)
Neil Alexander
2022-05-24
Strip `join_authorised_by_users_server` when updating membership events using...
Neil Alexander
2022-05-24
Handle invite in appservice roomserver consumer (#2476)
Aaron Ogle
2022-05-23
Preserve content from `/make_join` as well as supplied content in the request...
Neil Alexander
2022-05-23
Fix control flow related to joining restricted v8/v9 rooms (update to matrix-...
Neil Alexander
2022-05-23
Allow defers to run in `TestMain` in federation API tests
Neil Alexander
2022-05-23
Update to matrix-org/gomatrixserverlib#311 (#2479)
Neil Alexander
2022-05-20
Fix `/deactivate` (#2474)
Till
2022-05-19
syncapi: don't return early for no-op incremental syncs (#2473)
kegsay
2022-05-18
Really SKIP_NODB (#2472)
Till
2022-05-17
bugfix: fix race condition when updating presence via /sync (#2470)
kegsay
2022-05-17
Remove debug logging
Kegan Dougal
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-17
Add docs which explain how to calculate coverage (#2468)
kegsay
2022-05-16
Add roomserver tests (3/4) (#2447)
Till
2022-05-13
Version 0.8.5 (#2461)
v0.8.5
Neil Alexander
2022-05-13
The Pinecone `gobind` demo must listen on `localhost` for `baseURL` to be cor...
Neil Alexander
2022-05-13
Update README.md
Neil Alexander
2022-05-13
Resolve over old and new extremities (#2457)
Neil Alexander
2022-05-13
Update NATS Server to version 2.8.2 (#2460)
Neil Alexander
2022-05-13
Only try to get OTKs if the context isn't done yet
Till Faelligen
2022-05-13
Shuffle config Verify/Defaults a bit around (#2459)
Till
2022-05-12
Separate sample configs for monolith and polylith (#2456)
Neil Alexander
2022-05-12
Fix `create-account` with global database settings (#2455)
Till
2022-05-12
Wait 100ms for events to be processed by syncapi
Kegan Dougal
[next]