0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-27 07:18:46 +02:00
dendrite/roomserver/storage/sqlite3
Neil Alexander a66c701b29
Add room version to room create request, persist in storage (#915)
* Add room version into createRoomReq

* Extract room version from m.room.create event when persisting

* Reduce cyclomatic complexity

* Update whitelist, gomatrixserverlib, tweaks to roomserver

* Update sytest-whitelist again
2020-03-17 15:12:01 +00:00
..
event_json_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
event_state_keys_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
event_types_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
events_table.go bugfix: fix sytest 155 by actually returning depth+1 and not 0 2020-03-06 14:31:12 +00:00
invite_table.go sqlite: fixes from sytest (#872) 2020-02-20 09:28:03 +00:00
membership_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
prepare.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
previous_events_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
room_aliases_table.go sqlite: fixes from sytest (#872) 2020-02-20 09:28:03 +00:00
rooms_table.go Update room version descriptors, add error handling (#906) 2020-03-16 16:05:29 +00:00
sql.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
state_block_table.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
state_block_table_test.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
state_snapshot_table.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
storage.go Add room version to room create request, persist in storage (#915) 2020-03-17 15:12:01 +00:00
transactions_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00