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
/
interface.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-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-15
Don't get blacklisted hosts when querying joined servers (#2880)
Neil Alexander
2022-10-21
Optimize inserting pending PDUs/EDUs (#2821)
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-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-25
Exclude our own server name in `GetJoinedHostsForRooms` (#2110)
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander