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
/
test
/
testrig
Age
Commit message (
Expand
)
Author
2024-07-27
Fix: Edited messages appear twice in fulltext search (#3363)
Alex
2023-03-22
Update Go, use go tool covdata for coverage files?
Till Faelligen
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-01-23
Initial Store & Forward Implementation (#2917)
devonh
2023-01-23
Use `t.TempDir` for SQLite databases, so tests don't rip out each others data...
Till
2023-01-20
Make tests more reliable (#2948)
Till
2022-12-08
Add UserAPI util tests (#2907)
Till
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-09-07
Fulltext implementation incl. config (#2480)
Till
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay