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
2020-07-21
Use TransactionWriter in roomserver SQLite (#1208)
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-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
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-04
Roomserver perform leave (#1004)
Neil Alexander
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-04-29
Honour history_visibility when backfilling (#990)
Kegsay
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-03-06
bugfix: fix sytest 155 by actually returning depth+1 and not 0
Kegan Dougal
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-02-20
sqlite: fixes from sytest (#872)
Kegsay
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
[prev]