Go to file
Tulir Asokan bf7133b85a Merge remote-tracking branch 'upstream/release-v1.72' 2022-11-22 13:12:53 +02:00
.ci Test against PostgreSQL 15 in CI (#14394) 2022-11-09 10:32:52 +00:00
.github Make Dependabot only bump Rust deps in the lock file (#14434) 2022-11-14 14:45:17 +00:00
changelog.d 1.72.0 2022-11-22 10:59:39 +00:00
contrib Update forgotten references to legacy metrics in the included Grafana dashboard. (#14477) 2022-11-22 10:51:01 +00:00
debian 1.72.0 2022-11-22 10:59:39 +00:00
demo demo: check if we are in a virtualenv before overriding PYTHONPATH (#12916) 2022-05-30 15:41:24 +00:00
docker Modernize configure_workers_and_start.py bootstrapping script for Dockerfile-workers. (#14294) 2022-11-09 12:02:15 +00:00
docs Support using SSL on worker endpoints. (#14128) 2022-11-15 12:55:00 +00:00
rust Make Dependabot only bump Rust deps in the lock file (#14434) 2022-11-14 14:45:17 +00:00
scripts-dev Remove unused type-ignores (#14433) 2022-11-14 13:46:29 +00:00
stubs Fix stub return type of `PushRuleEvaluator.run` (#14451) 2022-11-16 12:03:05 +00:00
synapse Merge remote-tracking branch 'upstream/release-v1.72' 2022-11-16 17:51:05 +02:00
synmark Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
tests Fix background updates failing to add unique indexes on receipts (#14453) 2022-11-16 15:01:22 +00: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 Merge remote-tracking branch 'upstream/release-v1.69' 2022-10-12 15:33:18 +03:00
.editorconfig editorconfig: add max_line_length for Python files (#13228) 2022-07-08 16:40:25 +00:00
.flake8 Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) 2022-10-19 19:38:24 +00:00
.git-blame-ignore-revs Prevent #3679 from appearing in blame results (#13311) 2022-07-18 14:02:32 +00:00
.gitignore Lock rust dependencies (#13858) 2022-09-21 09:49:48 +00:00
.gitlab-ci.yml Remove unneccessary caching 2022-04-26 20:00:38 +03:00
.rustfmt.toml Port the push rule classes to Rust. (#13768) 2022-09-20 12:10:31 +01:00
AUTHORS.rst Automatically delete empty groups/communities (#6453) 2019-12-16 12:12:40 +00:00
CHANGES.md tweak postgres dep notice 2022-11-22 11:10:01 +00:00
CONTRIBUTING.md Advertise matrix-org.github.io/synapse docs (#10595) 2021-08-31 11:29:27 +01:00
Cargo.lock Bump blake2 from 0.10.4 to 0.10.5 (#14426) 2022-11-14 10:39:55 +00:00
Cargo.toml Add a stub Rust crate (#12595) 2022-09-06 19:01:37 +01:00
Dockerfile Bump Docker image to Python 3.11 2022-11-16 17:17:25 +02:00
INSTALL.md Fix broken links in INSTALL.md (#10331) 2021-07-08 15:46:13 +01:00
LICENSE Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
README.md Update README.md 2022-04-30 22:18:49 +03:00
README.rst fix grammar 2022-09-03 11:08:28 +01:00
UPGRADE.rst fix broken link to upgrade notes (#10631) 2021-08-18 12:38:37 +01:00
book.toml Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 2021-06-03 17:20:40 +01:00
build_rust.py Always build Rust extension in release mode (#14009) 2022-10-03 11:20:18 +01:00
mypy.ini Avoid incrementing bg process utime/stime counters by negative durations (#14323) 2022-10-31 13:02:07 +00:00
poetry.lock Bump jsonschema from 4.16.0 to 4.17.0 (#14439) 2022-11-14 17:17:29 +00:00
pylint.cfg Added pylint config file: ignore missing-docstring messages. 2014-10-24 10:22:09 +01:00
pyproject.toml 1.72.0 2022-11-22 10:59:39 +00:00
requirements.txt Merge remote-tracking branch 'upstream/release-v1.72' 2022-11-16 17:51:05 +02:00
sytest-blacklist Back out implementation of MSC2314 (#12474) 2022-04-19 11:17:29 +00:00
tox.ini Run lints under poetry in CI; remove lint tox jobs (#12434) 2022-04-12 17:35:48 +01:00

README.md

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.57.0. If you don't want RCs, use the specific release tags.

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.
  • 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.
  • Config option to allow appservices to use MSC2716 batch sending as any local user.
  • 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.

Configuration

Generating a new config will include the meow section, but this is here for reference for existing configs.

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"
   # Whether appservices should be allowed to use MSC2716 batch sending as any local user.
   appservice_batch_send_any: false