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-10-07
Fix issue with DMs shown as normal rooms (#2776)
Till
2022-10-06
Allow specifying old signing keys with the public key and key ID only (#2770)
Neil Alexander
2022-10-06
Tweak logging for federated room joins
Neil Alexander
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-09-29
Remove `Suppressing send-to-device` log line
Neil Alexander
2022-09-26
Remove `origin` field from PDUs (#2737)
Neil Alexander
2022-09-22
Tweak `InsertMigration` to avoid logging (#2720)
Till
2022-09-20
Update dependencies (#2729)
Neil Alexander
2022-09-16
Fix origin on device list update EDUs
Till Faelligen
2022-09-13
Send-to-device consumer/producer tweaks (#2713)
Till
2022-09-08
Fix issue with stale device lists (#2702)
Till
2022-09-07
Add HTTP status code to FederationClientError (#2699)
Till
2022-09-07
Avoid unneeded JSON operations (#2698)
Till
2022-09-07
Add a SigningKeyUpdate producer (#2697)
Till
2022-09-07
Handle errors differently in the `DeviceListUpdater` (#2695)
Till
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
[next]