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-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
2021-07-07
Fix concurrent map reads/writes on t.hadEvents (#1902)
Neil Alexander
2021-07-05
Track expiry rate on pduCountTotal
Neil Alexander
2021-07-05
Federation API fixes (#1899)
Neil Alexander
2021-07-05
Remove processEventWithMissingStateMutex
Neil Alexander
2021-07-02
Federation API workers for /send to reduce memory usage (#1897)
Neil Alexander
2021-06-30
Fix concurrent map read/write on haveEvents (#1893)
Neil Alexander
2021-06-30
Change how servers are selected for missing auth/prev events (#1892)
Neil Alexander
2021-06-30
Give up on loops when the context expires (#1891)
Neil Alexander
2021-06-30
Reduce memory usage in federation /send endpoint (#1890)
Neil Alexander
2021-06-29
Put gmectx back to 5 minutes
Neil Alexander
2021-06-29
Restore the getServers RS query (needs optimisation)
Neil Alexander
2021-06-28
Protect processEventWithMissingState with per-room mutex, to prevent mass CPU...
Neil Alexander
2021-04-13
Move room mutex in federation API (#1830)
Neil Alexander
2021-04-08
Optimise memory usage when calling /g_m_e (#1819)
Kegsay
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
[next]