Commit Graph

4141 Commits (891dfd90bd97ad485d54dfae3e510c640de8e978)
 

Author SHA1 Message Date
Erik Johnston 891dfd90bd Fix pending_calls metric to not lie 9 years ago
Mark Haines 3d1cdda762 Merge branch 'develop' into erikj/reactor_metrics 9 years ago
Mark Haines 7eb4d626ba Add max-line-length to the flake8 section of setup.cfg 9 years ago
Erik Johnston adbd720fab PEP8 9 years ago
Erik Johnston a6c27de1aa Don't time getDelayedCalls 9 years ago
Erik Johnston ba5d34a832 Add some metrics about the reactor 9 years ago
Mark Haines 6a191d62ed Merge pull request #173 from matrix-org/markjh/twisted-15 9 years ago
Mark Haines 21ac8be5f7 Depend on Twisted>=15.1 rather than pining to a particular version 9 years ago
Erik Johnston 3e4e367f09 Merge pull request #223 from matrix-org/markjh/enable_demo_registration 9 years ago
Mark Haines 998a72d4d9 Merge branch 'develop' into markjh/twisted-15 9 years ago
Mark Haines 2eb91e6694 enable registration in the demo servers 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
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 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
Mark Haines 559c51debc Use TypeError instead of ValueError and give a nicer error mesasge 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 2cd6cb9f65 Rename keyargs to args in 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
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 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 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 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
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