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
/
routing
Age
Commit message (
Expand
)
Author
2022-08-25
Fix 500s on `/state`, `/state_ids` when state not known (#2672)
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-08-02
Stronger checks for `/send_join` (#2604)
Neil Alexander
2022-07-22
Membership updater refactoring (#2541)
Neil Alexander
2022-07-11
Ristretto cache (#2563)
Neil Alexander
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-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-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
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-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-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-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-03-29
Remove eduserver (#2306)
S7evinK
2022-02-11
Ensure only one transaction is used for RS input per room (#2178)
Neil Alexander
2022-02-11
Drop `m.room.create` events in federation `/send` transaction (#2179)
Neil Alexander
2022-02-09
Unmarshal events at the Dendrite level not GMSL level (#2164)
kegsay
2022-02-08
Remove OutputKeyChangeEvent consumer on keyserver (#2160)
S7evinK
2022-01-31
Tweak some logging (#2130)
Neil Alexander
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-06
Fix #2084 - incorrect /event_auth response (#2085)
kegsay
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-11-08
Resume federation sends (#2039)
Neil Alexander
2021-11-02
Update to matrix-org/gomatrixserverlib@5e02b64
Neil Alexander
2021-09-10
Added .well-known/matrix/server endpoint (#1988)
Ryan W
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-09-07
Add more logs (#2005)
kegsay
2021-08-27
Don't return nonsense canonical room aliases in the public rooms responses (#...
Neil Alexander
2021-08-27
publicRooms should accept POST as well as GET (#1991)
Neil Alexander
2021-08-17
Cross-signing fixes, notifications via sync, federation (#1974)
Neil Alexander
2021-08-09
Cross-signing signature handling (#1965)
Neil Alexander
2021-08-06
Cross-signing validation for self-sigs, expose signatures over `/user/keys/qu...
Neil Alexander
2021-08-03
Add tracing to user API (#1948)
kegsay
2021-07-26
fix:Inviting to an unsupported room version return M_BAD_JSON instead of Inco...
Meenal Trivedi
2021-07-19
Fix failing Complement tests (#1931)
kegsay
2021-07-16
fedsender: try to satisfy all notary key requests from the cache first (#1925)
kegsay
2021-07-15
fedsender: add cache tables for notary keys (#1923)
kegsay
2021-07-13
Fix failing complement test (#1917)
kegsay
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
[next]