.. |
.gitignore
|
Correct attrs package name in requirements (#3492)
|
2018-07-07 10:46:59 +10:00 |
11507.feature
|
Support MSC3266 room summaries over federation (#11507)
|
2022-05-05 15:25:00 +01:00 |
12168.feature
|
Implement changes to MSC2285 (hidden read receipts) (#12168)
|
2022-05-04 11:59:22 -04:00 |
12273.bugfix
|
Include bundled aggregations for the latest event in a thread. (#12273)
|
2022-05-04 08:38:18 -04:00 |
12356.misc
|
Make scripts-dev pass mypy --disallow-untyped-defs (#12356)
|
2022-04-27 13:10:31 +00:00 |
12406.feature
|
Add a module API to allow modules to edit push rule actions (#12406)
|
2022-04-27 13:55:33 +00:00 |
12452.feature
|
Add the notify_appservices_from_worker configuration option (superseding notify_appservices ) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452)
|
2022-05-06 11:43:53 +01:00 |
12480.misc
|
Use supervisord to supervise Postgres and Caddy in the Complement image. (#12480)
|
2022-04-27 14:39:41 +01:00 |
12485.misc
|
Add some type hints to datastore (#12485)
|
2022-04-27 13:05:00 +01:00 |
12500.misc
|
Immediately retry any requests that have backed off when a server comes back online. (#12500)
|
2022-05-10 10:39:54 +01:00 |
12505.misc
|
Prefer make_awaitable over defer.succeed in tests (#12505)
|
2022-04-27 14:58:26 +01:00 |
12526.feature
|
Add option to enable token registration without requiring 3pids (#12526)
|
2022-04-27 12:57:53 +00:00 |
12531.misc
|
Remove unused # type: ignore s (#12531)
|
2022-04-27 14:03:44 +01:00 |
12536.doc
|
Update SQL statements in docs for Synapse Admins (#12536)
|
2022-05-09 14:43:02 -07:00 |
12541.docker
|
Mark Dockerfile as requiring BuildKit (#12541)
|
2022-04-26 15:31:52 +01:00 |
12544.bugfix
|
Bound ephemeral events by key (#12544)
|
2022-04-26 20:14:21 +01:00 |
12556.misc
|
Add sanity checks to the release script (#12556)
|
2022-05-03 10:50:03 +00:00 |
12564.misc
|
Consistently use collections.abc.Mapping to check frozendict. (#12564)
|
2022-04-27 09:00:07 -04:00 |
12568.misc
|
Implement cancellation support/protection for module callbacks (#12568)
|
2022-05-09 12:31:14 +01:00 |
12570.bugfix
|
Exclude OOB memberships from the federation sender (#12570)
|
2022-05-03 12:47:56 +00:00 |
12573.docker
|
Use docker/metadata-action to generate docker image tags (#12573)
|
2022-05-05 12:36:42 +00:00 |
12576.misc
|
Allow unused ignores in "bleeding edge" CI (#12576)
|
2022-04-29 17:57:23 +01:00 |
12577.misc
|
Improve comments and error messages around access tokens. (#12577)
|
2022-05-05 13:39:59 +01:00 |
12579.doc
|
Add linebreak to pipx install quote in README (#12579)
|
2022-04-28 13:54:46 +01:00 |
12580.bugfix
|
Fix logging of incorrect status codes for disconnected requests (#12580)
|
2022-04-28 15:49:50 +00:00 |
12581.misc
|
Improve the docstrings for the receipts store. (#12581)
|
2022-04-28 17:58:58 +00:00 |
12582.misc
|
Use constants for receipt types in tests. (#12582)
|
2022-04-28 13:34:33 -04:00 |
12587.misc
|
Update changelog for #12587 to be more accurate (#12663)
|
2022-05-09 11:34:39 +01:00 |
12589.misc
|
Remove special-case for twisted logger (#12589)
|
2022-04-29 22:05:18 +01:00 |
12594.bugfix
|
Fix race when persisting an event and deleting a room (#12594)
|
2022-05-03 11:47:21 +01:00 |
12596.removal
|
Remove unstable identifiers for MSC3069. (#12596)
|
2022-05-03 12:43:12 -04:00 |
12597.removal
|
Remove unstable/unspecced login types. (#12597)
|
2022-05-04 13:53:21 +00:00 |
12599.misc
|
Use getClientAddress instead of getClientIP . (#12599)
|
2022-05-04 14:11:21 -04:00 |
12601.feature
|
Implement MSC3786: Add a default push rule to ignore m.room.server_acl events (#12601)
|
2022-05-10 08:57:36 +01:00 |
12602.misc
|
docs(contrib): Add link to documentation in dashboard (#12602)
|
2022-05-09 10:08:31 +00:00 |
12608.misc
|
Prune mypy ignore_missing_imports list (#12608)
|
2022-05-03 11:03:20 +01:00 |
12610.misc
|
Reduce log spam when running multiple event persisters (#12610)
|
2022-05-05 10:20:23 +01:00 |
12612.bugfix
|
Add missing space before 'docker' link in release announcement script (#12612)
|
2022-05-03 14:46:42 +00:00 |
12613.removal
|
Bump Synapse minimum Python version to 3.7.1 (#12613)
|
2022-05-03 19:22:06 +01:00 |
12614.misc
|
Add extra debug logging to federation sender (#12614)
|
2022-05-03 16:32:40 +01:00 |
12616.misc
|
Disable device name lookup over federation by default (#12616)
|
2022-05-04 16:41:40 +01:00 |
12619.feature
|
Add mau_appservice_trial_days config (#12619)
|
2022-05-04 19:33:26 +01:00 |
12620.misc
|
Add a consistency check on events read from the database (#12620)
|
2022-05-03 21:27:52 +01:00 |
12621.doc
|
Update replication.md with info on TCP module structure (#12621)
|
2022-05-09 14:46:43 -07:00 |
12624.misc
|
remove constantly lib use and switch to enums. (#12624)
|
2022-05-04 11:26:11 +00:00 |
12627.doc
|
Fixes to the formatting of README.rst (#12627)
|
2022-05-04 11:02:19 +01:00 |
12632.misc
|
Remove unused receipt datastore methods. (#12632)
|
2022-05-05 07:51:19 -04:00 |
12633.bugfix
|
Edits/annotations should not have any bundled aggregations calculated. (#12633)
|
2022-05-05 08:15:12 -04:00 |
12635.feature
|
Use private instead of hidden in MSC2285 related code. (#12635)
|
2022-05-05 12:31:25 +00:00 |
12636.feature
|
Update _on_new_receipts() to work with MSC2285 changes. (#12636)
|
2022-05-05 13:25:51 +00:00 |
12637.misc
|
Tweaks to workers-under-complement (#12637)
|
2022-05-09 22:41:06 +01:00 |
12639.bugfix
|
Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)
|
2022-05-05 07:11:52 -04:00 |
12650.misc
|
Update mypy to 0.950 and fix complaints (#12650)
|
2022-05-06 12:35:20 +00:00 |
12652.misc
|
Move pympler back into the all extras (#12652)
|
2022-05-07 13:40:58 +01:00 |
12656.misc
|
Prevent memory leak from reoccurring when presence is disabled. (#12656)
|
2022-05-06 16:41:57 +00:00 |
12657.bugfix
|
Convert stringy power levels to integers on room upgrade (#12657)
|
2022-05-07 13:37:29 +01:00 |
12663.misc
|
Update changelog for #12587 to be more accurate (#12663)
|
2022-05-09 11:34:39 +01:00 |
12664.doc
|
Fix docs on how to run specific Complement tests after recent complement.sh change (#12664)
|
2022-05-09 10:38:32 +01:00 |
12665.misc
|
Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665)
|
2022-05-09 20:29:07 +00:00 |
12666.misc
|
Use Concatenate to annotate do_execute (#12666)
|
2022-05-09 10:28:38 +01:00 |
12667.misc
|
Use ParamSpec in a few places (#12667)
|
2022-05-09 10:27:39 +00:00 |
12670.feature
|
Don't error on unknown receipt types (#12670)
|
2022-05-09 11:09:19 +01:00 |
12671.misc
|
Fix mypy against latest pillow stubs (#12671)
|
2022-05-09 10:48:14 +00:00 |