forked-synapse/changelog.d
Brendan Abolivier 54dd5dc12b
Add ephemeral messages support (MSC2228) (#6409)
Implement part [MSC2228](https://github.com/matrix-org/matrix-doc/pull/2228). The parts that differ are:

* the feature is hidden behind a configuration flag (`enable_ephemeral_messages`)
* self-destruction doesn't happen for state events
* only implement support for the `m.self_destruct_after` field (not the `m.self_destruct` one)
* doesn't send synthetic redactions to clients because for this specific case we consider the clients to be able to destroy an event themselves, instead we just censor it (by pruning its JSON) in the database
2019-12-03 19:19:45 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
5815.feature Implement per-room message retention policies 2019-11-04 17:09:22 +00:00
5858.feature add etag and count to key backup endpoints (#5858) 2019-11-27 16:14:44 -05:00
6119.feature Add User-Interactive Auth to /account/3pid/add (#6119) 2019-11-29 13:51:14 +00:00
6176.feature Implementation of MSC2314 (#6176) 2019-11-28 08:54:07 +11:00
6237.bugfix Transfer power level state events on room upgrade (#6237) 2019-12-02 15:11:32 +00:00
6241.bugfix Fix: Pillow error when uploading RGBA image (#3325) (#6241) 2019-12-02 12:12:55 +00:00
6266.misc Add benchmarks for structured logging performance (#6266) 2019-12-03 20:21:25 +11:00
6322.misc Improve the performance of structured logging (#6322) 2019-11-26 03:45:50 +11:00
6332.bugfix Fixup docs 2019-11-26 12:04:48 +00:00
6333.bugfix Add changelog 2019-11-08 15:45:08 +00:00
6343.misc newsfile 2019-11-08 16:17:02 +00:00
6362.misc Clean up newline quote marks around the codebase (#6362) 2019-11-21 12:00:14 +00:00
6379.misc Remove assertion and provide a clear warning on startup for missing public_baseurl (#6379) 2019-11-26 18:42:27 +00:00
6388.doc Fix link to user_dir_populate.sql in the user directory docs (#6388) 2019-11-21 17:38:14 +00:00
6390.doc Add working build command for docker image (#6390) 2019-11-23 06:54:05 +11:00
6392.misc Changelog 2019-11-20 15:08:03 +00:00
6408.bugfix Make sure that we close cursors before returning from a query (#6408) 2019-11-25 21:03:17 +00:00
6409.feature Add ephemeral messages support (MSC2228) (#6409) 2019-12-03 19:19:45 +00:00
6420.bugfix Newsfile 2019-11-26 15:54:48 +00:00
6421.bugfix Fix startup error when http proxy is defined. (#6421) 2019-11-26 18:10:50 +00:00
6423.misc Clarifications for the email configuration settings. (#6423) 2019-11-28 09:29:18 +00:00
6426.bugfix Remove local threepids on account deactivation (#6426) 2019-11-28 10:40:42 +00:00
6429.misc Add more tests to the worker blacklist (#6429) 2019-11-27 18:18:33 +00:00
6434.feature Newsfile 2019-11-28 13:59:32 +00:00
6436.bugfix Changelog 2019-11-28 19:32:49 +00:00
6443.doc Use python3 packages for Ubuntu (#6443) 2019-12-02 15:09:57 +00:00
6458.doc write some docs for the quarantine_media api (#6458) 2019-12-03 18:20:39 +00:00