- Apr 07, 2016
-
-
Christoph Witzany authored
Signed-off-by:
Christoph Witzany <christoph@web.crofting.com>
-
- Apr 06, 2016
-
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Christoph Witzany authored
-
Mark Haines authored
Test that room membership is replicated
-
Mark Haines authored
-
Mark Haines authored
Add a slaved events store class
-
Erik Johnston authored
Don't require config to create database
-
Mark Haines authored
Add a test to check that get_room_names_and_aliases does the same thing on both the master and on the slave data store.
-
Erik Johnston authored
-
Mark Haines authored
Move _get_cache_dict into the SQLBaseStore
-
Mark Haines authored
Make the cache objects be per instance rather than being global
-
Mark Haines authored
-
Mark Haines authored
-
- Apr 05, 2016
-
-
Mark Haines authored
Separate generating the replication response...
-
Erik Johnston authored
Don't backfill from self
-
Erik Johnston authored
-
Erik Johnston authored
Fix stuck invites
-
Mark Haines authored
from doing the http request parsing to make it easier to write unit tests for replication.
-
Erik Johnston authored
If rejecting a remote invite fails with an error response don't fail the entire request; instead mark the invite as locally rejected. This fixes the bug where users can get stuck invites which they can neither accept nor reject.
-
Erik Johnston authored
Store invites in a separate table.
-
- Apr 04, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Do checks for memberships before creating events
-
- Apr 01, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Use google style doc strings.
-
Erik Johnston authored
-
Mark Haines authored
pycharm supports them so there is no need to use the other format. Might as well convert the existing strings to reduce the risk of people accidentally cargo culting the wrong doc string format.
-