- Mar 19, 2018
-
-
Neil Johnson authored
bump version
-
Neil Johnson authored
-
- Mar 15, 2018
-
-
Erik Johnston authored
Update purge_history_api.rst
-
Erik Johnston authored
Doc: Make the event_creator routes regex a code block
-
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
-
Travis Ralston authored
All the others are code blocks, so this one should be to (currently it is a blockquote). Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
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
-