Commit Graph

4188 Commits (57877b01d7dad613f4e1dc3fb99983320ea50d40)
 

Author SHA1 Message Date
Erik Johnston 2cd6cb9f65 Rename keyargs to args in Cache 9 years ago
Erik Johnston aa88582e00 Do bounds check 9 years ago
Erik Johnston 5119e416e8 Line length 9 years ago
Erik Johnston 8f04b6fa7a Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 7dec0b2bee Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 06218ab125 Merge pull request #212 from matrix-org/erikj/cache_deferreds 9 years ago
Erik Johnston 2352974aab Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface 9 years ago
Erik Johnston 9c5385b53a s/observed/observer/ 9 years ago
Erik Johnston ffab798a38 Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface 9 years ago
Erik Johnston 62126c996c Propogate stale cache errors to calling functions 9 years ago
Erik Johnston 3213ff630c Remove unnecessary cache 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 9eb5b23d3a Batch up various DB requests for event -> state 9 years ago
Erik Johnston 0211890134 Implement a CacheListDescriptor 9 years ago
Erik Johnston ffdb8c3828 Don't be too enthusiatic with defer.gatherResults 9 years ago
Paul Evans e69b669083 Merge pull request #213 from matrix-org/paul/SYN-420 9 years ago
Paul "LeoNerd" Evans 0db40d3e93 Don't complain about extra .pyc files we find while hunting for database schemas 9 years ago
Paul "LeoNerd" Evans e3c8e2c13c Add a --generate-keys option 9 years ago
Paul "LeoNerd" Evans efe60d5e8c Only print the pidfile path on startup if requested by a commandline flag 9 years ago
Erik Johnston b2c7bd4b09 Cache get_recent_events_for_room 9 years ago
Erik Johnston b3768ec10a Remove unncessary cache 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston fe994e728f Store absence of state in cache 9 years ago
Erik Johnston 1d08bf7c17 Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache 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 8049c9a71e Merge pull request #209 from matrix-org/erikj/cached_keyword_args 9 years ago
Erik Johnston f596ff402e Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache 9 years ago
Erik Johnston 2efb93af52 Merge branch 'erikj/cached_keyword_args' into erikj/cache_deferreds 9 years ago
Erik Johnston 953dbd28a7 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cached_keyword_args 9 years ago
Erik Johnston 7eea3e356f Make @cached cache deferreds rather than the deferreds' values 9 years ago
Erik Johnston 3e1b77efc2 Merge branch 'erikj/cached_keyword_args' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston b52b4a84ec Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 1e62a3d3a9 Up the cache size for 'get_joined_hosts_for_room' and 'get_users_in_room' 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 c67ba143fa Move DictionaryCache 9 years ago
Erik Johnston e7768e77f5 Add basic dictionary cache 9 years ago
Erik Johnston 2e35a733cc Merge branch 'develop' of github.com:matrix-org/synapse into erikj/acl_perf 9 years ago
Erik Johnston 413a4c289b Add comment 9 years ago
Erik Johnston 4d6cb8814e Speed up event filtering (for ACL) logic 9 years ago
David Baker 7148aaf5d0 Don't try & check the username if we don't have one (which we won't if it's been saved in the auth layer) 9 years ago
David Baker 28d07a02e4 Add vector.im as trusted ID server 9 years ago
David Baker 2c963054f8 Merge pull request #210 from matrix-org/reg-v2a-password-skip 9 years ago
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Matthew Hodgson c772dffc9f improve OS X instructions and remove all the leading $'s to make it easier to c+p commands 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 9 years ago
Erik Johnston c472d6107e Merge pull request #207 from matrix-org/erikj/generate_local_thumbnails_on_thread 9 years ago
Erik Johnston 39e21ea51c Add support for using keyword arguments with cached functions 9 years ago