Commit Graph

273 Commits (363786845b728bcd7146b3d949a86021a96eb2d2)

Author SHA1 Message Date
Richard van der Hoff 053e83dafb More doc-comments 8 years ago
Erik Johnston f328d95cef Feature: Add deactivate account admin API 9 years ago
Mark Haines a352b68acf Use worker_ prefixes for worker config, use existing support for multiple config files 9 years ago
Mark Haines 364d616792 Access the event_cache_size directly from the server object. 9 years ago
Mark Haines 80f34d7b57 Fix setting the _clock in SQLBaseStore 9 years ago
David Baker d4503e25ed Make deleting push actions more efficient 9 years ago
Erik Johnston 0c11c1be88 Spelling 9 years ago
Erik Johnston 13d37c3c56 Fixup add_pusher 9 years ago
Mark Haines 7e2f971c08 Remove some unused functions (#711) 9 years ago
Mark Haines a1e0d316ea Move _get_cache_dict into the SQLBaseStore 9 years ago
Erik Johnston acdfef7b14 Intern all the things 9 years ago
Erik Johnston b591277620 Make stateGroupCache honour CACHE_SIZE_FACTOR 9 years ago
Mark Haines a1cf9e3bf3 Add a stream for push rule updates 9 years ago
Erik Johnston 2c1fbea531 Fix up logcontexts 9 years ago
Daniel Wagner-Hall d83d004ccd Fix flake8 warnings for new flake8 9 years ago
Erik Johnston 87f9477b10 Add a Homeserver.setup method. 9 years ago
Erik Johnston aea5da0ef6 Guard against empty iterables 9 years ago
Erik Johnston 1ebf5e3d03 Correct docstring 9 years ago
Erik Johnston ddd25def01 Implement a _simple_select_many_batch 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Mark Haines 6a5ff5f223 Track the time spent in the database per request. 9 years ago
Erik Johnston c85c912562 Add basic full text search impl. 9 years ago
Mark Haines 396834f1c0 synapse/storage/_base.py:_simple_max_id was unused 9 years ago
Mark Haines 1d9036aff2 synapse/storage/_base.py:_simple_delete was unused 9 years ago
Mark Haines 1ee3d26432 synapse/storage/_base.py:_simple_selectupdate_one was unused 9 years ago
Mark Haines 7dd4f79c49 synapse/storage/_base.py:_execute_and_decode was unused 9 years ago
Mark Haines 527d95dea0 synapse/storage/_base.py:Table was unused 9 years ago
Erik Johnston cd800ad99a Lower size of 'stateGroupCache' now that we have data from matrix.org to support doing so 9 years ago
Daniel Wagner-Hall cecbd636e9 /tokenrefresh POST endpoint 9 years ago
Erik Johnston 2df8dd9b37 Move all the caches into their own package, synapse.util.caches 9 years ago
Erik Johnston 53a817518b Comments 9 years ago
Erik Johnston 6eaa116867 Comment 9 years ago
Erik Johnston 4762c276cb Docs 9 years ago
Erik Johnston bb0a475c30 Comments 9 years ago
Mark Haines 559c51debc Use TypeError instead of ValueError and give a nicer error mesasge 9 years ago
Erik Johnston 86eaaa885b Rename keyargs to args in CacheDescriptor 9 years ago
Erik Johnston 2cd6cb9f65 Rename keyargs to args in Cache 9 years ago
Erik Johnston 9c5385b53a s/observed/observer/ 9 years ago
Erik Johnston 62126c996c Propogate stale cache errors to calling functions 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 0211890134 Implement a CacheListDescriptor 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 63b1eaf32c Docs 9 years ago
Erik Johnston b811c98574 Remove failed deferreds from cache 9 years ago
Erik Johnston 433314cc34 Re-implement DEBUG_CACHES flag 9 years ago
Erik Johnston 7eea3e356f Make @cached cache deferreds rather than the deferreds' values 9 years ago
Erik Johnston a89559d797 Use LRU cache by default 9 years ago
Erik Johnston 07507643cb Use dictionary cache to do group -> state fetching 9 years ago
Erik Johnston 4d6cb8814e Speed up event filtering (for ACL) logic 9 years ago
Erik Johnston 39e21ea51c Add support for using keyword arguments with cached functions 9 years ago