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
Age
Commit message (
Expand
)
Author
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-21
Fix #2027 by gracefully handling stub rooms (#2100)
kegsay
2021-12-09
Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...
Neil Alexander
2021-11-22
Don't persist transaction IDs in the roomserver (#2048)
Neil Alexander
2021-11-18
Only return non-stub rooms from `GetKnownRooms` (#2049)
Neil Alexander
2021-11-02
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
PiotrKozimor
2021-11-02
Fix #2028 (#2036)
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-09-07
Add more logs (#2005)
kegsay
2021-08-04
Ensure all create events have a snapshot NID of 0 (#1961)
kegsay
2021-08-04
Fix sqlite migration issues (#1960)
kegsay
2021-07-28
Factor out StatementList to `sqlutil` and use it in `userapi`
Kegan Dougal
2021-07-26
Not finding the snapshot is not fatal (#1940)
kegsay
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-20
Only include go-sqlite3 on the relevant binaries (#1900)
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-07-09
bugfix: order the state blocks so recreating state snapshots works correctly ...
kegsay
2021-07-07
db migration: handle create events with no state blocks from v0.1.0 (#1904)
kegsay
2021-06-29
db migration: fix #1844 and add additional assertions (#1889)
kegsay
2021-06-21
Fix panic in roomserver
Neil Alexander
2021-04-26
Fix bug in SQLite migration
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-12-02
Top-level setup package (#1605)
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-14
Ignore duplicate redaction entries (#1522)
Neil Alexander
2020-10-13
Wrap NewMembershipUpdater in a db writer (#1515)
Kegsay
2020-10-07
Deep checking of forward extremities (#1491)
Neil Alexander
2020-10-01
Fix bug in error handling in SQLite InsertPreviousEvent (#1456)
Neil Alexander
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
2020-09-21
Use room version cache in Events()
Neil Alexander
2020-09-21
Soft-fail (#1364)
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-04
Fix nil txn bug
Neil Alexander
[next]