| Commit message (Expand) | Author | Files | Lines |
2022-05-11 | Don't prune cache entries for get_or_create_notice_room_for_user | Brendan Abolivier | 1 | -1/+1 |
2022-05-10 | Fix `/messages` throwing a 500 when querying for non-existent room (#12683) | Eric Eastwood | 3 | -16/+13 |
2022-05-10 | Refactor `EventContext` (#12689) | Erik Johnston | 13 | -200/+70 |
2022-05-10 | Capture the `Deferred` for request cancellation in `_AsyncResource` (#12694) | Sean Quah | 3 | -5/+9 |
2022-05-10 | Fix incorrect type hint in filtering code. (#12695) | Patrick Cloke | 2 | -2/+4 |
2022-05-10 | Add some type hints to datastore. (#12477) | Dirk Klimpel | 4 | -71/+122 |
2022-05-10 | Stop writing to `event_reference_hashes` (#12679) | Richard van der Hoff | 5 | -38/+5 |
2022-05-10 | Add helper class for testing request cancellation (#12630) | Sean Quah | 4 | -0/+127 |
2022-05-10 | Add ability to cancel disconnected requests to `SynapseRequest` (#12588) | Sean Quah | 2 | -1/+24 |
2022-05-10 | Add `@cancellable` decorator, for use on request handlers (#12586) | Sean Quah | 2 | -0/+62 |
2022-05-10 | Move free functions into PushRuleEvaluatorForEvent. (#12677) | Patrick Cloke | 3 | -34/+69 |
2022-05-10 | Add class-diagrams and notes for push. (#12676) | Patrick Cloke | 2 | -0/+80 |
2022-05-10 | other fixes v1.59.0rc1 | David Robertson | 1 | -2/+2 |
2022-05-10 | backquote `m.room.server_acl` | David Robertson | 1 | -1/+1 |
2022-05-10 | v1 -> 1 | David Robertson | 1 | -4/+4 |
2022-05-10 | Fix deprecation notice | David Robertson | 1 | -1/+1 |
2022-05-10 | I manually added O's change, remove newsfile | David Robertson | 1 | -1/+0 |
2022-05-10 | Add Olivier's last-minute merge | David Robertson | 1 | -0/+1 |
2022-05-10 | Group release script changes | David Robertson | 1 | -1/+1 |
2022-05-10 | Fix changelog link | David Robertson | 1 | -1/+1 |
2022-05-10 | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 9 | -34/+76 |
2022-05-10 | Changelog typo | David Robertson | 1 | -1/+1 |
2022-05-10 | Adjust changelog | David Robertson | 1 | -25/+29 |
2022-05-10 | 1.59.0rc1 | David Robertson | 65 | -66/+96 |
2022-05-10 | Immediately retry any requests that have backed off when a server comes back ... | Erik Johnston | 6 | -6/+179 |
2022-05-10 | Implement MSC3786: Add a default push rule to ignore m.room.server_acl events... | Šimon Brandner | 4 | -11/+56 |
2022-05-09 | Update `replication.md` with info on TCP module structure (#12621) | Shay | 3 | -1/+7 |
2022-05-09 | Update SQL statements in docs for Synapse Admins (#12536) | Dirk Klimpel | 2 | -70/+122 |
2022-05-09 | Tweaks to workers-under-complement (#12637) | Richard van der Hoff | 3 | -5/+15 |
2022-05-09 | Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665) | Val Lorentz | 2 | -1/+2 |
2022-05-09 | Implement cancellation support/protection for module callbacks (#12568) | Sean Quah | 6 | -27/+86 |
2022-05-09 | Fix mypy against latest pillow stubs (#12671) | David Robertson | 3 | -6/+7 |
2022-05-09 | Update changelog for #12587 to be more accurate (#12663) | Sean Quah | 2 | -1/+2 |
2022-05-09 | Use `ParamSpec` in a few places (#12667) | David Robertson | 14 | -68/+148 |
2022-05-09 | Don't error on unknown receipt types (#12670) | Erik Johnston | 2 | -12/+16 |
2022-05-09 | docs(contrib): Add link to documentation in dashboard (#12602) | Sheogorath | 2 | -1/+14 |
2022-05-09 | Fix docs on how to run specific Complement tests after recent `complement.sh`... | Eric Eastwood | 2 | -2/+3 |
2022-05-09 | Use `Concatenate` to annotate `do_execute` (#12666) | David Robertson | 3 | -6/+16 |
2022-05-07 | Move `pympler` back into the `all` extras (#12652) | David Robertson | 5 | -6/+15 |
2022-05-07 | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 5 | -24/+137 |
2022-05-06 | Prevent memory leak from reoccurring when presence is disabled. (#12656) | Erik Johnston | 3 | -28/+54 |
2022-05-06 | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 10 | -57/+98 |
2022-05-06 | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 9 | -21/+447 |
2022-05-05 | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 4 | -5/+78 |
2022-05-05 | Update v1.58.1 changelog entry with more familiar language v1.58.1 | Andrew Morgan | 1 | -2/+2 |
2022-05-05 | link to relevant bug report in v1.58.1 changelog | Andrew Morgan | 1 | -1/+2 |
2022-05-05 | Minor wording change to v1.58.1 release notes | Andrew Morgan | 1 | -1/+1 |
2022-05-05 | 1.58.1 | Andrew Morgan | 3 | -3/+15 |
2022-05-05 | Include extra dependency groups 'systemd' and 'cache_memory' in debian packag... | Andrew Morgan | 2 | -1/+13 |
2022-05-05 | Update `_on_new_receipts()` to work with MSC2285 changes. (#12636) | Šimon Brandner | 2 | -5/+4 |
2022-05-05 | Improve comments and error messages around access tokens. (#12577) | reivilibre | 2 | -8/+12 |
2022-05-05 | Use `docker/metadata-action` to generate docker image tags (#12573) | Henry | 2 | -19/+12 |
2022-05-05 | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Šimon Brandner | 7 | -25/+26 |
2022-05-05 | Edits/annotations should not have any bundled aggregations calculated. (#12633) | Patrick Cloke | 3 | -20/+50 |
2022-05-05 | Remove unused receipt datastore methods. (#12632) | Patrick Cloke | 2 | -54/+1 |
2022-05-05 | Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) | Will Hunt | 4 | -4/+5 |
2022-05-05 | Reduce log spam when running multiple event persisters (#12610) | Erik Johnston | 3 | -2/+17 |
2022-05-04 | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 6 | -2/+110 |
2022-05-04 | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 16 | -46/+62 |
2022-05-04 | Implement changes to MSC2285 (hidden read receipts) (#12168) | Šimon Brandner | 12 | -186/+647 |
2022-05-04 | Disable device name lookup over federation by default (#12616) | Andrew Morgan | 5 | -12/+24 |
2022-05-04 | Remove unstable/unspecced login types. (#12597) | Patrick Cloke | 6 | -20/+14 |
2022-05-04 | Improve logging for cancelled requests (#12587) | Sean Quah | 3 | -1/+32 |
2022-05-04 | Include bundled aggregations for the latest event in a thread. (#12273) | Patrick Cloke | 5 | -51/+198 |
2022-05-04 | remove constantly lib use and switch to enums. (#12624) | andrew do | 11 | -38/+36 |
2022-05-04 | Fixes to the formatting of README.rst (#12627) | Richard van der Hoff | 2 | -7/+8 |
2022-05-03 | Add a consistency check on events read from the database (#12620) | Richard van der Hoff | 3 | -22/+50 |
2022-05-03 | Bump Synapse minimum Python version to 3.7.1 (#12613) | David Robertson | 3 | -3/+4 |
2022-05-03 | Remove unstable identifiers for MSC3069. (#12596) | Patrick Cloke | 3 | -8/+1 |
2022-05-03 | Add extra debug logging to federation sender (#12614) | Richard van der Hoff | 2 | -2/+19 |
2022-05-03 | Add missing space before 'docker' link in release announcement script (#12612) | Andrew Morgan | 2 | -1/+2 |
2022-05-03 | fix imports | Richard van der Hoff | 1 | -1/+2 |
2022-05-03 | minor wording fix in docstring | Richard van der Hoff | 1 | -3/+2 |
2022-05-03 | Exclude OOB memberships from the federation sender (#12570) | Richard van der Hoff | 3 | -4/+51 |
2022-05-03 | Add sanity checks to the release script (#12556) | David Robertson | 2 | -26/+38 |
2022-05-03 | Fix race when persisting an event and deleting a room (#12594) | Erik Johnston | 3 | -2/+22 |
2022-05-03 | Prune mypy ignore_missing_imports list (#12608) | David Robertson | 2 | -51/+3 |
2022-05-03 | Move groups/communities deprecation notice to 1.58.0 heading v1.58.0 | Andrew Morgan | 1 | -2/+2 |
2022-05-03 | 1.58.0 | Andrew Morgan | 3 | -1/+13 |
2022-04-29 | Remove special-case for `twisted` logger (#12589) | Richard van der Hoff | 3 | -14/+1 |
2022-04-29 | Allow unused ignores in "bleeding edge" CI (#12576) | David Robertson | 3 | -0/+6 |
2022-04-28 | |