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
/
currentstateserver
/
storage
Age
Commit message (
Expand
)
Author
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-01
Fix duplicate writers (#1376)
Neil Alexander
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-11
Support for server ACLs (#1261)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-24
Modify QuerySharedUsers to handle counts/include/exclude (#1219)
Kegsay
2020-07-23
currentstate: Add QuerySharedUsers (#1217)
Kegsay
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-07-08
Finish implementing redactions (#1189)
Kegsay
2020-07-07
Emit redacted_event from the roomserver when redactions are validated (#1186)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-30
Remove membership table from account DB (#1172)
Kegsay
2020-06-30
Add a new component: currentstateserver (#1171)
Kegsay