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
/
userapi
/
storage
/
sqlite3
/
storage.go
Age
Commit message (
Expand
)
Author
2024-12-17
Support for fallback keys (#3451)
Neil
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-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-10-18
Namespace user API tables (#2806)
Neil Alexander
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Refactor user API storage (#2202)
Neil Alexander
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander