Commit Graph

4169 Commits (7b0e7970800df8cedf7966e6fb3837ee233d9ea4)
 

Author SHA1 Message Date
Erik Johnston 7b0e797080 Fix _filter_events_for_client 9 years ago
Erik Johnston cfa62007a3 Docstring 9 years ago
Erik Johnston a7eeb34c64 Simplify staggered deferred lists 9 years ago
Erik Johnston f7e2f981ea Use list comprehension instead of filter 9 years ago
Erik Johnston d46208c12c Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 4f11a5b2b5 Merge pull request #220 from matrix-org/markjh/generate_keys 9 years ago
Mark Haines 7bbaab9432 Fix the --generate-keys option. Make it do the same thing as --generate-config does when the config file exists, but without printing a warning 9 years ago
Daniel Wagner-Hall 7b49236b37 Merge pull request #216 from matrix-org/auth 9 years ago
Erik Johnston d7451e0f22 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 4807616e16 Wire up the dictionarycache to the metrics 9 years ago
Mark Haines 275f7c987c Merge pull request #182 from matrix-org/manu/fix_no_rate_limit_in_federation_demo 9 years ago
Mark Haines b24d7ebd6e Fix the cleanup script to use the right $DIR 9 years ago
Erik Johnston 2df8dd9b37 Move all the caches into their own package, synapse.util.caches 9 years ago
Erik Johnston 7568fe880d Merge pull request #218 from matrix-org/mockfix 9 years ago
Daniel Wagner-Hall 4ff0228c25 Remove call to recently removed function in mock 9 years ago
Daniel Wagner-Hall 45610305ea Add missing space because linter 9 years ago
Daniel Wagner-Hall 88e03da39f Minor docs cleanup 9 years ago
Daniel Wagner-Hall 9dba813234 Remove redundant if-guard 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 dc8399ee00 Remove debug loggers 9 years ago
Erik Johnston 1b994a97dd Fix application of ACLs 9 years ago
Erik Johnston 10b874067b Fix state cache 9 years ago
Erik Johnston 017b798e4f Clean up StateStore 9 years ago
Erik Johnston 2c019eea11 Remove unused function 9 years ago
Erik Johnston bb0a475c30 Comments 9 years ago
Erik Johnston dcefac3b06 Comments 9 years ago
Mark Haines 559c51debc Use TypeError instead of ValueError and give a nicer error mesasge 9 years ago
Erik Johnston 6f274f7e13 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 7ce71f2ffc Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
Erik Johnston 8c3a62b5c7 Merge pull request #215 from matrix-org/erikj/cache_varargs_interface 9 years ago
Erik Johnston 86eaaa885b Rename keyargs to args in CacheDescriptor 9 years ago
Erik Johnston e0b6e49466 Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache 9 years ago
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