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-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
2021-03-30
Add a per-room mutex to federationapi when processing transactions (#1810)
Kegsay
2021-03-24
Add Sentry support (#1803)
Kegsay
2021-03-23
Add more metrics (#1802)
Kegsay
2021-03-23
log less for failed key querys, add counters for incoming pdus/edus (#1801)
Kegsay
2021-03-03
Fix appsevice alias queries part 2 (#1684)
Will Hunt
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-02-16
Don't query for servers so often in /send (#1766)
Neil Alexander
2021-01-22
Gate peeking behind msc flags (#1731)
Kegsay
2021-01-22
Peeking over federation via MSC2444 (#1391)
Matthew Hodgson
2021-01-04
Send/state tweaks (#1681)
Neil Alexander
2020-12-04
MSC2836 threading: part 2 (#1596)
Kegsay
2020-12-03
Peeking updates (#1607)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
[next]