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
/
storage
/
shared
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-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-22
Add federation peeking table tests (#2920)
Till
2022-11-16
Fix bug in a2f72dd9
Neil Alexander
2022-11-16
Fix slice out of bounds in federation API
Neil Alexander
2022-11-15
Don't get blacklisted hosts when querying joined servers (#2880)
Neil Alexander
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-21
Optimize inserting pending PDUs/EDUs (#2821)
Till
2022-10-19
Refactor Federation Destination Queues (#2807)
devonh
2022-10-10
Fix joined hosts with `RewritesState` (#2785)
Neil Alexander
2022-09-07
Handle errors differently in the `DeviceListUpdater` (#2695)
Till
2022-08-18
Actually store EDUs once we retrieved from the database (#2651)
Till
2022-08-09
Add housekeeping function to delete old/expired EDUs (#2399)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-04-25
Store the EDU type in the database (#2370)
Till
2022-01-25
Exclude our own server name in `GetJoinedHostsForRooms` (#2110)
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander