| Commit message (Expand) | Author | Files | Lines |
2020-10-30 | use correct version | Erik Johnston | 2 | -2/+2 |
2020-10-30 | 1.22.1 | Erik Johnston | 4 | -2/+16 |
2020-10-30 | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 7 | -40/+32 |
2020-10-30 | Tie together matches_user_in_member_list and get_users_in_room caches (#8676) | Will Hunt | 2 | -4/+7 |
2020-10-27 | 1.22.0 v1.22.0 github/release-v1.22.0 release-v1.22.0 | Erik Johnston | 3 | -1/+13 |
2020-10-26 | Fixup changelog v1.22.0rc2 | Erik Johnston | 1 | -3/+1 |
2020-10-26 | Expand changelog entry | Erik Johnston | 1 | -1/+1 |
2020-10-26 | 1.22.0rc2 | Erik Johnston | 5 | -4/+12 |
2020-10-26 | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 4 | -13/+85 |
2020-10-26 | Properly handle presence events for application services. (#8656) | Patrick Cloke | 2 | -4/+6 |
2020-10-26 | Fix user_daily_visits to not have duplicate rows for UA. (#8654) | Erik Johnston | 2 | -4/+6 |
2020-10-22 | Fixup changelog even more v1.22.0rc1 | Erik Johnston | 1 | -2/+1 |
2020-10-22 | Fixup changelog some more | Erik Johnston | 1 | -7/+3 |
2020-10-22 | Fixup changelog | Erik Johnston | 1 | -4/+4 |
2020-10-22 | 1.22.0rc1 | Erik Johnston | 89 | -88/+106 |
2020-10-21 | Optimise CacheDescriptor (#8594) github/release-v1.21.3 release-v1.21.3 | Richard van der Hoff | 2 | -5/+8 |
2020-10-21 | fix failure case | Richard van der Hoff | 1 | -1/+4 |
2020-10-21 | optimise DeferredCache.set | Richard van der Hoff | 2 | -3/+13 |
2020-10-21 | Add some more tests | Richard van der Hoff | 2 | -0/+147 |
2020-10-21 | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 5 | -46/+67 |
2020-10-21 | Combine the two sets of tests for CacheDescriptor | Richard van der Hoff | 2 | -228/+230 |
2020-10-21 | Limit AS transactions to 100 events (#8606) | Will Hunt | 3 | -2/+58 |
2020-10-21 | Separate the TCP and terse JSON formatting code. (#8587) | Patrick Cloke | 4 | -187/+240 |
2020-10-21 | Pin mypy-zope for compatibility with mypy. (#8600) | Patrick Cloke | 2 | -1/+2 |
2020-10-21 | Add type hints to profile and base handlers. (#8609) | Patrick Cloke | 6 | -41/+72 |
2020-10-20 | Consistently use wrap_as_background_task in more places (#8599) | Patrick Cloke | 5 | -30/+20 |
2020-10-20 | Update mypy to 0.790, and move dependencies to extras (#8583) | Jonathan de Jong | 3 | -3/+4 |
2020-10-20 | Remove some extraneous @unittest.INFOs on unit tests (#8592) | Andrew Morgan | 3 | -2/+1 |
2020-10-20 | Cast errors generated during synapse_port_db to str (#8585) | Andrew Morgan | 2 | -2/+4 |
2020-10-20 | Move schema file for as_device_stream (#8590) | Will Hunt | 2 | -3/+3 |
2020-10-19 | Fix 'LruCache' object has no attribute '_on_resize' (#8591) | Richard van der Hoff | 3 | -2/+17 |
2020-10-19 | Drop unused `device_max_stream_id` table (#8589) | Vasilis Gerakaris | 2 | -0/+2 |
2020-10-19 | Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) | Jonathan de Jong | 3 | -4/+6 |
2020-10-19 | Expose the experimental appservice login flow to clients. (#8504) | Patrick Cloke | 2 | -0/+3 |
2020-10-19 | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 7 | -27/+53 |
2020-10-19 | Include a simple message in email notifications that include encrypted conten... | Patrick Cloke | 9 | -75/+107 |
2020-10-19 | Support running synmark on macOS. (#8578) | Patrick Cloke | 2 | -2/+6 |
2020-10-19 | Start an opentracing span for background processes. (#8567) | Erik Johnston | 2 | -5/+7 |
2020-10-19 | Replace DeferredCache with LruCache where possible (#8563) | Richard van der Hoff | 8 | -27/+30 |
2020-10-17 | Pre-emptively fix synapse.storage.types.Connection for future mypy release (#... | Jonathan de Jong | 3 | -3/+4 |
2020-10-16 | Fix synmark (#8571) | Richard van der Hoff | 2 | -1/+2 |
2020-10-16 | Clean-up old transaction IDs |