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
/
internal
Age
Commit message (
Expand
)
Author
2020-10-08
Return what we have when we encounter missing events when servicing backfill/...
Kegsay
2020-10-08
Return a non-fatal error to the federation API on a state regression (#1498)
Neil Alexander
2020-10-07
Deep checking of forward extremities (#1491)
Neil Alexander
2020-10-07
Don't return 500s on checking to see if a remote server is allowed to see an ...
Neil Alexander
2020-10-06
Optimise servers to backfill from (#1485)
Kegsay
2020-10-06
Don't give up if we fail to fetch a key (#1483)
Neil Alexander
2020-10-06
Remove KindRewrite (#1481)
Neil Alexander
2020-10-05
Resolve state after event against current room state when determining latest ...
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-04
Remove ServerACLs from the current state server (#1390)
Kegsay
2020-09-03
Move currentstateserver API to roomserver (#1387)
Kegsay
2020-09-03
FIFO ordering of input events (#1386)
Neil Alexander
2020-09-02
Add Queryer and Inputer and factor out more RSAPI stuff (#1382)
Kegsay
2020-09-02
Use federation sender for backfill/getting missing events (#1379)
Neil Alexander
2020-09-02
Refactor roomserver/internal - split perform stuff out (#1380)
Kegsay
2020-09-02
Expand RoomInfo to cover more DB storage functions (#1377)
Kegsay
2020-09-01
Add RoomInfo metadata struct (#1367)
Kegsay
2020-08-27
Speed up accepting invites from remote users if we're already in the room (#1...
Neil Alexander
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-25
Roomserver NID caches (#1335)
Neil Alexander
2020-08-20
Roomserver per-room input parallelisation (Postgres) (#1289)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-19
Roomserver updater changes (#1283)
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-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-04
Always set invite_room_state else synapse rejects invites
Kegan Dougal
2020-07-28
Modify /state/{eventType}/{stateKey} to return the event at the time the user...
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-03
Fix joins to rooms that we know about that have room IDs with our server part...
Neil Alexander
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
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
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
Rehuffle where things are in the internal package (#1122)
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
[prev]
[next]