- Apr 07, 2016
-
-
Mark Haines authored
Add tests for get_latest_event_ids_in_room and get_current_state
-
Mark Haines authored
Rather than adding them globally. This limits the changes to only affect the tests.
-
Erik Johnston authored
Deduplicate membership changes
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
-
Erik Johnston authored
Set profile information when joining rooms remotely
-
Erik Johnston authored
-
- Apr 06, 2016
-
-
Richard van der Hoff authored
Let users see their own leave events
-
Mark Haines authored
Test that room membership is replicated
-
Mark Haines authored
-
Mark Haines authored
Add a slaved events store class
-
Richard van der Hoff authored
... otherwise clients get confused. Fixes https://matrix.org/jira/browse/SYN-662, https://github.com/vector-im/vector-web/issues/368
-
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.
-
Mark Haines authored
Use a stream id generator for backfilled ids
-
Mark Haines authored
-