0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00
Go to file
2022-04-21 13:53:47 +03:00
.ci Poetry: select olddeps using poetry (#12407) 2022-04-12 10:50:11 +00:00
.github Poetry: select olddeps using poetry (#12407) 2022-04-12 10:50:11 +00:00
changelog.d 1.57.1 2022-04-20 15:30:03 +01:00
contrib Bump black and click versions (#12320) 2022-04-05 11:04:28 +01:00
debian 1.57.1 2022-04-20 15:30:03 +01:00
demo Add restrictions by default to open registration in Synapse (#12091) 2022-03-25 10:11:01 -07:00
docker Workaround pip bug installing latest treq and not-latest twisted from hashes (#12439) 2022-04-12 10:16:01 +01:00
docs fix typo in upgrade notes 2022-04-19 11:25:12 +01:00
scripts-dev Fix up healthcheck generation for workers docker image (#12405) 2022-04-11 13:38:58 +00:00
stubs Fix incorrect type hints for txredis. (#12042) 2022-03-08 07:26:05 -05:00
synapse Merge remote-tracking branch 'upstream/release-v1.57' 2022-04-21 13:53:47 +03:00
synmark Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
tests Add missing type hints to config classes. (#12402) 2022-04-11 12:07:23 -04: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 Poetry: use locked environment in Docker images (#12385) 2022-04-07 11:43:31 +00:00
.editorconfig Add a basic .editorconfig 2018-12-03 22:38:47 -06:00
.flake8 Prune setup.cfg some more (#12059) 2022-02-22 14:52:56 +00:00
.git-blame-ignore-revs Add a list of hashes to ignore during git blame. (#9560) 2021-03-09 07:34:55 -05:00
.gitignore Poetry: initial pyproject.toml and poetry.lock (#12381) 2022-04-05 18:40:56 +01:00
.gitlab-ci.yml Add custom docker image 2020-11-18 14:13:47 +02:00
AUTHORS.rst Automatically delete empty groups/communities (#6453) 2019-12-16 12:12:40 +00: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
CHANGES.md Clarify changelog entry 2022-04-20 15:48:05 +01:00
CONTRIBUTING.md Advertise matrix-org.github.io/synapse docs (#10595) 2021-08-31 11:29:27 +01:00
Dockerfile Update Dockerfile 2022-03-17 14:07:38 +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
MANIFEST.in Move synctl into synapse._scripts and expose as an entrypoint (#12140) 2022-03-04 11:58:49 +00:00
mypy.ini Add missing type hints to config classes. (#12402) 2022-04-11 12:07:23 -04:00
poetry.lock Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. (#12512) 2022-04-20 14:22:53 +00:00
pylint.cfg Added pylint config file: ignore missing-docstring messages. 2014-10-24 10:22:09 +01:00
pyproject.toml 1.57.1 2022-04-20 15:30:03 +01:00
README.md Replace also_allow_user with a global config option 2021-10-30 14:06:15 +03:00
README.rst Clean-up demo scripts & documentation (#12143) 2022-03-08 15:02:59 -05:00
setup.cfg Prune setup.cfg some more (#12059) 2022-02-22 14:52:56 +00:00
setup.py Specify tls extra for Twisted dependency. (#12444) 2022-04-12 10:49:02 +00:00
sytest-blacklist Blacklist new sytest validation test (#11270) 2021-11-08 10:37:43 +00:00
tox.ini Poetry: select olddeps using poetry (#12407) 2022-04-12 10:50:11 +00:00
UPGRADE.rst fix broken link to upgrade notes (#10631) 2021-08-18 12:38:37 +01: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.23.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.
  • Local event creation concurrency is disabled to avoid unnecessary state resolution.
  • Register admin API can register invalid user IDs.
  • Docker image with jemalloc.
  • 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