- May 22, 2017
-
-
Erik Johnston authored
Instead of every time a new email pusher is created, as loading jinja2 templates is slow.
-
Erik Johnston authored
Correctly calculate push rules for member events
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Update list cache to handle one arg case
-
Erik Johnston authored
Speed up calculating push rules
-
Erik Johnston authored
-
Erik Johnston authored
We update the normal cache descriptors to handle caches with a single argument specially so that the key wasn't a 1-tuple. We need to update the cache list to be aware of this.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 19, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Fix invalidation of get_users_with_read_receipts_in_room
-
Erik Johnston authored
-
Erik Johnston authored
Store ActionGenerator in HomeServer
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 18, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make get_if_app_services_interested_in_user faster
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make calculating push actions faster
-
Erik Johnston authored
-
Erik Johnston authored
Correct a typo in UPGRADE.rst
-
Aaron Raimist authored
-
- May 17, 2017
-
-
Erik Johnston authored
Make get_state_groups_from_groups faster.
-
Erik Johnston authored
We add a push rule specific cache that ensures that we can reuse calculated push rules appropriately when a user join/leaves.
-
Erik Johnston authored
Fix users claimed non-exclusively by an app service don't get notific…
-
Erik Johnston authored
Most of the time was spent copying a dict to filter out sentinel values that indicated that keys did not exist in the dict. The sentinel values were added to ensure that we cached the non-existence of keys. By updating DictionaryCache to keep track of which keys were known to not exist itself we can remove a dictionary copy.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make get_joined_users faster when we have delta state
-
Erik Johnston authored
-
Erik Johnston authored
-