summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-16Clean up the blacklist/whitelist handling.Mark Haines3-41/+37
Always set the config key with an empty list, even if a list isn't specified. This means that the codepaths are the same for both the empty list and for a missing key. Since the behaviour is the same for both cases this makes the code somewhat easier to reason about.
2016-05-13fix logoMatrix1-1/+1
2016-05-13rogue imgMatthew Hodgson1-1/+0
2016-05-13fix matrix.to URLsMatthew Hodgson1-2/+2
2016-05-13Assert that stream replicated stream positions are intsMark Haines3-7/+7
2016-05-13Manually expire broken caches like the who_forgot_in_roomMark Haines1-0/+16
2016-05-13Use the SlavedAccountDataStoreMark Haines1-10/+3
2016-05-13Shift some of the state_group methods into the SlavedEventStoreMark Haines2-45/+19
2016-05-13Allow receipts for events we haven't seen in the dbMark Haines1-4/+6
2016-05-13Add a slaved datastore for account dataMark Haines2-0/+117
2016-05-13