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
/
sqlite3
Age
Commit message (
Expand
)
Author
2022-05-16
Add roomserver tests (3/4) (#2447)
Till
2022-05-10
Add roomserver tests (2/?) (#2445)
Till
2022-05-09
Add roomserver tests (1/?) (#2434)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-24
Fix lint errors
Neil Alexander
2022-03-17
Assign room NIDs, event type NIDs and state key NIDs outside of database tran...
Neil Alexander
2022-03-17
Various bug fixes and tweaks around invites and membership
Neil Alexander
2022-03-04
Fix memory leaks with SQLite prepared statements (#2253)
Neil Alexander
2022-03-01
Limit `JoinedUsersSetInRooms` to interested users (#2234)
Neil Alexander
2022-02-21
Return `ErrRoomNoExists` if insufficient state is available for a `buildEvent...
Neil Alexander
2022-02-21
Reset invalid state snapshots for events during state storage refactor migrat...
Neil Alexander
2022-02-17
Don't re-send sent events in `add_state_events` (#2195)
Neil Alexander
2022-02-08
Allow events to be un-rejected (#2159)
Neil Alexander
2022-02-04
Full roomserver input transactional isolation (#2141)
Neil Alexander
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
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-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-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-20
Only include go-sqlite3 on the relevant binaries (#1900)
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-06-29
db migration: fix #1844 and add additional assertions (#1889)
kegsay
2021-04-26
Fix bug in SQLite migration
Neil Alexander
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-20
Always call overridden form of GetLatestEventsForUpdate (#1554)
Kegsay
2020-10-14
Ignore duplicate redaction entries (#1522)
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
Soft-fail (#1364)
Neil Alexander
2020-09-16
Implement rejected events (#1426)
Kegsay
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
Fix duplicate writers (#1376)
Neil Alexander
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-19
Roomserver updater changes (#1283)
Neil Alexander
2020-08-19
Roomserver database-wide TransactionWriters (#1282)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
[next]