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
Age
Commit message (
Expand
)
Author
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-08-27
Don't return nonsense canonical room aliases in the public rooms responses (#...
Neil Alexander
2021-07-21
Various alias fixes (#1934)
Neil Alexander
2021-07-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
2021-03-03
Fix appsevice alias queries part 2 (#1684)
Will Hunt
2021-03-03
Send events to appservice based on room membership (#1680)
Will Hunt
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-12-18
Fix #1655 by re-adding the appservice alias query (#1660)
Neil Alexander
2020-12-04
MSC2836 threading: part 2 (#1596)
Kegsay
2020-12-03
Peeking updates (#1607)
Neil Alexander
2020-11-19
MSC2836: Threading - part one (#1589)
Kegsay
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-19
KindOld (#1531)
Neil Alexander
2020-10-14
Improved state handling in /send (#1521)
Neil Alexander
2020-10-07
Deep checking of forward extremities (#1491)
Neil Alexander
2020-10-06
Remove KindRewrite (#1481)
Neil Alexander
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-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-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
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-08
Finish implementing redactions (#1189)
Kegsay
2020-07-07
Emit redacted_event from the roomserver when redactions are validated (#1186)
Kegsay
2020-07-03
Implement local redaction (#1182)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-25
Return remote errors from FS.PerformJoin (#1164)
Kegsay
2020-06-24
Refactor SendMembership - make ban test pass (#1160)
Kegsay
2020-06-24
Make same membership transitions 403, add sytests (#1161)
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
Minor perf/debugging improvements (#1121)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-11
Remove unused internal APIs (#1117)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
sytest: Make 'Inbound federation can backfill events' pass (#1051)
Kegsay
2020-05-05
Prefer /state_ids when missing state across federation (#1008)
Kegsay
[next]