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
/
api
/
wrapper.go
Age
Commit message (
Expand
)
Author
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-02-28
Update `Events` call-sites which now don't return an error, update `parsedRes...
Neil Alexander
2022-02-09
Unmarshal events at the Dendrite level not GMSL level (#2164)
kegsay
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-08-27
Don't return nonsense canonical room aliases in the public rooms responses (#...
Neil Alexander
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-01-22
Peeking over federation via MSC2444 (#1391)
Matthew Hodgson
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-10-19
KindOld (#1531)
Neil Alexander
2020-10-06
Remove KindRewrite (#1481)
Neil Alexander
2020-09-21
Soft-fail (#1364)
Neil Alexander
2020-09-16
Implement rejected events (#1426)
Kegsay
2020-09-15
Handle state with input event as new events (#1415)
Neil Alexander
2020-09-03
Move currentstateserver API to roomserver (#1387)
Kegsay
2020-09-03
FIFO ordering of input events (#1386)
Neil Alexander
2020-08-17
Make PerformJoin responsible for sending invite to RS input (#1277)
Neil Alexander
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-07-03
Implement local redaction (#1182)
Kegsay
2020-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay