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
Age
Commit message (
Expand
)
Author
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
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-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-17
Fix SQLite `session_id` (#2977)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-02
Add message stats to reporting (#2748)
Till
2022-10-21
Set `display_name` and/or `avatar_url` for server notices (#2820)
Till
2022-10-18
Namespace user API tables (#2806)
Neil Alexander
2022-09-27
Refactor notifications (#2688)
Till
2022-09-26
Use `TxStmt` in SQLite pusher table
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-05-05
Update table names for user API stats table
Neil Alexander
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-04-28
Make tests more reliable
Till Faelligen
2022-04-27
Add UserAPI storage tests (#2384)
Till
2022-04-19
Change `pushkey_ts` to be seconds (fix #2354) (#2358)
Neil Alexander
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-03
Clean old notifications regularly (#2244)
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