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
/
postgres
Age
Commit message (
Expand
)
Author
2021-07-26
Not finding the snapshot is not fatal (#1940)
kegsay
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-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-04-26
State storage refactor (#1839)
Neil Alexander
2020-12-16
Hit the database far less in Events to find room NIDs and room versions (#1643)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-14
Ignore duplicate redaction entries (#1522)
Neil Alexander
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
2020-09-16
Implement rejected events (#1426)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-09-04
Fix nil txn bug
Neil Alexander
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
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-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
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
2020-05-26
roomserver: start refactoring storage layer (#1061)
Kegsay
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
Use memberships to determine whether to reset latest events/state on room joi...
Neil Alexander
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-16
Set default room version to 4 (#957)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-04-03
Invites v2 endpoint (#952)
Neil Alexander
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-19
Room server changes for room versions (#930)
Neil Alexander
2020-03-19
HeaderedEvents in sync API (#922)
Neil Alexander
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-17
Get room versions from database (#918)
Neil Alexander
2020-03-17
Add room version to room create request, persist in storage (#915)
Neil Alexander
2020-03-16
Update room version descriptors, add error handling (#906)
Neil Alexander
2020-02-11
Always defer *sql.Rows.Close and consult with Err (#844)
Kiril Vladimiroff
[next]