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