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
/
send.go
Age
Commit message (
Expand
)
Author
2023-06-06
Make `StrictValidityChecking` a function (#3092)
Till
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-10
Send E2EE related errors to sentry (#2784)
Till
2022-09-16
Fix origin on device list update EDUs
Till Faelligen
2022-09-07
Avoid unneeded JSON operations (#2698)
Till
2022-09-07
Add a SigningKeyUpdate producer (#2697)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
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-04-25
Only call key update process functions if there are updates, don't send thing...
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
Drop `m.room.create` events in federation `/send` transaction (#2179)
Neil Alexander
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-05
Add NATS JetStream support (#1866)
S7evinK
2021-11-08
Resume federation sends (#2039)
Neil Alexander
2021-11-02
Update to matrix-org/gomatrixserverlib@5e02b64
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-09-07
Add more logs (#2005)
kegsay
2021-08-17
Cross-signing fixes, notifications via sync, federation (#1974)
Neil Alexander
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-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
[next]