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
/
roomserver
/
inthttp
Age
Commit message (
Expand
)
Author
2020-09-29
Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...
Neil Alexander
2020-09-24
Reject make_join for empty rooms (#1439)
Neil Alexander
2020-09-16
Implement rejected events (#1426)
Kegsay
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-04
Remove QueryKnownUsers from current state server (#1393)
Kegsay
2020-09-03
Move currentstateserver API to roomserver (#1387)
Kegsay
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-24
Pass join errors through internal API boundaries (#1157)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-11
Remove unused internal APIs (#1117)
Kegsay
2020-06-05
More flexible caching (#1101)
Neil Alexander
2020-06-05
General cleanup when making components (#1098)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay