1
0

Commit Graph

  • 21ac8be5f7 Depend on Twisted>=15.1 rather than pining to a particular version Mark Haines 2015-08-12 17:25:13 +01:00
  • 3e4e367f09 Merge pull request #223 from matrix-org/markjh/enable_demo_registration Erik Johnston 2015-08-12 17:24:16 +01:00
  • 0fbed2a8fa Comment Erik Johnston 2015-08-12 17:22:54 +01:00
  • 998a72d4d9 Merge branch 'develop' into markjh/twisted-15 Mark Haines 2015-08-12 17:07:22 +01:00
  • c10ac7806e Explain why we're prefilling dict with Nones Erik Johnston 2015-08-12 17:16:30 +01:00
  • 101ee3fd00 Better variable name Erik Johnston 2015-08-12 17:08:05 +01:00
  • df361d08f7 Split _get_state_for_group_from_cache into two Erik Johnston 2015-08-12 17:06:21 +01:00
  • 7b0e797080 Fix _filter_events_for_client Erik Johnston 2015-08-12 17:05:24 +01:00
  • 2eb91e6694 enable registration in the demo servers Mark Haines 2015-08-12 16:53:30 +01:00
  • cfa62007a3 Docstring Erik Johnston 2015-08-12 16:42:46 +01:00
  • 5ce903e2f7 Merge password checking implementations Daniel Wagner-Hall 2015-08-12 16:09:19 +01:00
  • a7eeb34c64 Simplify staggered deferred lists Erik Johnston 2015-08-12 16:02:05 +01:00
  • f7e2f981ea Use list comprehension instead of filter Erik Johnston 2015-08-12 16:01:10 +01:00
  • bcc1d34d35 Merge branch 'develop' into auth Daniel Wagner-Hall 2015-08-12 15:58:52 +01:00
  • f4122c64b5 Merge branch 'develop' of github.com:matrix-org/synapse into develop Daniel Wagner-Hall 2015-08-12 15:58:35 +01:00
  • 415c2f0549 Simplify LoginHander and AuthHandler Daniel Wagner-Hall 2015-08-12 15:49:37 +01:00
  • f43041aacd Check absent before trying to access keys David Baker 2015-08-12 15:44:08 +01:00
  • 73605f8070 Just leaving off the $ is fine. r* == registerrrrrrrrr David Baker 2015-08-12 15:40:54 +01:00
  • de3b7b55d6 Doc-string for config ultility function Mark Haines 2015-08-12 14:29:17 +01:00
  • d46208c12c Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-12 14:28:43 +01:00
  • 4f11a5b2b5 Merge pull request #220 from matrix-org/markjh/generate_keys Erik Johnston 2015-08-12 14:23:54 +01:00
  • 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 Mark Haines 2015-08-12 11:57:37 +01:00
  • 7b49236b37 Merge pull request #216 from matrix-org/auth Daniel Wagner-Hall 2015-08-12 10:55:42 +01:00
  • fdb724cb70 Add config option for setting the list of thumbnail sizes to precalculate Mark Haines 2015-08-12 10:55:27 +01:00
  • 7e3d1c7d92 Make a config option for whether to generate new thumbnail sizes dynamically Mark Haines 2015-08-12 10:54:38 +01:00
  • d7451e0f22 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-12 10:30:30 +01:00
  • 4807616e16 Wire up the dictionarycache to the metrics Erik Johnston 2015-08-12 10:13:35 +01:00
  • 275f7c987c Merge pull request #182 from matrix-org/manu/fix_no_rate_limit_in_federation_demo Mark Haines 2015-08-12 09:39:57 +01:00
  • b24d7ebd6e Fix the cleanup script to use the right $DIR Mark Haines 2015-08-12 09:39:07 +01:00
  • 2df8dd9b37 Move all the caches into their own package, synapse.util.caches Erik Johnston 2015-08-11 17:59:32 +01:00
  • a23a760b3f Merge branch 'develop' into auth Daniel Wagner-Hall 2015-08-11 17:41:29 +01:00
  • 40affadaaa Fix ACL filtering erikj/acl_perf Erik Johnston 2015-08-11 17:19:21 +01:00
  • 7568fe880d Merge pull request #218 from matrix-org/mockfix Erik Johnston 2015-08-11 17:00:17 +01:00
  • 4ff0228c25 Remove call to recently removed function in mock Daniel Wagner-Hall 2015-08-11 16:54:06 +01:00
  • dcd5983fe4 Remove call to recently removed function in mock Daniel Wagner-Hall 2015-08-11 16:54:06 +01:00
  • 45610305ea Add missing space because linter Daniel Wagner-Hall 2015-08-11 16:43:27 +01:00
  • 88e03da39f Minor docs cleanup Daniel Wagner-Hall 2015-08-11 16:35:28 +01:00
  • 9dba813234 Remove redundant if-guard Daniel Wagner-Hall 2015-08-11 16:34:17 +01:00
  • 53a817518b Comments Erik Johnston 2015-08-11 11:40:40 +01:00
  • 6eaa116867 Comment Erik Johnston 2015-08-11 11:35:24 +01:00
  • 4762c276cb Docs Erik Johnston 2015-08-11 11:33:41 +01:00
  • dc8399ee00 Remove debug loggers Erik Johnston 2015-08-11 11:30:59 +01:00
  • 1b994a97dd Fix application of ACLs Erik Johnston 2015-08-11 10:41:40 +01:00
  • 10b874067b Fix state cache Erik Johnston 2015-08-11 09:12:41 +01:00
  • 017b798e4f Clean up StateStore Erik Johnston 2015-08-10 15:01:06 +01:00
  • 2c019eea11 Remove unused function Erik Johnston 2015-08-10 14:44:41 +01:00
  • bb0a475c30 Comments Erik Johnston 2015-08-10 14:27:38 +01:00
  • dcefac3b06 Comments Erik Johnston 2015-08-10 14:16:24 +01:00
  • 559c51debc Use TypeError instead of ValueError and give a nicer error mesasge when someone calls Cache.invalidate with the wrong type. Mark Haines 2015-08-10 14:07:08 +01:00
  • 6f274f7e13 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-10 13:53:09 +01:00
  • 7ce71f2ffc Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-10 13:47:51 +01:00
  • 8c3a62b5c7 Merge pull request #215 from matrix-org/erikj/cache_varargs_interface Erik Johnston 2015-08-10 13:47:45 +01:00
  • 86eaaa885b Rename keyargs to args in CacheDescriptor Erik Johnston 2015-08-10 13:44:44 +01:00
  • e0b6e49466 Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-10 10:39:22 +01:00
  • 2cd6cb9f65 Rename keyargs to args in Cache Erik Johnston 2015-08-10 10:38:47 +01:00
  • aa88582e00 Do bounds check Erik Johnston 2015-08-10 10:08:15 +01:00
  • 5119e416e8 Line length Erik Johnston 2015-08-10 10:05:30 +01:00
  • 8f04b6fa7a Merge branch 'erikj/cache_varargs_interface' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-07 19:30:25 +01:00
  • 7dec0b2bee Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-07 19:28:39 +01:00
  • 06218ab125 Merge pull request #212 from matrix-org/erikj/cache_deferreds Erik Johnston 2015-08-07 19:28:05 +01:00
  • 2352974aab Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface Erik Johnston 2015-08-07 19:26:54 +01:00
  • 9c5385b53a s/observed/observer/ Erik Johnston 2015-08-07 19:26:38 +01:00
  • ffab798a38 Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface Erik Johnston 2015-08-07 19:18:47 +01:00
  • 62126c996c Propogate stale cache errors to calling functions Erik Johnston 2015-08-07 19:17:58 +01:00
  • 3213ff630c Remove unnecessary cache Erik Johnston 2015-08-07 19:13:45 +01:00
  • 20addfa358 Change Cache to not use *args in its interface Erik Johnston 2015-08-07 11:52:21 +01:00
  • 9eb5b23d3a Batch up various DB requests for event -> state Erik Johnston 2015-08-07 18:15:30 +01:00
  • 0211890134 Implement a CacheListDescriptor Erik Johnston 2015-08-07 18:14:49 +01:00
  • ffdb8c3828 Don't be too enthusiatic with defer.gatherResults Erik Johnston 2015-08-07 18:13:48 +01:00
  • e69b669083 Merge pull request #213 from matrix-org/paul/SYN-420 Paul Evans 2015-08-07 17:49:54 +01:00
  • 0db40d3e93 Don't complain about extra .pyc files we find while hunting for database schemas Paul "LeoNerd" Evans 2015-08-07 17:22:11 +01:00
  • e3c8e2c13c Add a --generate-keys option Paul "LeoNerd" Evans 2015-08-07 16:42:27 +01:00
  • efe60d5e8c Only print the pidfile path on startup if requested by a commandline flag Paul "LeoNerd" Evans 2015-08-07 16:36:42 +01:00
  • b2c7bd4b09 Cache get_recent_events_for_room Erik Johnston 2015-08-07 14:42:34 +01:00
  • b3768ec10a Remove unncessary cache Erik Johnston 2015-08-07 13:41:05 +01:00
  • b8e386db59 Change Cache to not use *args in its interface Erik Johnston 2015-08-07 11:52:21 +01:00
  • fe994e728f Store absence of state in cache Erik Johnston 2015-08-07 10:17:38 +01:00
  • 0ac61b1c78 hacky support for video for FS CC DD Matthew Hodgson 2015-08-06 18:18:36 +01:00
  • 0caf30f94b hacky support for video for FS CC DD Matthew Hodgson 2015-08-06 18:18:16 +01:00
  • 1d08bf7c17 Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache Erik Johnston 2015-08-06 14:03:15 +01:00
  • 63b1eaf32c Docs Erik Johnston 2015-08-06 14:02:50 +01:00
  • b811c98574 Remove failed deferreds from cache Erik Johnston 2015-08-06 14:01:27 +01:00
  • 433314cc34 Re-implement DEBUG_CACHES flag Erik Johnston 2015-08-06 14:01:05 +01:00
  • 8049c9a71e Merge pull request #209 from matrix-org/erikj/cached_keyword_args Erik Johnston 2015-08-06 13:52:49 +01:00
  • f596ff402e Merge branch 'erikj/cache_deferreds' into erikj/dictionary_cache Erik Johnston 2015-08-06 13:37:56 +01:00
  • 2efb93af52 Merge branch 'erikj/cached_keyword_args' into erikj/cache_deferreds Erik Johnston 2015-08-06 13:35:28 +01:00
  • 953dbd28a7 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cached_keyword_args Erik Johnston 2015-08-06 13:35:03 +01:00
  • 7eea3e356f Make @cached cache deferreds rather than the deferreds' values Erik Johnston 2015-08-06 13:33:34 +01:00
  • 3e1b77efc2 Merge branch 'erikj/cached_keyword_args' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-05 16:45:56 +01:00
  • 8a345190cc Lower cache size Erik Johnston 2015-08-05 15:52:22 +01:00
  • 1229f2213e Merge branch 'develop' of github.com:matrix-org/synapse into erikj/acl_perf Erik Johnston 2015-08-05 15:47:25 +01:00
  • b52b4a84ec Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dictionary_cache Erik Johnston 2015-08-05 15:41:20 +01:00
  • 1e62a3d3a9 Up the cache size for 'get_joined_hosts_for_room' and 'get_users_in_room' Erik Johnston 2015-08-05 15:40:40 +01:00
  • a89559d797 Use LRU cache by default Erik Johnston 2015-08-05 15:39:47 +01:00
  • 07507643cb Use dictionary cache to do group -> state fetching Erik Johnston 2015-08-05 15:06:51 +01:00
  • 185ac7ee6c Allow sign in using email address David Baker 2015-08-04 16:29:54 +01:00
  • a0dea6eaed Remember to yield: not much point testing is a deferred is not None David Baker 2015-08-04 16:18:17 +01:00
  • c67ba143fa Move DictionaryCache Erik Johnston 2015-08-04 15:58:28 +01:00
  • e7768e77f5 Add basic dictionary cache Erik Johnston 2015-08-04 15:56:56 +01:00
  • 883aabe423 splt long line David Baker 2015-08-04 15:20:35 +01:00