Synapse: Matrix reference homeserver http://matrix.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Erik Johnston 283bb5c94e 1.38.1 3 달 전
.buildkite Fix off-by-one-error in synapse_port_db (#9991) 5 달 전
.circleci Tell CircleCI to build Docker images from `main` (#9906) 5 달 전
.github Github Actions workflow to attach release artifacts to release (#10379) 3 달 전
changelog.d 1.38.1 3 달 전
contrib Fix broken links in INSTALL.md (#10331) 3 달 전
debian 1.38.1 3 달 전
demo Handle all new rate limits in demo scripts (#9858) 6 달 전
docker Fix broken links in INSTALL.md (#10331) 3 달 전
docs Fix broken links in INSTALL.md (#10331) 3 달 전
scripts Add script for getting info about recently registered users (#10290) 3 달 전
scripts-dev build debs in GHA (#10247) 3 달 전
snap Added explicit Python build tools to snap requirements (#7213) 2 년 전
stubs Remove redundant "coding: utf-8" lines (#9786) 6 달 전
synapse 1.38.1 3 달 전
synmark Remove redundant "coding: utf-8" lines (#9786) 6 달 전
tests Fix deactivate a user if he does not have a profile (#10252) 3 달 전
.codecov.yml Disable codecov reports to GH comments. 2 년 전
.coveragerc Fix coverage in sytest and use plugins for buildkite (#5922) 2 년 전
.dockerignore Reduce the amount of stuff we send in the docker context (#5564) 2 년 전
.editorconfig Add a basic .editorconfig 3 년 전
.git-blame-ignore-revs Add a list of hashes to ignore during git blame. (#9560) 7 달 전
.gitignore Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 4 달 전
AUTHORS.rst Automatically delete empty groups/communities (#6453) 2 년 전
CHANGES.md 1.38.1 3 달 전
CONTRIBUTING.md Document how to see logger output when running the twisted tests (#10148) 4 달 전
INSTALL.md Fix broken links in INSTALL.md (#10331) 3 달 전
LICENSE Reference Matrix Home Server 7 년 전
MANIFEST.in Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 4 달 전
README.rst Fix README rst 3 달 전
UPGRADE.rst Fix broken links in INSTALL.md (#10331) 3 달 전
book.toml Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 4 달 전
mypy.ini Add support for evicting cache entries based on last access time. (#10205) 3 달 전
pylint.cfg Added pylint config file: ignore missing-docstring messages. 7 년 전
pyproject.toml Bump black configuration to target py36 (#9781) 6 달 전
setup.cfg Fix (final) Bugbear violations (#9838) 6 달 전
setup.py update black to 21.6b0 (#10197) 4 달 전
synctl Improve the error message printed by synctl when synapse fails to start. (#10059) 5 달 전
sytest-blacklist Reenable 'Backfilled events whose prev_events...' sytest (#10292) 3 달 전
test_postgresql.sh Use interpreter from $PATH instead of absolute paths in various scripts using /usr/bin/env (#9689) 7 달 전
tox.ini Run `black` on the scripts (#9981) 5 달 전

README.rst

=========================================================
Synapse |support| |development| |license| |pypi| |python|
=========================================================

.. contents::

Introduction
============

Matrix is an ambitious new ecosystem for open federated Instant Messaging and
VoIP. The basics you need to know to get up and running are:

- Everything in Matrix happens in a room. Rooms are distributed and do not
exist on any single server. Rooms can be located using convenience aliases
like ``#matrix:matrix.org`` or ``#test:localhost:8448``.

- Matrix user IDs look like ``@matthew:matrix.org`` (although in the future
you will normally refer to yourself and others using a third party identifier
(3PID): email address, phone number, etc rather than manipulating Matrix user IDs)

The overall architecture is::

client <----> homeserver <=====================> homeserver <----> client
https://somewhere.org/_matrix https://elsewhere.net/_matrix

``#matrix:matrix.org