0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-04-14 11:06:35 +02:00
No description
Find a file
2025-04-11 18:24:20 +03:00
.ci Update Poetry to 2.1.1, including updating the lock file version. () 2025-03-21 15:32:52 +00:00
.github Bump actions/upload-artifact from 4.6.1 to 4.6.2 () 2025-04-01 13:30:44 +00:00
changelog.d 1.128.0rc1 2025-04-01 16:41:42 +02:00
contrib Contrib: Docker: updates PostgreSQL version in docker-compose.yml () 2025-01-21 18:54:31 +00:00
debian 1.128.0 2025-04-08 14:09:59 +01:00
demo Define delayed event ratelimit category () 2025-02-25 17:22:01 +00:00
docker Tweaks to prefix-log () 2025-04-01 15:36:13 +02:00
docs Document media hashing changes () 2025-04-01 12:43:05 +02:00
rust Actually fix CI build wheels. () 2025-03-05 14:20:17 +00:00
scripts-dev Fix detection of workflow failures in the release script. () 2025-03-13 14:52:00 +00:00
stubs Format files with Ruff () 2024-09-02 12:39:04 +01:00
synapse Add spam checker option for restricted joins 2025-04-11 18:14:16 +03:00
synmark Bump mypy from 1.10.1 to 1.11.2 () 2024-10-17 15:05:00 +00:00
tests Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. () 2025-04-01 14:31:19 +01:00
.codecov.yml Disable codecov reports to GH comments. 2019-07-31 10:56:02 +01:00
.coveragerc Fix coverage in sytest and use plugins for buildkite () 2019-08-29 22:19:57 +10:00
.dockerignore Add meow dockerfile 2025-04-11 18:14:16 +03:00
.editorconfig Apply correct editorconfig to .pyi files () 2022-11-22 18:33:28 +00:00
.git-blame-ignore-revs Use full GitHub links instead of bare issue numbers. () 2023-11-15 08:02:11 -05:00
.gitignore Fix the devenv up configuration which was ignoring the config overrides. () 2023-07-03 11:39:52 +01:00
.gitlab-ci.yml Add meow dockerfile 2025-04-11 18:14:16 +03:00
.rustfmt.toml Port the push rule classes to Rust. () 2022-09-20 12:10:31 +01:00
AUTHORS.rst Automatically delete empty groups/communities () 2019-12-16 12:12:40 +00:00
book.toml More renaming 2023-12-13 15:41:11 +00:00
build_rust.py Update setuptools-rust and fix building abi3 wheels () 2024-11-27 13:31:43 +00:00
Cargo.lock Bump pyo3-log from 0.12.1 to 0.12.2 () 2025-04-01 14:12:58 +02:00
Cargo.toml Fix building rust with nightly () 2023-07-10 16:24:04 +01:00
CHANGES.md 1.128.0 2025-04-08 14:09:59 +01:00
CONTRIBUTING.md Update the contributing guide after reliecensing () 2024-01-03 11:31:03 +00:00
Dockerfile Add meow dockerfile 2025-04-11 18:14:16 +03:00
flake.lock Fix nix flake 2024-11-20 15:01:56 +00:00
flake.nix Fix nix flake 2024-11-20 15:01:56 +00:00
INSTALL.md Update book location 2023-12-13 16:15:22 +00:00
LICENSE-AGPL-3.0 make dual licensing explicit () 2025-02-05 13:40:10 +00:00
LICENSE-COMMERCIAL make dual licensing explicit () 2025-02-05 13:40:10 +00:00
mypy.ini Remove support for python 3.8 () 2024-11-06 19:36:01 +00:00
poetry.lock Bump phonenumbers from 8.13.50 to 9.0.2 () 2025-04-01 13:56:32 +00:00
pyproject.toml 1.128.0 2025-04-08 14:09:59 +01:00
README.md Add meow readme and config extension 2025-04-11 18:14:16 +03:00
README.rst make dual licensing explicit () 2025-02-05 13:40:10 +00:00
requirements.txt Merge tag 'meow-patchset-v1.128.0' 2025-04-11 18:24:20 +03:00
sytest-blacklist Use full GitHub links instead of bare issue numbers. () 2023-11-15 08:02:11 -05:00
tox.ini Remove support for python 3.8 () 2024-11-06 19:36:01 +00:00
UPGRADE.rst Update book location 2023-12-13 16:15:22 +00:00

Maunium Synapse

This is a fork of Synapse to remove dumb limits and fix bugs that the upstream devs don't want to fix.

The only official distribution is the docker image in the GitLab container registry, but you can also install from source (upstream instructions).

The master branch and :latest docker tag are upgraded to each upstream release candidate very soon after release (usually within 10 minutes†). There are also docker tags for each release, e.g. :1.75.0. If you don't want RCs, use the specific release tags.

†If there are merge conflicts, the update may be delayed for up to a few days after the full release.

List of changes

  • Default power level for room creator is 9001 instead of 100.
  • Room creator can specify a custom room ID with the room_id param in the request body. If the room ID is already in use, it will return M_CONFLICT.
  • URL previewer user agent includes Bot so Twitter previews work properly. Upstreamed after over 2 years 🎉
  • Local event creation concurrency is disabled to avoid unnecessary state resolution. Upstreamed after over 3 years 🎉
  • Register admin API can register invalid user IDs.
  • Docker image with jemalloc enabled by default.
  • Config option to allow specific users to send events without unnecessary validation.
  • Config option to allow specific users to receive events that are usually filtered away (e.g. org.matrix.dummy_event and m.room.aliases).
  • Config option to allow specific users to use timestamp massaging without being appservice users.
  • Removed bad pusher URL validation.
  • webp images are thumbnailed to webp instead of jpeg to avoid losing transparency.
  • Media repo Cache-Control header says immutable and 1 year for all media that exists, as media IDs in Matrix are immutable.
  • Allowed sending custom data with read receipts.

You can view the full list of changes on the meow-patchset branch. Additionally, historical patch sets are saved as meow-patchset-vX tags.

Configuration reference

meow:
   # List of users who aren't subject to unnecessary validation in the C-S API.
   validation_override:
   - "@you:example.com"
   # List of users who will get org.matrix.dummy_event and m.room.aliases events down /sync
   filter_override:
   - "@you:example.com"
   # Whether or not the admin API should be able to register invalid user IDs.
   admin_api_register_invalid: true
   # List of users who can use timestamp massaging without being appservices
   timestamp_override:
   - "@you:example.com"