Commit graph

10 commits

Author SHA1 Message Date
Neil Alexander 16365357b7 whoops compile error 2020-03-06 13:58:00 +00:00
Neil Alexander adf2726f20 Fully populate eventIDMap 2020-03-06 13:41:59 +00:00
Neil Alexander fb3f97e9fe Update room version checking code 2020-03-06 11:57:45 +00:00
Neil Alexander 3f31c4d5ca Try to establish auth difference for state res v2 2020-03-04 11:37:23 +00:00
Neil Alexander 3994e4c588 Shift things around, try to use state res v2 for room version 2 2020-02-26 16:55:51 +00:00
Neil Alexander 9d249472fb Duplicate state v1 to state v2 2020-02-14 15:05:58 +00:00
Neil Alexander 9be7134727 Break out some shared functions 2020-02-14 14:54:09 +00:00
Neil Alexander c20109a573
Implement room version capabilities in CS API (#866)
* Add wiring for querying the roomserver for the default room version

* Try to implement /capabilities for room versions

* Update copyright notices

* Update sytests, add /capabilities endpoint into CS API

* Update sytest-whitelist

* Add GetDefaultRoomVersion

* Fix cases where state package was shadowed

* Fix version formatting

* Update Dockerfile to Go 1.13.6

* oh yes types I remember

* And fix the default too
2020-02-05 18:06:39 +00:00
Neil Alexander 880d8ae024
Room version abstractions (#865)
* Rough first pass at adding room version abstractions

* Define newer room versions

* Update room version metadata

* Fix roomserver/versions

* Try to fix whitespace in roomsSchema
2020-02-05 16:25:58 +00:00
ruben 74827428bd use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
Renamed from src/github.com/matrix-org/dendrite/roomserver/state/state.go (Browse further)