summary refs log tree commit diff
path: root/docs/message_retention_policies.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typos in docs (#17114)devonh2024-04-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
* Clarify what part of message retention is still experimental (#17099)devonh2024-04-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
* Remove warnings from the docs about using message retention. (#16382)Patrick Cloke2023-09-281-2/+1
| | | | | There are no known bugs in the message retention code, but it is possible that there still exists race conditions. Additional fixes will be made as reported.
* Add a warning to retention documentation regarding the possibility of ↵Shay2022-08-151-1/+2
| | | | database corruption (#13497)
* Cleanup references to sample config in the docs and redirect users to ↵Shay2022-06-301-9/+9
| | | | configuration manual (#13077)
* Fix typos in documentation (#12863)Dirk Klimpel2022-05-251-1/+1
|
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-13/+13
| | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com>
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-2/+2
| | | | | * Fix broken links in documentation * newsfile
* Update documentation on retention policies limits (#8529)Brendan Abolivier2020-10-141-12/+22
| | | | | * Update documentation on retention policies limits Document the changes from https://github.com/matrix-org/synapse/pull/8104
* RephraseBrendan Abolivier2020-02-121-3/+3
|
* Spell out that Synapse never purges the last event sent in a roomBrendan Abolivier2020-02-111-0/+4
|
* Fix typo in message retention policies docBrendan Abolivier2020-01-081-1/+1
|
* Fix referenceBrendan Abolivier2020-01-071-1/+1
|
* Incorporate reviewBrendan Abolivier2020-01-071-27/+28
|
* Apply suggestions from code reviewBrendan Abolivier2020-01-071-5/+4
| | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Fix vacuum instructions for sqliteBrendan Abolivier2020-01-031-2/+2
|
* Add a complete documentation of the message retention policies supportBrendan Abolivier2020-01-031-0/+191