- Mar 15, 2018
-
-
Richard van der Hoff authored
clarify that `purge_history` will not purge state
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Mar 14, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
clean formatting
-
Neil Johnson authored
WIP, need to add most recent PRs
-
Erik Johnston authored
Register membership/state servlets in event_creator
-
Erik Johnston authored
-
Erik Johnston authored
Implement RoomMemberWorkerHandler
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Only update remote profile cache on master
-
Erik Johnston authored
Split up ProfileStore
-
Erik Johnston authored
_remote_join and co take a requester
-
Erik Johnston authored
Add is_blocked to worker store
-
- Mar 13, 2018
-
-
Matthew Hodgson authored
Fixes a regression that had crept in where the caching layer upholds requests for loading state which is filtered by type (but not by state_key), but the DB layer itself would interpret a missing state_key as a request to filter by null state_key rather than returning all state_keys.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split RoomMemberHandler into base and master class
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
I added yields when calling user_left_room, but they shouldn't matter on the master process as they always return None anyway.
-
Erik Johnston authored
The intention here is to split the class into the bits that can be done on workers and the bits that have to be done on the master. In future there will also be a class that can be run on the worker, which will delegate work to the master when necessary.
-
Erik Johnston authored
Remove ReplicationLayer and user Client/Server directly
-
Erik Johnston authored
Factor out _remote_reject_invite in RoomMember
-
Erik Johnston authored
Don't build handlers on workers unnecessarily
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-