synapse/changelog.d
Travis Ralston b7d4841947
Policy server part 1: Actually call the policy server (#18387)
Roughly reviewable commit-by-commit.

This is the first part of adding policy server support to Synapse. Other
parts (unordered), which may or may not be bundled into fewer PRs,
include:

* Implementation of a bulk API
* Supporting a moderation server config (the `fallback_*` options of
https://github.com/element-hq/policyserv_spam_checker )
* Adding an "early event hook" for appservices to receive federation
transactions *before* events are processed formally
* Performance and stability improvements

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: turt2live <1190097+turt2live@users.noreply.github.com>
Co-authored-by: Devon Hudson <devon.dmytro@gmail.com>
2025-05-21 22:09:09 +00:00
..
.gitignore
18262.feature Add option to allow registrations that begin with '_' (#18262) 2025-05-15 11:31:52 +00:00
18286.doc Fix room_list_publication_rules docs for v1.126.0 (#18286) 2025-05-14 11:36:54 +01:00
18318.feature Include room ID in room deletion status response (#18318) 2025-05-20 11:53:30 -05:00
18380.misc remove room without listeners from Notifier.room_to_user_streams (#18380) 2025-05-15 18:18:17 +01:00
18387.feature Policy server part 1: Actually call the policy server (#18387) 2025-05-21 22:09:09 +00:00
18409.misc Fix a couple type annotations in the RootConfig/Config (#18409) 2025-05-13 10:22:15 -05:00
18417.misc Explicitly enable pypy for cibuildwheel (#18417) 2025-05-13 15:19:30 +01:00
18419.misc Remove newline from final bullet point of PR template (#18419) 2025-05-13 15:14:00 +01:00
18420.misc Explain why we flush_buffer() for Python print(...) output (#18420) 2025-05-13 10:40:49 -05:00
18434.bugfix Fix admin redaction endpoint not redacting encrypted messages (#18434) 2025-05-19 09:48:46 +01:00
18440.misc Check for CREATE/DROP INDEX in schema deltas (#18440) 2025-05-19 10:52:05 +00:00
18445.doc Update postgres.md (#18445) 2025-05-20 13:31:05 +00:00
18451.misc Bump ruff from 0.7.3 to 0.11.10 (#18451) 2025-05-20 15:23:30 +01:00
18454.misc Allow only requiring a field be present in an SSO response, rather than specifying a required value (#18454) 2025-05-19 17:50:02 +01:00
18463.misc Add a unit test for the phone home stats (#18463) 2025-05-20 16:26:45 +01:00