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
/
federationsender
Age
Commit message (
Expand
)
Author
2020-08-10
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-07
Backoff fixes (#1250)
Neil Alexander
2020-08-07
Tweak log levels of some federation logging (#1248)
Neil Alexander
2020-08-06
Yggdrasil demo updates (#1241)
Neil Alexander
2020-08-05
SelectJoinedHostsForRooms should use QueryVariadic on SQLite (#1238)
Neil Alexander
2020-08-04
Unbreak postgres
Kegan Dougal
2020-08-04
Send device list updates to servers (outbound only) (#1237)
Kegsay
2020-07-23
Add UNIQUE constraint to blacklist table (#1216)
Neil Alexander
2020-07-22
Persistent federation sender blacklist (#1214)
Neil Alexander
2020-07-20
Remove debug lines
Neil Alexander
2020-07-20
Deduplicate FS database, EDU persistence table (#1207)
Neil Alexander
2020-07-16
Yggdrasil demo updates ("Bare QUIC")
Neil Alexander
2020-07-14
Send-to-device messages over federation (#1198)
Neil Alexander
2020-07-10
Yggdrasil demo updates
Neil Alexander
2020-07-09
Use TransactionWriter to reduce database lock issues on SQLite (#1192)
Neil Alexander
2020-07-09
Reduce federation sender wedges (#1191)
Neil Alexander
2020-07-08
Handle case where pendingPDUs might get out of sync for some reason
Neil Alexander
2020-07-08
Squashed commit of the following:
Neil Alexander
2020-07-07
Fix build
Neil Alexander
2020-07-07
Fix error handling in federationsender
Neil Alexander
2020-07-07
bugfix: continue sending PDUs if ones are added whilst sending another PDU (...
Kegsay
2020-07-03
Wake up destination queues more aggressively (#1183)
Neil Alexander
2020-07-03
Hydrate destination queues at startup (#1179)
Neil Alexander
2020-07-02
Yggdrasil+QUIC demo, federation sender tweaks (#1177)
Neil Alexander
2020-07-01
Persistent federation sender queues (PDUs) (#1173)
Neil Alexander
2020-06-25
Return remote errors from FS.PerformJoin (#1164)
Kegsay
2020-06-12
Minor perf/debugging improvements (#1121)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-11
Remove unused internal APIs (#1117)
Kegsay
2020-06-10
Remove federationsender producer, which in fact was not a producer (#1115)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-05
Use AuthChainProvider to try and speed up federated joins (#1100)
Neil Alexander
2020-06-04
Refactor how federationsender gets created (#1095)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-04
Don't reset counters before successful outgoing federation request (#1089)
Neil Alexander
2020-06-01
Add a way to force federationsender to retry sending transactions (#1077)
Kegsay
2020-05-29
fedsender: de-duplicate without sorting server names (#1073)
Kegsay
2020-05-27
Read batches from incoming channels (#1067)
Neil Alexander
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
Fix API paths
Neil Alexander
2020-05-22
dendritejs tweaks for persisting sqlite DBs (#1058)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-18
Add -api flag to monolith (#1044)
Neil Alexander
2020-05-15
Don't prematurely stop trying to join using servers (#1041)
Neil Alexander
2020-05-07
Fix 'input to Unique() must be sorted' panic
Neil Alexander
2020-05-07
Improve federation sender performance, implement backoff and blacklisting, fi...
Neil Alexander
[next]