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
/
storage
/
shared
Age
Commit message (
Expand
)
Author
2021-07-22
Track knocking in membership updater (#1935)
Neil Alexander
2021-07-21
Various alias fixes (#1934)
Neil Alexander
2021-07-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-19
Fix failing ban tests (#1884)
David Spenler
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
2021-06-21
Fix panic in roomserver
Neil Alexander
2021-04-26
State storage refactor (#1839)
Neil Alexander
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2020-12-16
Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)
Neil Alexander
2020-12-16
Hit the database far less in Events to find room NIDs and room versions (#1643)
Neil Alexander
2020-12-04
Don't recalculate event IDs so often (#1610)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-20
Always call overridden form of GetLatestEventsForUpdate (#1554)
Kegsay
2020-10-20
Fix sqlite locking bugs present on sytest (#1543)
Kegsay
2020-10-15
Better logging around db.StoreEvent
Neil Alexander
2020-10-14
txn nil guard when rolling back LatestEventsUpdater (#1524)
Kegsay
2020-10-13
Wrap NewMembershipUpdater in a db writer (#1515)
Kegsay
2020-10-07
Deep checking of forward extremities (#1491)
Neil Alexander
2020-09-21
Use room version cache in Events()
Neil Alexander
2020-09-16
Implement rejected events (#1426)
Kegsay
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-08
Process membership updates in writers (#1414)
Neil Alexander
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Update GetStateEvent behaviour (#1399)
Neil Alexander
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-09-03
Implement more CSS storage functions in roomserver (#1388)
Kegsay
2020-09-03
Move currentstateserver API to roomserver (#1387)
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-25
Make redactions permanent (#1337)
Neil Alexander
2020-08-25
Roomserver NID caches (#1335)
Neil Alexander
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-20
Roomserver per-room input parallelisation (Postgres) (#1289)
Neil Alexander
2020-08-20
Fix more roomserver transactions/locks (#1287)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-19
Roomserver updater changes (#1283)
Neil Alexander
2020-07-21
Fix lint error
Neil Alexander
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-06
Implement core redaction logic (#1185)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-05-28
Merge Updater structs (#1069)
Kegsay
2020-05-27
Convert remaining roomserver tables (#1065)
Kegsay
2020-05-27
Convert room_aliases previous_events state_block and state_snapshot tables (#...
Kegsay
2020-05-26
Convert transactions/rooms table to share more code (#1063)
Kegsay
2020-05-26
Convert events/event_json tables to share code (#1062)
Kegsay
[next]