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
/
federationapi
Age
Commit message (
Expand
)
Author
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-08-25
Fix 500s on `/state`, `/state_ids` when state not known (#2672)
Neil Alexander
2022-08-23
Only set backOffStarted to false if until is not zero (#2669)
Till
2022-08-19
De-race `TestExpireEDUs` (#2654)
Winter
2022-08-18
Actually store EDUs once we retrieved from the database (#2651)
Till
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-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-02
Stronger checks for `/send_join` (#2604)
Neil Alexander
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-07-22
Membership updater refactoring (#2541)
Neil Alexander
2022-07-12
Minor SendToDevice fix (#2565)
Till
2022-07-11
Ristretto cache (#2563)
Neil Alexander
2022-07-05
Hopefully fix read receipts timestamps (#2557)
Neil Alexander
2022-06-30
Silence presence logs (#2547)
Till
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
Neil Alexander
2022-06-15
Fix rare panic when returning user devices over federation (#2534)
Till
2022-05-30
Add missing indexes to federation API destination queues (#2502)
Neil Alexander
2022-05-26
Add support for MSC3787 and `org.matrix.msc3787` room version (update to matr...
Neil Alexander
2022-05-25
Fix using the remote provided event from `/send_join` (#2490)
Neil Alexander
2022-05-25
Restricted join support on `/make_join`, `/send_join` (#2478)
Neil Alexander
2022-05-23
Preserve content from `/make_join` as well as supplied content in the request...
Neil Alexander
2022-05-23
Allow defers to run in `TestMain` in federation API tests
Neil Alexander
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-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-09
Federation consumer `adds_state_event_ids` tweak (#2441)
Neil Alexander
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-29
Device list display name fixes (#2405)
Neil Alexander
2022-04-28
Don't answer expensive federation requests for rooms we no longer belong to (...
Neil Alexander
2022-04-27
Fix graceful shutdown
Neil Alexander
2022-04-27
Don't try to federated-join via ourselves (#2383)
Neil Alexander
2022-04-25
Return M_NOT_FOUND for rejected events (#2371)
Till
2022-04-25
Only call key update process functions if there are updates, don't send thing...
Neil Alexander
2022-04-25
Store the EDU type in the database (#2370)
Till
2022-04-22
Fix retrieving cross-signing signatures in `/user/devices/{userId}` (#2368)
Neil Alexander
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-04-07
Simplify presence stringification (should help with vector-im/element-android...
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-05
Update to matrix-org/gomatrixserverlib#300
Neil Alexander
2022-04-04
Slower federation warm-up (#2320)
Neil Alexander
[next]