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
/
routing
/
eventauth.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
Fixup missed license headers
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
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-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-04-28
Don't answer expensive federation requests for rooms we no longer belong to (...
Neil Alexander
2022-02-09
Unmarshal events at the Dendrite level not GMSL level (#2164)
kegsay
2022-01-06
Fix #2084 - incorrect /event_auth response (#2085)
kegsay
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-03-14
Federation: Add event_auth endpoint (#905)
Kegsay