summary refs log tree commit diff
path: root/synapse/storage/databases/main/schema (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-0/+26
|
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-022-0/+42
| | | | | | This is *not* ready for production yet. Caveats: 1. We should write some tests... 2. The stream token that we use for events can get stalled at the minimum position of all writers. This means that new events may not be processed and e.g. sent down sync streams if a writer isn't writing or is slow.
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-0/+25
|
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-0/+18
|
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-0/+17
|
* Revert #7736 (#8039)Brendan Abolivier2020-08-061-18/+0
|
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-05216-0/+8908