| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for evicting cache entries based on last access time. (#10205) | Erik Johnston | 2021-07-05 | 2 | -35/+352 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -15/+20 |
* | Add debug logging when we enter/exit Measure block (#10183) | Erik Johnston | 2021-06-16 | 1 | -0/+5 |
* | Extend `ResponseCache` to pass a context object into the callback (#10157) | Richard van der Hoff | 2021-06-14 | 1 | -26/+73 |
* | When joining a remote room limit the number of events we concurrently check s... | Erik Johnston | 2021-06-08 | 1 | -5/+16 |
* | Fix up `BatchingQueue` (#10078) | Erik Johnston | 2021-05-27 | 1 | -22/+48 |
* | Combine `LruCache.invalidate` and `invalidate_many` (#9973) | Richard van der Hoff | 2021-05-27 | 4 | -35/+36 |
* | Add missing type hints to synapse.util (#9982) | Patrick Cloke | 2021-05-24 | 4 | -21/+19 |
* | Remove `keylen` from `LruCache`. (#9993) | Richard van der Hoff | 2021-05-24 | 4 | -47/+70 |
* | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 1 | -5/+3 |
* | Add a batching queue implementation. (#10017) | Erik Johnston | 2021-05-21 | 1 | -0/+153 |
* | Minor `@cachedList` enhancements (#9975) | Richard van der Hoff | 2021-05-14 | 1 | -6/+8 |
* | Simplify exception handling in is_ascii. (#9985) | Dan Callahan | 2021-05-14 | 1 | -3/+1 |
* | Use Python's secrets module instead of random (#9984) | Dan Callahan | 2021-05-14 | 1 | -8/+11 |
* | Change the format of access tokens away from macaroons (#5588) | Richard van der Hoff | 2021-05-12 | 1 | -0/+20 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2021-05-11 | 1 | -14/+47 |
|\ |
|
| * | Merge pull request from GHSA-x345-32rc-8h85 | Richard van der Hoff | 2021-05-11 | 1 | -14/+47 |
* | | Optionally track memory usage of each LruCache (#9881) | Erik Johnston | 2021-05-05 | 2 | -1/+78 |
* | | Reduce memory footprint of caches (#9886) | Erik Johnston | 2021-04-28 | 1 | -18/+59 |
|/ |
|
* | Remove various bits of compatibility code for Python <3.6 (#9879) | Andrew Morgan | 2021-04-27 | 1 | -1/+1 |
* | Limit length of accepted email addresses (#9855) | Erik Johnston | 2021-04-22 | 1 | -0/+30 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 2 | -4/+2 |
* | Merge branch 'master' into develop | Andrew Morgan | 2021-04-20 | 1 | -5/+9 |
|\ |
|
| * | Always use the name as the log ID. (#9829) | Patrick Cloke | 2021-04-20 | 1 | -5/+9 |
* | | Sanity check identity server passed to bind/unbind. (#9802) | Denis Kasak | 2021-04-19 | 1 | -0/+32 |
* | | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 32 | -33/+0 |
|/ |
|
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -6/+8 |
* | Add type hints to expiring cache. (#9730) | Patrick Cloke | 2021-04-06 | 1 | -32/+51 |
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 1 | -1/+3 |
* | Add type hints to DictionaryCache and TTLCache. (#9442) | Patrick Cloke | 2021-03-29 | 2 | -44/+73 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -2/+2 |
* | Enable addtional flake8-bugbear linting checks. (#9659) | Jonathan de Jong | 2021-03-24 | 2 | -2/+2 |
* | Fixed code misc. quality issues (#9649) | Ankit Dobhal | 2021-03-22 | 1 | -1/+1 |
* | Add logging to ObservableDeferred callbacks (#9523) | Jonathan de Jong | 2021-03-09 | 1 | -8/+18 |
* | Add ResponseCache tests. (#9458) | Jonathan de Jong | 2021-03-08 | 1 | -6/+4 |
* | Record the SSO Auth Provider in the login token (#9510) | Richard van der Hoff | 2021-03-04 | 1 | -0/+89 |
* | Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9358)" | Patrick Cloke | 2021-03-02 | 1 | -32/+2 |
* | Fix #8518 (sync requests being cached wrongly on timeout) (#9358) | Jonathan de Jong | 2021-02-24 | 1 | -2/+32 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 11 | -48/+45 |
* | Clean up caching/locking of OIDC metadata load (#9362) | Richard van der Hoff | 2021-02-16 | 1 | -0/+129 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 1 | -1/+1 |
* | Merge tag 'v1.27.0rc2' into develop | Patrick Cloke | 2021-02-11 | 1 | -3/+12 |
|\ |
|
| * | Backout changes for automatically calculating the public baseurl. (#9313) | Patrick Cloke | 2021-02-11 | 1 | -3/+12 |
* | | Type hints and validation improvements. (#9321) | Patrick Cloke | 2021-02-08 | 1 | -15/+18 |
|/ |
|
* | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -0/+106 |
|\ |
|
| * | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -0/+106 |
* | | Pass a dict, instead of None, to modules if a None config is specified in the... | Andrew Morgan | 2021-01-27 | 1 | -1/+2 |
|/ |
|
* | Fix chain cover update to handle events with duplicate auth events (#9210) | Erik Johnston | 2021-01-22 | 1 | -1/+1 |
* | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -0/+92 |
* | Remote dependency on distutils (#9125) | Richard van der Hoff | 2021-01-15 | 1 | -0/+19 |
* | Fix event chain bg update. (#9118) | Erik Johnston | 2021-01-14 | 1 | -1/+1 |
* | Use a chain cover index to efficiently calculate auth chain difference (#8868) | Erik Johnston | 2021-01-11 | 1 | -1/+52 |
* | Fix "Starting metrics collection from sentinel context" errors (#9053) | Erik Johnston | 2021-01-08 | 1 | -1/+2 |
* | Empty iterables should count towards cache usage. (#9028) | Patrick Cloke | 2021-01-06 | 1 | -1/+1 |
* | Add type hints to the logging context code. (#8939) | Patrick Cloke | 2021-01-05 | 1 | -1/+9 |
* | Allow spam-checker modules to be provide async methods. (#8890) | David Teller | 2020-12-11 | 2 | -8/+7 |
* | Better formatting for config errors from modules (#8874) | Richard van der Hoff | 2020-12-08 | 1 | -6/+58 |
* | Implement and use an @lru_cache decorator (#8595) | Richard van der Hoff | 2020-10-30 | 1 | -47/+188 |
* | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 2020-10-28 | 2 | -25/+21 |
|\ |
|
| * | Remove frozendict_json_encoder and support frozendicts everywhere | Richard van der Hoff | 2020-10-28 | 2 | -25/+21 |
* | | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -1/+1 |
|/ |
|
* | Optimise CacheDescriptor (#8594) github/release-v1.21.3 release-v1.21.3 | Richard van der Hoff | 2020-10-21 | 1 | -5/+7 |
* | fix failure case | Richard van der Hoff | 2020-10-21 | 1 | -1/+4 |
* | optimise DeferredCache.set | Richard van der Hoff | 2020-10-21 | 1 | -3/+12 |
* | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 2020-10-21 | 2 | -34/+55 |
* | Fix 'LruCache' object has no attribute '_on_resize' (#8591) | Richard van der Hoff | 2020-10-19 | 1 | -1/+9 |
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 1 | -10/+25 |
* | Replace DeferredCache with LruCache where possible (#8563) | Richard van der Hoff | 2020-10-19 | 1 | -0/+3 |
* | review comments | Richard van der Hoff | 2020-10-16 | 1 | -3/+8 |
* | Apply suggestions from code review | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
* | type annotations for LruCache | Richard van der Hoff | 2020-10-16 | 3 | -23/+77 |
* | Make LruCache register its own metrics (#8561) | Richard van der Hoff | 2020-10-16 | 4 | -54/+57 |
* | Enable mypy for synapse.util.caches (#8547) | Richard van der Hoff | 2020-10-15 | 1 | -1/+1 |
* | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 2 | -282/+294 |
* | Rename Cache->DeferredCache | Richard van der Hoff | 2020-10-14 | 1 | -7/+12 |
* | Add some more type annotations to Cache | Richard van der Hoff | 2020-10-14 | 2 | -23/+61 |
* | Add type hints to response cache. (#8507) | Patrick Cloke | 2020-10-09 | 1 | -22/+28 |
* | Clarify error message when plugin config parsers raise an error (#8492) | Richard van der Hoff | 2020-10-08 | 1 | -1/+1 |
* | Expose a `get_resource_usage` method in `Measure` | Richard van der Hoff | 2020-09-29 | 1 | -10/+21 |
* | Fix handling of connection timeouts in outgoing http requests (#8400) | Richard van der Hoff | 2020-09-29 | 1 | -29/+18 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 2 | -2/+2 |
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 2 | -2/+2 |
* | Merge tag 'v1.20.0rc3' into develop | Patrick Cloke | 2020-09-11 | 1 | -1/+1 |
|\ |
|
| * | Fix the exception that is raised when invalid JSON is encountered. (#8291) | Patrick Cloke | 2020-09-10 | 1 | -1/+1 |
* | | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 1 | -42/+8 |
* | | Add types to async_helpers (#8260) | Patrick Cloke | 2020-09-08 | 1 | -50/+85 |
* | | Directly import json from the standard library. (#8259) | Patrick Cloke | 2020-09-08 | 2 | -3/+4 |
|/ |
|
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 17 | -31/+31 |
* | Fix typing for `@cached` wrapped functions (#8240) | Erik Johnston | 2020-09-03 | 1 | -14/+28 |
* | Convert ReadWriteLock to async/await. (#8202) | Patrick Cloke | 2020-08-28 | 1 | -8/+8 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -2/+12 |
* | Remove the unused inlineCallbacks code-paths in the caching code (#8119) | Patrick Cloke | 2020-08-19 | 1 | -46/+8 |
* | Remove : from allowed client_secret chars (#8101) | Andrew Morgan | 2020-08-18 | 1 | -3/+1 |
* | Fix typing for notifier (#8064) | Erik Johnston | 2020-08-12 | 1 | -3/+6 |
* | Remove unnecessary maybeDeferred calls (#8044) | Patrick Cloke | 2020-08-07 | 1 | -1/+1 |
* | Reduce unnecessary whitespace in JSON. (#7372) | David Vo | 2020-08-07 | 2 | -2/+9 |
* | Convert some util functions to async (#8035) | Patrick Cloke | 2020-08-06 | 2 | -28/+27 |
* | Stop the parent process flushing the logs on exit (#8012) | Richard van der Hoff | 2020-08-05 | 1 | -2/+8 |
* | re-implement daemonize (#8011) | Richard van der Hoff | 2020-08-04 | 1 | -0/+131 |
* | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -1/+1 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -2/+26 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 6 | -7/+7 |
* | Fix inconsistent handling of upper and lower cases of email addresses. (#7021) | Dirk Klimpel | 2020-07-03 | 1 | -0/+23 |
* | Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708) | Patrick Cloke | 2020-06-16 | 1 | -1/+1 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 5 | -12/+4 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 3 | -10/+4 |
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -1/+1 |
* | Speed up processing of federation stream RDATA rows. | Erik Johnston | 2020-05-27 | 1 | -0/+12 |
* | Don't apply cache factor to event cache. (#7578) | Erik Johnston | 2020-05-27 | 1 | -0/+4 |
* | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) | Richard van der Hoff | 2020-05-22 | 1 | -2/+7 |
* | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 2 | -27/+8 |
* | remove to_ascii | Richard van der Hoff | 2020-05-15 | 1 | -19/+1 |
* | Remove `exception_to_unicode` | Richard van der Hoff | 2020-05-15 | 1 | -36/+0 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 1 | -1/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 7 | -92/+206 |
* | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 1 | -4/+15 |
* | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 1 | -46/+71 |
* | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 1 | -0/+3 |
* | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 1 | -1/+20 |
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 2 | -20/+20 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Reduce amount of logging at INFO level. (#6862) | Erik Johnston | 2020-02-06 | 1 | -1/+1 |
* | Fix stacktraces when using ObservableDeferred and async/await (#6836) | Erik Johnston | 2020-02-03 | 1 | -0/+4 |
* | Validate client_secret parameter (#6767) | Andrew Morgan | 2020-01-24 | 1 | -0/+17 |
* | Log saml assertions rather than the whole response | Richard van der Hoff | 2020-01-16 | 1 | -0/+13 |
* | move batch_iter to a separate module | Richard van der Hoff | 2020-01-16 | 2 | -17/+35 |
* | Handle `config` not being set for synapse plugin modules | Richard van der Hoff | 2020-01-12 | 1 | -1/+1 |
* | Persist auth/state events at backwards extremities when we fetch them (#6526) | Richard van der Hoff | 2019-12-16 | 1 | -2/+2 |
* | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 1 | -1/+1 |
* | Remove SnapshotCache in favour of ResponseCache | Erik Johnston | 2019-12-09 | 1 | -94/+0 |
* | Fix inaccurate per-block metrics (#6491) | Richard van der Hoff | 2019-12-09 | 1 | -42/+18 |
* | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 1 | -6/+17 |
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
* | Fix LruCache callback deduplication (#6213) | V02460 | 2019-11-07 | 1 | -11/+37 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 4 | -6/+6 |
* | Clarify docstring | Erik Johnston | 2019-10-30 | 1 | -0/+4 |
* | Make ObservableDeferred.observe() always return deferred. | Erik Johnston | 2019-10-30 | 1 | -5/+2 |
* | Handle FileNotFound error in checking git repository version (#6284) | Andrew Morgan | 2019-10-30 | 1 | -4/+6 |
* | Make concurrently_execute work with async/await | Erik Johnston | 2019-10-29 | 1 | -4/+3 |
* | Update docstring | Erik Johnston | 2019-10-29 | 1 | -3/+2 |
* | Quick fix to ensure cache descriptors always return deferreds | Erik Johnston | 2019-10-28 | 1 | -2/+2 |
* | Add maybe_awaitable and fix __init__ bugs | Erik Johnston | 2019-10-11 | 1 | -0/+29 |
* | Fixup comments | Erik Johnston | 2019-10-10 | 1 | -3/+3 |
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
* | sort | Erik Johnston | 2019-10-10 | 1 | -3/+1 |
* | Appease mypy | Erik Johnston | 2019-10-10 | 1 | -13/+18 |
* | Add coments | Erik Johnston | 2019-10-10 | 1 | -5/+25 |
* | Log correct context | Erik Johnston | 2019-10-10 | 1 | -6/+6 |
* | Test for sentinel commit | Erik Johnston | 2019-10-10 | 1 | -2/+19 |
* | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 1 | -0/+179 |
* | add some metrics on the federation sender (#6160) | Richard van der Hoff | 2019-10-03 | 1 | -2/+4 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 5 | -8/+33 |
* | Fix errors storing large retry intervals. | Erik Johnston | 2019-10-02 | 1 | -1/+1 |
* | Merge branch 'develop' into rav/fix_attribute_mapping | Richard van der Hoff | 2019-09-19 | 3 | -21/+68 |
|\ |
|
| * | Add 'failure_ts' column to 'destinations' table (#6016) | Richard van der Hoff | 2019-09-17 | 1 | -1/+15 |
| * | Remove the cap on federation retry interval. (#6026) | Richard van der Hoff | 2019-09-12 | 1 | -2/+2 |
| * | Fix bug in calculating the federation retry backoff period (#6025) | Richard van der Hoff | 2019-09-12 | 1 | -2/+3 |
| * | Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) | Andrew Morgan | 2019-09-11 | 1 | -0/+33 |
| * | Clean up some code in the retry logic (#6017) | Richard van der Hoff | 2019-09-11 | 1 | -16/+13 |
| * | Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937) | Andrew Morgan | 2019-08-30 | 1 | -33/+0 |
| * | Use the v2 lookup API for 3PID invites (#5897) | Andrew Morgan | 2019-08-28 | 1 | -0/+33 |
| * | Retry well-known lookup before expiry. | Erik Johnston | 2019-08-13 | 1 | -3/+5 |
* | | Fix a bug with saml attribute maps. | Richard van der Hoff | 2019-09-19 | 1 | -1/+19 |
|/ |
|
* | Add kwargs and doc | Brendan Abolivier | 2019-07-29 | 1 | -2/+4 |
* | Add ability to pass arguments to looping calls | Brendan Abolivier | 2019-07-29 | 1 | -2/+2 |
* | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 2019-07-25 | 1 | -32/+42 |
* | Add a prometheus metric for active cache lookups. (#5750) | Richard van der Hoff | 2019-07-24 | 2 | -2/+33 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 6 | -15/+13 |
* | Cache get_version_string. | Erik Johnston | 2019-07-22 | 1 | -2/+21 |
* | Fixes to the federation rate limiter (#5621) | Richard van der Hoff | 2019-07-05 | 1 | -8/+8 |
* | Improve the backwards compatibility re-exports of synapse.logging.context (#5... | Amber Brown | 2019-07-05 | 3 | -5/+61 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 12 | -962/+26 |
* | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 1 | -4/+13 |
* | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Richard van der Hoff | 2019-07-03 | 1 | -1/+7 |
* | Fix media repo breaking (#5593) | Amber Brown | 2019-07-02 | 1 | -2/+7 |
* | Prevent multiple upgrades on the same room at once (#5051) | Andrew Morgan | 2019-06-25 | 1 | -1/+1 |
* | Avoid raising exceptions in metrics | Richard van der Hoff | 2019-06-24 | 1 | -8/+14 |
* | Merge branch 'develop' into rav/cleanup_metrics | Richard van der Hoff | 2019-06-24 | 27 | -314/+317 |
|\ |
|
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 27 | -314/+317 |
* | | Sanity-checking for metrics updates | Richard van der Hoff | 2019-06-19 | 1 | -7/+33 |
|/ |
|
* | Call RetryLimiter correctly (#5340) | Richard van der Hoff | 2019-06-04 | 1 | -1/+6 |
* | Avoid rapidly backing-off a server if we ignore the retry interval | Richard van der Hoff | 2019-06-03 | 1 | -23/+37 |
* | Improve logging for logcontext leaks. (#5288) | Richard van der Hoff | 2019-05-29 | 1 | -9/+13 |
* | Make all the rate limiting options more consistent (#5181) | Amber Brown | 2019-05-15 | 1 | -32/+15 |
* | Merge pull request #5183 from matrix-org/erikj/async_serialize_event | Erik Johnston | 2019-05-15 | 1 | -0/+19 |
|\ |
|
| * | Update docstring with correct return type | Erik Johnston | 2019-05-15 | 1 | -1/+1 |
| * | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -0/+19 |
* | | comment about user_joined_room | Richard van der Hoff | 2019-05-14 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-03 | 1 | -2/+7 |
|\ |
|
| * | Use SystemRandom for token generation | Richard van der Hoff | 2019-05-03 | 1 | -2/+7 |
* | | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | | Fix disappearing exceptions in manhole. (#5035) | Richard van der Hoff | 2019-04-10 | 1 | -2/+57 |
|/ |
|
* | Add a caching layer to .well-known responses (#4516) | Richard van der Hoff | 2019-01-30 | 1 | -0/+161 |
* | Merge pull request #4486 from xperimental/workaround-4216 | Richard van der Hoff | 2019-01-30 | 1 | -1/+4 |
|\ |
|
| * | Implement workaround for login error. | Robert Jacob | 2019-01-30 | 1 | -1/+4 |
* | | Make linearizer more quiet (#4507) | Amber Brown | 2019-01-29 | 1 | -5/+5 |
|/ |
|
* | Fix incorrect logcontexts after a Deferred was cancelled (#4407) | Richard van der Hoff | 2019-01-17 | 1 | -1/+3 |
* | Fix UnicodeDecodeError when postgres is not configured in english (#4253) | Richard van der Hoff | 2018-12-04 | 1 | -1/+38 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disa... | Erik Johnston | 2018-10-25 | 3 | -54/+76 |
|\ |
|
| * | Correctly account for cpu usage by background threads (#4074) | Richard van der Hoff | 2018-10-23 | 1 | -51/+69 |
| * | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -1/+3 |
| * | Fix manhole on py3 (pt 2) (#4067) | Amber Brown | 2018-10-19 | 1 | -0/+2 |
| * | make a bytestring | Amber Brown | 2018-10-19 | 1 | -2/+2 |
* | | Anchor returned regex to start and end of string | Erik Johnston | 2018-10-19 | 1 | -2/+6 |
* | | Add config option to control alias creation | Erik Johnston | 2018-10-19 | 1 | -0/+21 |
|/ |
|
* | Remove unnecessary extra function call layer | Erik Johnston | 2018-10-08 | 1 | -16/+13 |
* | Use errback pattern and catch async failures | Erik Johnston | 2018-10-08 | 1 | -14/+29 |
* | Log looping call exceptions | Erik Johnston | 2018-10-05 | 1 | -1/+18 |
* | Correctly match 'dict.pop' api | Erik Johnston | 2018-10-01 | 1 | -3/+11 |
* | Don't update eviction metrics on explicit removal | Erik Johnston | 2018-10-01 | 1 | -5/+0 |
* | Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-28 | 1 | -4/+37 |
|\ |
|
| * | Include eventid in log lines when processing incoming federation transactions... | Richard van der Hoff | 2018-09-27 | 1 | -4/+37 |
* | | Merge branch 'rav/fix_expiring_cache_len' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-26 | 1 | -10/+17 |
|\| |
|
| * | Log which cache is throwing exceptions | Richard van der Hoff | 2018-09-26 | 1 | -10/+17 |
| * | Fix ExpiringCache.__len__ to be accurate | Erik Johnston | 2018-09-26 | 1 | -10/+7 |
* | | Fix ExpiringCache.__len__ to be accurate | Erik Johnston | 2018-09-21 | 1 | -12/+9 |
* | | Add a five minute cache to get_destination_retry_timings | Erik Johnston | 2018-09-21 | 1 | -0/+13 |
* | | Make ExpiringCache slightly more performant | Erik Johnston | 2018-09-21 | 1 | -1/+5 |
|/ |
|
* | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 1 | -1/+0 |
* | Improve the logging when handling a federation transaction (#3904) | Richard van der Hoff | 2018-09-19 | 1 | -1/+1 |
* | Replace custom DeferredTimeoutError with defer.TimeoutError | Erik Johnston | 2018-09-19 | 1 | -9/+3 |
* | Run canceller first to allow it to generate correct error | Erik Johnston | 2018-09-19 | 1 | -2/+5 |
* | Update to use new timeout function everywhere. | Erik Johnston | 2018-09-19 | 1 | -54/+19 |
* | Fix timeout function | Erik Johnston | 2018-09-15 | 1 | -1/+2 |
* | Add an awful secondary timeout to fix wedged requests | Erik Johnston | 2018-09-14 | 1 | -0/+51 |
* | Add in flight real time metrics for Measure blocks | Erik Johnston | 2018-09-14 | 1 | -0/+22 |
* | Change the manhole SSH key to have more bits | Erik Johnston | 2018-09-11 | 1 | -13/+31 |
* | Fix exceptions when a connection is closed before we read the headers | Richard van der Hoff | 2018-08-20 | 1 | -1/+3 |
* | Robustness fix for logcontext filter | Richard van der Hoff | 2018-08-20 | 1 | -1/+7 |
* | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 3 | -8/+29 |
* | Merge branch 'rav/fix_linearizer_cancellation' into develop | Richard van der Hoff | 2018-08-10 | 1 | -43/+68 |
|\ |
|
| * | Fix linearizer cancellation on twisted < 18.7 | Richard van der Hoff | 2018-08-10 | 1 | -43/+68 |
* | | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 5 | -4/+4 |
|/ |
|
* | Python 3: Convert some unicode/bytes uses (#3569) | Amber Brown | 2018-08-02 | 1 | -3/+3 |
* | fix invalidation | Richard van der Hoff | 2018-07-27 | 1 | -1/+1 |
* | Rewrite cache list decorator | Richard van der Hoff | 2018-07-27 | 1 | -67/+64 |
* | Fix some looping_call calls which were broken in #3604 | Richard van der Hoff | 2018-07-26 | 1 | -1/+1 |
* | Test and fix support for cancellation in Linearizer | Richard van der Hoff | 2018-07-20 | 1 | -6/+22 |
* | Combine Limiter and Linearizer | Richard van der Hoff | 2018-07-20 | 1 | -89/+10 |
* | Improvements to the Limiter | Richard van der Hoff | 2018-07-20 | 1 | -13/+20 |
* | Add a sleep to the Limiter to fix stack overflows. | Richard van der Hoff | 2018-07-20 | 1 | -3/+20 |
* | Don't spew errors because we can't save metrics (#3563) | Amber Brown | 2018-07-19 | 2 | -6/+24 |
* | Make Distributor run its processes as a background process | Richard van der Hoff | 2018-07-18 | 1 | -26/+18 |
* | Run things as background processes | Richard van der Hoff | 2018-07-18 | 2 | -1/+9 |
* | Use efficient .intersection | Erik Johnston | 2018-07-17 | 1 | -4/+1 |
* | Fix perf regression in PR #3530 | Erik Johnston | 2018-07-17 | 1 | -1/+6 |
* | Merge pull request #3530 from matrix-org/erikj/stream_cache | Amber Brown | 2018-07-17 | 1 | -8/+1 |
|\ |
|
| * | Don't return unknown entities in get_entities_changed | Erik Johnston | 2018-07-13 | 1 | -8/+1 |