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
Age
Commit message (
Expand
)
Author
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-10-25
Add simple test for one time keys (#3239)
devonh
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-06-02
Fix newly found linter issues (#3099)
Till
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-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-01
Fix UTs
Till Faelligen
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-11-01
Fix flakey stats tests
Till Faelligen
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-10-14
Relax test a bit
Till Faelligen
2022-10-10
Tweak `GetAccountByPassword` more
Neil Alexander
2022-10-10
Stronger passwordless account checks (fixes #2780)
Neil Alexander
2022-09-27
Refactor notifications (#2688)
Till
2022-09-26
Use `TxStmt` in SQLite pusher table
Neil Alexander
2022-09-26
Fix possible "Database is locked" issue
Till Faelligen
2022-09-09
Use database writer in user API `DeleteOldNotifications`
Neil Alexander
2022-09-09
Update getting pushrules, add tests, tweak pushrules (#2705)
Till
2022-08-05
Fix linter issues (#2624)
Till
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-05-31
Fix #2498 (#2506)
Till
2022-05-31
Fix `pq: invalid input syntax for integer` when trying to get a numeric local...
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
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-30
Test_Devices, sqlite may return devices in different order, test should still...
Brian Meek
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-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-03-23
Fix #2287 by trying to fetch account by lowercase localpart (#2292)
S7evinK
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
2022-02-16
Add account type (#2171)
S7evinK
2022-02-10
Support for `m.login.token` (#2014)
tommie
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-11-02
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
PiotrKozimor
2021-09-08
- Removed double imports (#1989)
Ryan W
[next]