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
Age
Commit message (
Expand
)
Author
2024-05-01
Take advantage of changes in recent Go versions (#3361)
0x1a8510f2
2024-04-09
Don't attempt to send transactions if Dendrite is shutting down (#3356)
Till
2024-02-28
Make usage of relays optional, avoid DB roundtrips (#3337)
Till
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-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-21
Implement new RoomVersionImpl API (#3062)
kegsay
2023-04-20
refactor: funnel event creation through room versions (#3060)
kegsay
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-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-01-28
Relay integration to pinecone demos (#2955)
devonh
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2022-12-22
Add federation peeking table tests (#2920)
Till
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-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-21
Optimize inserting pending PDUs/EDUs (#2821)
Till
2022-10-20
Fix flakey queue test (#2818)
devonh
2022-10-20
Fix race condition
Till Faelligen
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-09-20
Update dependencies (#2729)
Neil Alexander
2022-08-09
Add housekeeping function to delete old/expired EDUs (#2399)
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-25
Store the EDU type in the database (#2370)
Till
2022-04-04
Slower federation warm-up (#2320)
Neil Alexander
2022-02-11
Remove FederationDisabled error type (#2174)
S7evinK
2022-02-08
Demote logging entry for backoff
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander