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
/
queue
/
queue.go
Age
Commit message (
Expand
)
Author
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-11-22
Update ACLs when received as outliers (#3008)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2022-11-18
Add p2p wakeup broadcast handling to pinecone demos (#2841)
devonh
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-10-26
Associate events in db before queueing them to send (#2833)
devonh
2022-10-21
Optimize inserting pending PDUs/EDUs (#2821)
Till
2022-10-19
Refactor Federation Destination Queues (#2807)
devonh
2022-10-13
Revert "Federation backoff fixes and tests (#2792)"
Neil Alexander
2022-10-13
Federation backoff fixes and tests (#2792)
devonh
2022-10-10
Send E2EE related errors to sentry (#2784)
Till
2022-08-05
Only create a new destinationQueue if we don't have one (#2620)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-04-27
Fix graceful shutdown
Neil Alexander
2022-04-25
Only call key update process functions if there are updates, don't send thing...
Neil Alexander
2022-04-04
Slower federation warm-up (#2320)
Neil Alexander
2022-02-11
Remove FederationDisabled error type (#2174)
S7evinK
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander