aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/sqlite3/invites_table.go
AgeCommit message (Expand)Author
2023-11-09More `rows.Close()` and `rows.Err()` (#3262)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-08-25Fix 'Invited user can reject invite over federation several times' (#1341)Kegsay
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-15Add Range (#1037)Kegsay
2020-05-13Initial syncapi storage refactor to share pq/sqlite code (#1030)Kegsay
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay