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
/
clientapi
/
routing
/
keys.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
2024-02-19
Remove unused `token` (#3331)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-10-24
Fix slow querying of cross-signing signatures
Neil Alexander
2022-10-06
Always return `one_time_key_counts` on `/keys/upload` (#2769)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2021-08-04
Cross-signing groundwork (#1953)
Neil Alexander
2021-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2020-07-21
Implement claiming one-time keys locally (#1210)
Kegsay
2020-07-15
Implement /keys/query locally (#1204)
Kegsay
2020-07-15
Fix panic when uploading keys (#1203)
Kegsay
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay