summary refs log tree commit diff
path: root/README.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clients link fixed in README (#16569)Niranjan Kurhade2023-10-301-1/+1
|
* fix grammarMatthew Hodgson2022-09-031-1/+1
|
* A first pass at pruning the Synapse README (#13491)David Robertson2022-08-171-343/+107
|
* Fixes to the formatting of README.rst (#12627)Richard van der Hoff2022-05-041-7/+7
| | | Fixes a couple of formatting errors which were introduced in #12475.
* Add linebreak to pipx install quote in README (#12579)DeepBlueV7.X2022-04-281-2/+2
|
* Recommend poetry in docs (#12475)David Robertson2022-04-201-14/+17
| | | | | | | | | | | * Recommend poetry in docs - readme - contributor guide - upgrade notes - new dev cheat sheet for poetry Co-authored-by: Shay <hillerys@element.io> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
* Fix a link in `README.rst` (#12495)Dirk Klimpel2022-04-191-1/+1
| | | | | * Fix a link in `README.rst` * newsfile
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-081-0/+3
| | | | | | | | | * Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
* Fix broken link in README to admin API. (#11955)Alexander Mnich2022-02-101-1/+1
| | | From when the documentation was converted from rst -> md.
* Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre2021-10-111-1/+1
|
* Remove "reference" wording according Synapse homeserver (#10971)Max Kratz2021-10-061-5/+2
|
* Update installation instructions (#10919)Richard van der Hoff2021-09-291-1/+1
| | | Various updates to the install docs.
* Advertise matrix-org.github.io/synapse docs (#10595)David Robertson2021-08-311-6/+31
| | | | | Point to the book where possible, and use hyperlinks to github to refer to files not included in the book. Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Fix README rstErik Johnston2021-07-091-5/+4
|
* Fix README rstErik Johnston2021-07-091-4/+5
|
* Fix broken links in INSTALL.md (#10331)Dirk Klimpel2021-07-081-3/+5
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Adjust the URL in the README.rst file to point to LiberaChat instead of ↵Felix Kronlage-Dammers2021-06-281-1/+1
| | | | freenode (#10258)
* Convert UPGRADE.rst to markdown (#10166)Andrew Morgan2021-06-231-2/+2
| | | | | | | | | This PR: * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory. * Updates the contents of UPGRADE.rst to point to the website instead. * Updates links around the codebase that point to UPGRADE.rst. `pandoc` + some manual editing was used to convert from RST to md.
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-7/+0
| | | | | Fixes #9778 ACME v1 has been fully decommissioned for existing installs on June 1st 2021(see https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/27), so we can now safely remove it from Synapse.
* Document how to see logger output when running the twisted tests (#10148)Eric Eastwood2021-06-111-12/+17
|
* Clarify security note regarding the domain Synapse is hosted on. (#9221)Denis Kasak2021-05-271-11/+35
|
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-1/+6
| | | | | | | | | | | | At the moment, if you'd like to share presence between local or remote users, those users must be sharing a room together. This isn't always the most convenient or useful situation though. This PR adds a module to Synapse that will allow deployments to set up extra logic on where presence updates should be routed. The module must implement two methods, `get_users_for_states` and `get_interested_users`. These methods are given presence updates or user IDs and must return information that Synapse will use to grant passing presence updates around. A method is additionally added to `ModuleApi` which allows triggering a set of users to receive the current, online presence information for all users they are considered interested in. This is the equivalent of that user receiving presence information during an initial sync. The goal of this module is to be fairly generic and useful for a variety of applications, with hard requirements being: * Sending state for a specific set or all known users to a defined set of local and remote users. * The ability to trigger an initial sync for specific users, so they receive all current state.
* Add deprecation policy doc (#9723)Erik Johnston2021-04-061-1/+10
| | | | Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
* Update reverse proxy to add OpenBSD relayd example configuration. (#9508)Leo Bärring2021-03-061-2/+3
| | | | | Update reverse proxy to add OpenBSD relayd example configuration. Signed-off-by: Leo Bärring <leo.barring@protonmail.com>
* Fix reStructuredText formatting.Patrick Cloke2021-01-201-1/+1
|
* Add some extra notes for getting Synapse running on macOS. (#8997)Eric Eastwood2021-01-151-0/+21
|
* fix spurious MD in README.rstMatthew Hodgson2021-01-101-1/+1
|
* Add link to Synapse dev room to the relevant README section (#9002)Eric Eastwood2021-01-041-0/+2
|
* Updating README.rst (#8746)chagai952020-11-131-6/+10
| | | Minor corrections and advice... Should help beginners.
* Minor updates to docs on how to run tests (#8666)Dan Callahan2020-10-271-5/+5
| | | | | | | | | | | | | | | | | | The test runner isn't present in the `[all]` set of extras, so the previous instructions did not work without also installing `[test]`. Note that this does not include the `[lint]` extras, since those do not install on all supported Python versions (specifically, isort 5.x requires Python 3.6, while we still support 3.5). Instructions for that are included in our pull request template, so we should be fine there. I've also dropped the `--no-use-pep517` arg to `pip install` since it seems to have been added to address a temporary regression in pip 19.1 which was fixed in pip 19.1.1 the following month. Lastly, updated the example output of the test suite to set more realistic expectations around run time. Signed-off-by: Dan Callahan <danc@element.io>
* Add useful shields to readme (#8493)Mateusz Przybyłowicz2020-10-081-7/+23
| | | | | | Added shields directing to synapse-dev room, showing license, latest version on PyPi and supported Python versions. I've moved substitution definitions to the bottom to improve readability. Signed-off-by: Mateusz Przybyłowicz <uamfhq@gmail.com>
* Remove docs/sphinx and related references (#8480)Andrew Morgan2020-10-071-13/+0
| | | https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
* Various improvements to the docs (#7899)Aaron Raimist2020-07-291-36/+7
|
* Reorder database docs to promote postgresql. (#7933)Michael Kaye2020-07-231-5/+5
|
* Change Caddy links (old is deprecated) (#7789)Nicolai Søborg2020-07-081-1/+1
| | | | | | | * Change Caddy links Current links points to Caddy v1 which is deprecated. Signed-off-by: Nicolai Søborg <git@xn--sb-lka.org>
* Fixed typo by adding a 'g' to PostgreSQL (#7724)Jesse Riddle2020-06-191-1/+1
|
* Mention #synapse:matrix.org in README troubleshooting (#7603)Andrew Morgan2020-06-011-1/+4
| | | Just in case people head straight to the troubleshooting section and find themselves at a dead end.
* Add a section about support to the top of the README (#7392)Brendan Abolivier2020-05-011-0/+11
| | | | | Continuation of #7379 Adds a section in the README telling people to go to #synapse:matrix.org instead of using github issues. I'm not entirely sure about placing it above the install section but then people are likely to first seek support when installing (if something goes boom), and it's probably better to have it as high as possible anyway so people actually see it.
* Make it clearer that #synapse:matrix.org is our support channel (#7379)Brendan Abolivier2020-05-011-0/+8
| | | | | | | This PR moves the "support is in #synapse:matrix.org" in the bug report template outside of the comment as some people seem to ignore what's in the comments, and phrase it a bit more like the support request template. It also adds a default issue template that says the same thing. It's also adding a notice about the security disclosure to both the default template and the bug report one. It also adds a badge to the top of the README with an alt text saying about the same message if the badge doesn't load (e.g. if matrix.org is slow). Fixes #6826
* Add quotes around pip install target (my shell complained without them).Patrick Cloke2020-02-051-1/+1
|
* Update reverse proxy file name (#6590)dopple2019-12-221-1/+1
| | | s/reverse_proxy.rst/reverse_proxy.md/
* Merge branch 'master' into developBrendan Abolivier2019-10-021-0/+13
|\
| * README: link to reverse_proxy.rst (#6027)Richard van der Hoff2019-09-121-0/+13
| |
* | (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-3/+3
|/ | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* Correct pep517 flag in readme (#5651)Bruno Windels2019-07-101-1/+1
|
* README.rst: fix header levelRichard van der Hoff2019-06-181-1/+1
|
* Improve advice regarding poor performanceBenjamin Saunders2019-06-091-7/+25
| | | | Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
* Add --no-pep-517 to README instructionsRichard van der Hoff2019-04-251-2/+2
|
* Merge branch 'master' of github.com:matrix-org/synapse into developNeil Johnson2019-03-121-146/+69
|\
| * Neilj/improved delegation doc 2 (#4832)Neil Johnson2019-03-121-146/+69
| | | | | | | | | | Improved federation configuration docs. Specifically detailing .well-known and SRV based delegation methods. Inspiration Valentin Lab <valentin.lab@kalysto.org> for https://github.com/matrix-org/synapse/pull/4781
* | Remove reference to that no longer exists in READMEAndrew Morgan2019-03-041-3/+3
|/
* switch from google.com to recaptcha.net for reCAPTCHA (#4731)Matthew Hodgson2019-02-251-0/+2
| | | | | | | | * add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
* README updates (#4621)Richard van der Hoff2019-02-121-50/+50
| | | | | | | Lots of updates to the README/INSTALL.md. Fixes #4601.
* Clarifications for reverse proxy docs (#4607)Richard van der Hoff2019-02-111-49/+3
| | | | | | | Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
* Update READMEAndrew Morgan2019-02-051-8/+1
|
* Re-add link to ACME docs from READMEAndrew Morgan2019-02-051-0/+6
|
* Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into ↵Andrew Morgan2019-02-051-372/+3
|\ | | | | | | anoa/self_signed_upgrade
| * Move things from README.rst to UPDATE.md (#4569)Richard van der Hoff2019-02-051-442/+3
| | | | | | The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax.
* | Convert ACME docs to mdAndrew Morgan2019-02-051-1/+1
| |
* | Add link to ACME docs from READMEAndrew Morgan2019-02-051-0/+6
| |
* | Move ACME docs to docs/ACME.rst and link from UPGRADE.Andrew Morgan2019-02-051-69/+0
|/
* Fix nginx capatilizationAndrew Morgan2019-02-011-2/+2
|
* Address commentsAndrew Morgan2019-02-011-17/+13
|
* Update README.rstRichard van der Hoff2019-02-011-1/+1
| | | Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
* Update README.rstRichard van der Hoff2019-02-011-1/+1
| | | Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
* Actually need to enable itAndrew Morgan2019-02-011-0/+8
|
* Address changesAndrew Morgan2019-02-011-22/+13
|
* Remove error and add link to foks fed tester projectAndrew Morgan2019-02-011-2/+3
|
* Clean up portions of docs that talk about reversing fed portAndrew Morgan2019-02-011-97/+24
|
* Add docs for ACME setupAndrew Morgan2019-02-011-0/+79
|
* update debian installation instructions (#4526)Richard van der Hoff2019-01-311-5/+31
| | | | | | * update debian installation instructions * docs PR is docs
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-1/+1
| | | * remove dh_params and set better cipher string
* Merge pull request #4342 from aaronraimist/new-virtualenvRichard van der Hoff2019-01-101-3/+2
|\ | | | | Update README to use new virtualenv (#4328)
| * README.rst: fix hash_password pathRichard van der Hoff2019-01-021-2/+1
| |
| * Update README to use new virtualenv (#4328)Aaron Raimist2019-01-011-2/+2
| | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* | Update README to not lie about required restart (#4343)Aaron Raimist2019-01-021-2/+2
|/ | | | | | | | | | * Update README to not lie about required restart Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Make the dependencies more like a standard Python project and hook up the ↵Amber Brown2018-12-221-6/+5
| | | | optional dependencies to setuptools (#4298)
* Stop installing Matrix Console by defaultRichard van der Hoff2018-12-111-8/+1
| | | | This is based on the work done by @krombel in #2601.
* Notes on upgrading to python3, and README updates.Richard van der Hoff2018-12-041-49/+18
|
* Merge pull request #4210 from axelsimon/patch-1Richard van der Hoff2018-12-041-2/+2
|\ | | | | Replace mentions of Vector with Riot
| * Replace mentions of Vector with Riotaxel simon2018-11-201-2/+2
| | | | | | | | https://github.com/vector-im/vector-web/issues/1977 --> https://github.com/vector-im/riot-web/issues/1977 And mention of Vector as a client replaced with Riot.
* | add jpeg to OpenBSD prereq listAshe Connor2018-11-171-1/+1
| | | | | | | | Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
* | Update README for #1491 fixRichard van der Hoff2018-11-151-3/+4
|/
* Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2018-10-251-2/+11
|\
| * README.rst: fix minor grammarRichard van der Hoff2018-10-221-3/+3
| |
| * Whoops!steamport2018-10-191-1/+1
| |
| * I HATE RSTsteamport2018-10-191-0/+1
| |
| * Fixsteamport2018-10-191-3/+4
| |
| * Fix formatting.steamport2018-10-191-0/+1
| |
| * Add Caddy example to READMEsteamport2018-10-191-0/+6
| |
* | Add information about the matrix-docker-ansible-deploy playbookSlavi Pantaleev2018-10-141-0/+6
|/ | | | Signed-off-by: Slavi Pantaleev <slavi@devture.com>
* Update instructions to point to pip install (#3985)Amber Brown2018-10-021-53/+17
|
* Remove documentation referencing Cygwin (#3873)Amber Brown2018-09-191-31/+7
|
* Fix typo in README, synaspse -> synapseAaron Raimist2018-09-171-1/+1
| | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* README: run python_dependencies with -mRichard van der Hoff2018-09-171-1/+1
| | | ... to stop things which try to import `types` getting `synapse.types` instead
* mention libjemalloc in readme (#3877)Vincent Breitmoser2018-09-151-0/+8
|
* Merge pull request #3783 from cwmke/developRichard van der Hoff2018-09-071-0/+12
|\ | | | | Add apache vhost config to Readme
| * Remove end '/'sColin W2018-09-021-2/+2
| |
| * Update readme on develop branchColin W2018-09-021-0/+12
| |
* | Merge branch 'develop' into developAmber Brown2018-09-031-10/+29
|\|
| * Update README.rstMichael Kaye2018-08-031-1/+1
| | | | | | Link to contrib/docker
| * Update README.rstMichael Kaye2018-08-031-3/+10
| | | | | | wrap at 80ish
| * Refactor docker locations and README.Michael Kaye2018-08-021-1/+1
| | | | | | | | This addresses #3224
| * Merge pull request #3469 from DJViking/masterRichard van der Hoff2018-07-271-0/+13
| |\ | | | | | | Add instructions for install on OpenSUSE and SLES
| | * Add instructions for install on OpenSUSE and SLESSverre Moe2018-07-011-0/+13
| | |
| * | change http links to httpsPeter2018-07-101-8/+8
| |/ | | | | Especially useful for the debian repo, as this makes it easier to get the key in a secure way
* / The project `matrix-synapse-auto-deploy` does not seem to be maintained anymore.Nicholas Eckardt2018-06-101-4/+0
|/ | | | | | It has been over a year since any code has been commited. Some of the relevant links in the documentation are broken, but since no pull requests are being accepted, they won't get fixed. We should probably remove this from the README.
* Reference synapse docker image and docker-composeMichael Kaye2018-05-171-2/+3
|
* Clarify that SRV may not point to a CNAMESilke2018-04-141-0/+3
| | | | Signed-off-by: Silke Hofstra <silke@slxh.eu>
* Update README.rstNeil Johnson2018-03-281-2/+2
| | | update docker hub url
* Note that Synapse is available in FedoraJeremy Cline2018-01-161-0/+4
| | | | Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Merge pull request #2674 from her001/readme-sytestRichard van der Hoff2018-01-161-0/+11
|\ | | | | Mention SyTest in the README, after Development
| * Mention SyTest in the README, after DevelopmentAndrew Conrad2017-11-141-0/+11
| | | | | | | | Signed-off-by: Andrew Conrad <aconrad103@gmail.com>
* | mention federation tester more prominently in the readmeVincent Breitmoser2017-12-161-0/+5
| |
* | spell out need for libxml2 for lxml to workMatthew Hodgson2017-10-271-1/+3
|/
* Include review feedbackMax Dor2017-09-251-5/+3
|
* Clarify recommended network setupMax Dor2017-09-251-15/+24
|
* Update READMEErik Johnston2017-07-041-7/+4
|
* add notes on running out of FDsMatthew Hodgson2017-06-141-0/+24
|
* Merge branch 'release-v0.21.0' of github.com:matrix-org/synapse v0.21.0Erik Johnston2017-05-181-5/+27
|\
| * Merge pull request #2131 from matthewjwolff/developErik Johnston2017-04-271-2/+5
| |\ | | | | | | web_client_location documentation fix
| | * web_server_root documentation fixMatthew Wolff2017-04-171-2/+5
| | | | | | | | | | | | Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
| * | document how to make IPv6 work (#2088)Matthew Hodgson2017-04-251-0/+19
| | | | | | | | | | | | | | | | | | * document how to make IPv6 work * spell out that pip will install 17.1 by default
| * | Merge pull request #2132 from feld/patch-1Matthew Hodgson2017-04-171-1/+1
| |\ \ | | |/ | |/| Update README.rst
| | * Update README.rstMark Felder2017-04-171-1/+1
| | | | | | | | | The FreeBSD port has been moved to the net-im category
| * | Merge pull request #1984 from RyanBreaker/patch-1Erik Johnston2017-03-311-2/+2
| |\ \ | | |/ | |/| Add missing package to CentOS section
| | * Add --upgrade pipRyan Breaker2017-03-131-0/+1
| | | | | | | | | Needed before `pip instal --upgrade setuptools` for CentOS 7 and also doesn't hurt for any other distro.
| | * Add missing package to CentOS sectionRyan Breaker2017-03-101-2/+2
| | | | | | | | | Also added Fedora 25 to header as the same packages work for it as well.
* | | Fix the system requirements list in README.rstBruno Bigras2017-04-191-0/+1
|/ /
* | Merge pull request #2037 from ricco386/fix_readme_centos_issuesRichard van der Hoff2017-03-291-0/+2
|\ \ | | | | | | Fix installation issues
| * | Removed requirement that is not neededRichard Kellner2017-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | I have removed libsodium from CentOS system requirements, as it is part PyNaCl. Signed-off-by: Richard Kellner <richard.kellner@gmail.com>
| * | Updated user creation sectionRichard Kellner2017-03-201-0/+1
| | | | | | | | | | | | | | | register_new_matrix_user command has one more question, I have updated the documentation to match the reality.
| * | Added missing system requiremnt and pip upgrade before installRichard Kellner2017-03-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When installing on CentOS7 I wans't able to follow README instructions to install due to errors. I was missing libsodium in order to compile python dependencies. Default version of Python pip is really old and therefore setuptools upgrade ended with error as well. In order to be able to continue I needed to upgrade pip as well.
* | | Merge pull request #2005 from kfatehi/docs/readmeRichard van der Hoff2017-03-231-1/+1
|\ \ \ | | | | | | | | Update README: specify python2.7 in virtualenv
| * | | Update README: specify python2.7 in virtualenvKeyvan Fatehi2017-03-161-1/+1
| |/ / | | | | | | | | | Signed-off-by: Keyvan Fatehi <keyvanfatehi@gmail.com>
* | | Merge branch 'release-v0.19.3' of github.com:matrix-org/synapse v0.19.3Erik Johnston2017-03-201-3/+2
|\| |
| * | the aur package is no longer there, community package in arch does existSean Enck2017-02-271-3/+2
| |/
* / README.md: fix link to client list on matrix.org/docsStefan Majewsky2017-03-181-3/+3
|/
* README.rst: fix formattingRichard van der Hoff2017-01-131-0/+1
| | | Fix formatting blooper introduced in https://github.com/matrix-org/synapse/pull/1672 :/
* Update README to use `bind_addresses`Johannes Löthberg2016-12-181-1/+1
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* Update prerequisites instructions on Mac OSmanuroe2016-12-151-0/+1
|
* Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2016-12-121-4/+13
|\
| * fix pythonpathRichard van der Hoff2016-12-091-1/+1
| |
| * Update the readme to use trialRichard van der Hoff2016-12-091-5/+14
| |
* | Fix broken README mergeRichard van der Hoff2016-12-091-1/+1
| | | | | | | | | | When 546ec1a was merged into develop, I accidentally overwrote the change introduced in debbea5 (pr #1657). Reintroduce it.
* | Fix incorrect numbering on OpenBSD instructions caused by my own incompetenceWilliam Leuschner2016-12-061-7/+7
| | | | | | | | Signed-off-by: William Leuschner <wel2138@rit.edu>
* | Update incorrect information in README about ksh and sourceWilliam Leuschner2016-12-061-6/+2
| | | | | | | | Signed-off-by: William Leuschner <wel2138@rit.edu>
* | Add README instructions for OpenBSD installationWilliam Leuschner2016-12-051-0/+34
|/ | | | Signed-off-by: William Leuschner <wel2138@rit.edu>
* README: fix linkRichard van der Hoff2016-12-031-1/+1
|
* README: review commentsRichard van der Hoff2016-12-021-32/+54
| | | | Minor updates post-review
* README: rewrite federation sectionRichard van der Hoff2016-12-021-50/+55
|
* README: add reverse-proxying sectionRichard van der Hoff2016-12-021-0/+99
|
* README: Rewrite "Identity servers" sectionRichard van der Hoff2016-12-021-15/+22
|
* README: rewrite installation instructionsRichard van der Hoff2016-12-021-10/+57
|
* README: remove refs to demo clientRichard van der Hoff2016-12-021-36/+22
| | | | | The demo client isn't really fit for purpose, so stop encouraging people to use it.
* README: code quotesRichard van der Hoff2016-12-021-10/+10
| | | | Add some syntax highlighting
* README: "About matrix" updatesRichard van der Hoff2016-12-021-8/+1
| | | | | | | - remove redundant "where's the spec" section: this would belong in "About matrix", but it's already there. - E2E is in beta rather than dev
* README: Fix linksRichard van der Hoff2016-12-021-10/+11
| | | | Fix a couple of broken links
* Rearrange the READMERichard van der Hoff2016-12-021-85/+93
| | | | | Move some bits of the README around. No words were changed in the making of this commit.
* rename CAPTCHA_SETUPRichard van der Hoff2016-12-011-2/+2
| | | | this is rst so name it accordingly
* Merge pull request #1053 from Takios/developErik Johnston2016-08-311-0/+6
|\ | | | | Add prerequisites to install on openSUSE to README
| * Add prerequisites to install on openSUSE to READMEFabian Niepelt2016-08-301-0/+6
| | | | | | | | Signed-off-by: Fabian Niepelt <fniepelt@takios.de>
* | Remove FUD over psqlMatthew Hodgson2016-08-301-3/+0
|/
* warn people to avoid running a HS media repository on the same domain as ↵Matthew Hodgson2016-08-271-0/+15
| | | | another webapp
* increase RAM reqsMatthew Hodgson2016-08-191-1/+1
|
* Merge branch 'release-v0.17.0' of github.com:matrix-org/synapse v0.17.0Erik Johnston2016-08-081-1/+1
|\
| * federation doesn't work over ipv6 yet thanks to twistedMatthew Hodgson2016-07-261-1/+1
| |
* | 3PID defined on first mentionevelynmitchell2016-07-271-2/+2
|/
* Merge branch 'release-v0.16.0' of github.com:matrix-org/synapse v0.16.0Erik Johnston2016-06-091-9/+39
|\
| * Add more docMatthew Hodgson2016-04-081-0/+3
| |
| * Add docMatthew Hodgson2016-04-081-1/+15
| |
| * spell out more packagesMatthew Hodgson2016-03-301-8/+21
| |
* | Alter phrasing to clarify where info is stored.Jimmy Cuadra2016-05-291-6/+7
| | | | | | | | | | | | | | A user on #matrix:matrix.org was confused by the phrasing of the first sentence in the paragraph and couldn't tell whether it was saying that the homeserver stored the data or the clients did. This change splits it into two sentences to make the subject of each sentence clear.
* | Fix Typo in README.rst s/Halp/Help/David2016-05-061-1/+1
|/
* Clarify that we do have reset functionality via the ISRichard van der Hoff2016-03-161-21/+20
|
* Password reset docs and scriptRichard van der Hoff2016-03-161-0/+20
| | | | | Replace the bash/perl gen_password script with a python one, and write a note on how to use it.
* Add SYNAPSE_CACHE_FACTOR to READMEErik Johnston2016-03-021-1/+18
|
* Update documentationFlorent VIOLLEAU2016-01-271-1/+22
| | | | Signed-off-by: Florent VIOLLEAU <floviolleau@gmail.com>
* Merge branch 'release-v0.12.1' into developRichard van der Hoff2016-01-141-0/+8
|\
| * Add FreeBSD install section & instructionsKubilay Kocak2016-01-091-0/+8
| | | | | | | | | | Add FreeBSD installation instructions for both Ports and Packages now that matrix-synapse has landed [1] in the tree. [1] https://svnweb.freebsd.org/changeset/ports/405527
* | Update readme to reflect change in signing key nameErik Johnston2016-01-061-2/+1
|/
* Merge remote-tracking branch 'origin/release-v0.12.0' v0.12.0Mark Haines2016-01-041-18/+30
|\
| * SYN-90: We don't need --proccess-dependency-linksMark Haines2015-12-111-5/+3
| | | | | | | | When installing synapse since all its dependencies are on PyPI
| * Merge pull request #409 from MadsRC/developErik Johnston2015-12-021-0/+4
| |\ | | | | | | Develop
| | * Added a few lines to better explain how to run Synapse on a FQDN that is not ↵Mads R. Christensen2015-12-021-0/+4
| | | | | | | | | | | | part of the UserID
| * | various fixes - thanks to Mark White for pointing out you need to run ↵Matthew Hodgson2015-12-011-12/+13
| |/ | | | | | | synapse before you try to register a new user
| * Added --report-status=yes|no as Synapse won't generate the config without itMads R. Christensen2015-12-011-2/+3
| |
| * Added libffi-devel in CentOS 7 installation requirements and fixed ↵Mads R. Christensen2015-12-011-2/+2
| | | | | | | | indentation of yum groupinstall. Signed-off-by: Mads Robin Christensen <mads@v42.dk>
| * Added prerequisite instructions for CentOS 7Mads R. Christensen2015-11-201-0/+8
| | | | | | | | Signed-off-by: Mads Robin Christensen <mads@v42.dk>
* | Added info abou Martin Giess' auto-deployment process with vagrant/ansibleOddvar Lovaas2015-12-141-0/+4
|/
* Erik pointed out we should advise on the lack of included clientOddvar Lovaas2015-11-181-0/+3
|
* adding link to apt repoOddvar Lovaas2015-11-181-0/+2
|
* remove references to matrix.org/betaMatthew Hodgson2015-11-061-7/+7
|
* Add instructions for upgrading setuptools for when people encounter a ↵Mark Haines2015-09-071-0/+6
| | | | message "mock requires setuptools>=17.1"
* Update README to include RAM requirementsErik Johnston2015-09-021-0/+1
|
* Merge pull request #237 from matrix-org/markjh/readme-rst-formattingMark Haines2015-08-201-37/+39
|\ | | | | Clean up some of restructured text formatting in the README.rst
| * Further formatting clean upsMark Haines2015-08-201-7/+7
| |
| * Clean up some of restructured text formatting in the README.rstMark Haines2015-08-201-30/+32
| |
* | Add generic update instructions to UPGRADE.rst and add link to them from the ↵Mark Haines2015-08-201-7/+4
|/ | | | README.rst
* improve OS X instructions and remove all the leading $'s to make it easier ↵Matthew Hodgson2015-07-291-45/+47
| | | | to c+p commands
* clarify readme a bit moreMatthew Hodgson2015-06-271-1/+4
|
* Specify python 2.7 in the virtualenv setup (SYN-319) #resolvedDavid Baker2015-05-141-1/+1
|
* Update README.rstMark Haines2015-04-301-1/+1
|
* read the pid_file from the config file in synctlMark Haines2015-04-301-1/+1
|
* Can't specify bind-port on the cmdline anymoreMark Haines2015-04-301-2/+1
|
* mention silviof's dockerfileMatthew Hodgson2015-04-291-0/+3
|
* general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the ↵Matthew Hodgson2015-04-291-46/+88
| | | | homeserver/Synapse/g. move installation & running sections closer together.
* Add note about updating your signing keys (ie. "the auto thing")David Baker2015-04-241-0/+9
|
* Matrix ID server is now HTTPSDavid Baker2015-04-241-1/+1
|
* Remove ancient historyDavid Baker2015-04-241-4/+0
|
* Pedant: OS X has a spaceDavid Baker2015-04-241-1/+1
|
* typoMatthew Hodgson2015-04-081-1/+1
|
* actually tell users /how/ to turn on registrationMatthew Hodgson2015-03-301-1/+2
|
* Merge pull request #109 from matrix-org/default_registrationErik Johnston2015-03-181-0/+11
|\ | | | | Disable registration by default. Add script to register new users.
| * Add note about disabling registration by defaultErik Johnston2015-03-131-0/+11
| |
* | add ToC and fix typoeMatthew Hodgson2015-03-141-1/+4
|/
* added "cd ~/.synapse" before setup of the homeserver to generate our files ↵brabo2015-02-221-0/+2
| | | | in there instead of ~
* we federate on port 8448 nowadays...Matthew Hodgson2015-02-141-1/+1
|
* clean up TurnedToDust's ArchLinux notes a bitMatthew Hodgson2015-02-071-18/+26
|
* Update to README.rstTurnedToDust2015-02-061-0/+38
| | | Added Documentation regarding ArchLinux
* less obscure xargsMatthew Hodgson2015-02-021-1/+1
|
* fix typoMatthew Hodgson2015-02-021-1/+1
|
* fix OSX stuff and typosMatthew Hodgson2015-01-311-2/+3
|
* s/homeserver.config/homeserver.yaml/ because that's what synctl looks for.David Baker2015-01-301-5/+5
|
* add generate config instruction to the HS setup partDavid Baker2015-01-301-0/+9
|
* Tell people to "source" the activate script for virtualenv, Remove --user ↵Mark Haines2015-01-301-7/+7
| | | | from pip install
* Update documentation to recommend virtual envMark Haines2015-01-301-30/+15
|
* don't clobber pythonpathMatthew Hodgson2015-01-091-2/+2
|
* oopsMatthew Hodgson2015-01-081-1/+1
|
* spell out that local libs may need to be explicitly given priorityMatthew Hodgson2015-01-081-0/+9
|
* spell out that VoIP needs TURNMatthew Hodgson2014-12-241-0/+3
|
* spell out that upgrading is just installing over the topMatthew Hodgson2014-12-241-0/+5
|
* Update README.rstKegsay2014-12-181-0/+9
| | | Add gotcha: The content repository requires additional cygwin packages.
* Update README.rstKegsay2014-12-181-0/+22
| | | Add windows (cygwin) install instructions.
* re-add OSX troubleshooting instructions (not sure how they got lost)Matthew Hodgson2014-12-021-0/+3
|
* Added the needed libssl-dev packageTjardick van der Kraan2014-12-021-1/+2
|
* upgrade script depends on sqlite3 cliMatthew Hodgson2014-11-261-1/+1
|
* rst bugsMatthew Hodgson2014-11-241-5/+5
|
* more README fixesMatthew Hodgson2014-11-181-1/+3
|
* warn about memoryMatthew Hodgson2014-11-171-0/+7
|
* update the README.rst to reflect the develop branchMatthew Hodgson2014-11-171-73/+40
|
* yet another installation gotchaMatthew Hodgson2014-11-171-7/+13
|
* clarify install instructions further stillMatthew Hodgson2014-11-171-17/+38
|
* suggest ~/.synapseMatthew Hodgson2014-11-131-3/+5
|
* various fixes based on truphone feedbackMatthew Hodgson2014-11-121-4/+17
|
* typoMatthew Hodgson2014-11-121-1/+1
|
* Fix installation instructions in READMEMark Haines2014-11-041-24/+29
|
* Fix ncorrect ports in documentation and add notes on how generate-config ↵David Baker2014-10-021-2/+3
| | | | | | also generates certs bound to whatever hostname you give with --generate-config. SYN-87 #resolved
* Trivial formatting fixes for README.Mark Haines2014-10-021-82/+86
|
* Update README setup instructions to be correct. Make synapse spit out ↵David Baker2014-10-021-5/+7
| | | | explanatory note when generating config to tell people to look at it and customise it.