0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2026-03-02 13:16:11 +01:00
No description
Find a file
2026-02-24 13:57:11 +02:00
.ci Unpin Rust from 1.82.0 (#19302) 2025-12-12 11:31:55 +00:00
.github Push Synapse docker images to Element OCI Registry (#19420) 2026-02-17 14:35:38 +01:00
changelog.d 1.148.0rc1 2026-02-17 17:44:37 +01:00
complement Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /complement (#19436) 2026-02-17 13:58:10 +01:00
contrib Update "Event Send Time Quantiles" graph to only use dots for the event persistence rate (#19399) 2026-01-22 14:07:22 -06:00
debian 1.148.0 2026-02-24 12:18:37 +01:00
demo Add rate limit conf to user directory endpoint (#19291) 2026-01-05 13:35:11 -06:00
docker Support sending and receiving MSC4354 Sticky Event metadata. (#19365) 2026-02-11 12:41:38 +00:00
docs Fix reference to the experimental_features section of config in the docs (#19435) 2026-02-04 17:50:47 +00:00
rust Revert "Add cargo.lock to Rust build hash (#19470)" 2026-02-19 01:34:13 +02:00
schema 1.148.0rc1 2026-02-17 17:44:37 +01:00
scripts-dev Add in-repo Complement tests (#19406) 2026-02-05 17:11:55 -06:00
stubs Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
synapse Revert "Add cargo.lock to Rust build hash (#19470)" 2026-02-19 01:34:13 +02:00
synmark Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
tests Merge branch 'master' into develop 2026-02-12 17:23:37 +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 (#5922) 2019-08-29 22:19:57 +10:00
.dockerignore Add meow dockerfile 2026-02-19 01:08:34 +02:00
.editorconfig Apply correct editorconfig to .pyi files (#14526) 2022-11-22 18:33:28 +00:00
.git-blame-ignore-revs Ignore Python language refactors (.git-blame-ignore-revs) (#19150) 2025-11-10 22:34:30 +00:00
.gitignore Add .zed/ to .gitignore (#18623) 2025-07-08 11:57:23 +01:00
.gitlab-ci.yml Add meow dockerfile 2026-02-19 01:08:34 +02:00
.rustfmt.toml Prevent dirty Cargo.lock changes from install (#18693) 2025-07-18 10:28:10 -05:00
AUTHORS.rst Automatically delete empty groups/communities (#6453) 2019-12-16 12:12:40 +00:00
book.toml Bump mdbook from 0.4.17 -> 0.5.2 and remove custom table-of-contents plugin (#19356) 2026-01-07 18:46:03 +00:00
build_rust.py Drop Python 3.9, bump tests/builds to Python 3.10 (#19099) 2025-10-29 12:15:00 -05:00
Cargo.lock Bump reqwest from 0.12.26 to 0.12.28 (#19444) 2026-02-17 14:43:41 +01:00
Cargo.toml Fix building rust with nightly (#15906) 2023-07-10 16:24:04 +01:00
CHANGES.md 1.148.0 2026-02-24 12:18:37 +01:00
CONTRIBUTING.md Update the contributing guide after reliecensing (#16772) 2024-01-03 11:31:03 +00:00
Dockerfile Add meow dockerfile 2026-02-19 01:08:34 +02:00
flake.lock Fix nix flake 2024-11-20 15:01:56 +00:00
flake.nix Replace PyICU with Rust icu_segmenter crate (#18553) 2025-07-03 11:12:12 +01:00
INSTALL.md Update book location 2023-12-13 16:15:22 +00:00
LICENSE-AGPL-3.0 make dual licensing explicit (#18134) 2025-02-05 13:40:10 +00:00
LICENSE-COMMERCIAL make dual licensing explicit (#18134) 2025-02-05 13:40:10 +00:00
mypy.ini Drop Python 3.9, bump tests/builds to Python 3.10 (#19099) 2025-10-29 12:15:00 -05:00
poetry.lock Bump cryptography from 46.0.3 to 46.0.5 (#19450) 2026-02-17 13:53:39 +01:00
pyproject.toml 1.148.0 2026-02-24 12:18:37 +01:00
README.md Add meow readme and config extension 2026-02-19 01:08:34 +02:00
README.rst Update Element logo to be an absolute URL, so it will render on PyPI (#19368) 2026-01-13 12:03:34 +00:00
requirements.txt Merge tag 'meow-patchset-v1.148.0rc1' 2026-02-19 01:14:13 +02:00
sytest-blacklist Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
tox.ini Drop Python 3.9, bump tests/builds to Python 3.10 (#19099) 2025-10-29 12:15:00 -05: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"