Commit graph

3 commits

Author SHA1 Message Date
Kegan Dougal 0654697ef3 Unbreak tests; use a membership enum for space 2020-06-30 12:04:22 +01:00
Kegan Dougal 8a5f32254e Remove membership table from account DB
And make code which needs that data use the currentstate server
2020-06-30 11:37:26 +01:00
Kegsay ca5bbffd8d
Add a new component: currentstateserver (#1171)
* Add a new component: currentstateserver

- Add a skeleton for it, with databases and a single query method.
- Add integration tests for it.
- Add listen/address fields in the config (breaking as this will force people to specify this to validate)

Not currently hooked up to anything yet.

* Unbreak config tests

* Add current_state to sample config

* comments
2020-06-30 10:37:21 +01:00