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
/
storage_test.go
Age
Commit message (
Expand
)
Author
2024-12-17
Support for fallback keys (#3451)
Neil
2024-10-17
Rename the go package
Quentin Gliech
2023-10-25
Add simple test for one time keys (#3239)
devonh
2023-04-19
refactor: update GMSL (#3058)
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-02-20
Merge keyserver & userapi (#2972)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
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-09-27
Refactor notifications (#2688)
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-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