- Mar 14, 2018
-
-
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
-
Erik Johnston authored
Make RoomMemberHandler functions private that can be
-
Erik Johnston authored
extra_users is actually a list of UserIDs
-
Erik Johnston authored
Refactor get_or_register_3pid_guest
-
Erik Johnston authored
RoomMembershipRestServlet doesn't handle /forget
-
Erik Johnston authored
Due to the order we register the REST handlers `/forget` was handled by the correct handler.
-
Erik Johnston authored
-
Richard van der Hoff authored
Add Measure block for persist_events
-
Erik Johnston authored
Move property setting from ReplicationLayer to base classes
-
Erik Johnston authored
Split out edu/query registration to a separate class
-
Erik Johnston authored
-
Erik Johnston authored
-