matrixbot
matrixbot
Formerly MSC701. Documentation: https://docs.google.com/document/d/1ERHpmthZyspnZtE3tQzxKTkcxar6JANeyNXgz2_djhA/edit# Author: @ara4n Date: 2018-06-04 The media repository is currently unauthed; anybody can access posted images, avatars, etc, if they know the URI. Submitted by @​matthew:matrix.org (Imported...
Created by @ richvdh:sw1v.org. when synapse decides to backfill events over federation, these end up being sent to clients over `/sync`, which leads to very confusing timelines with old messages
Submitted by @​matthew:matrix.org jfred reports whilst building matrix-xmpp-bridge that when a client asks to join a non-existent alias backed by an AS, the HS doesn't block until the AS has...
We should implement the restrictions on media-ids added in ~~SPEC-165~~ https://github.com/matrix-org/matrix-doc/pull/103 (Imported from https://matrix.org/jira/browse/SYN-393) (Reported by @Kegsay)
Created by @ matthew:matrix.org.
Documentation: https://docs.google.com/document/d/1jXMElbQR-5ldt_yhWuqzLFBO3-TEJWhRyWF5Y_gGSsc/edit#heading=h.h8vj3b7rllw9 Author: @erikjohnston We need to decide how to do user profiles, and all the associated "persona" fun, or whatever that was called (e.g., displaying different info to different...
An accidental bug in sytest: https://github.com/matrix-org/sytest/blob/b5c03fb7764d5d64a4272d5af88bcc46fac90ecd/tests/41end-to-end-keys/01-upload-key.pl#L21 creates a user whose name is `_ANON_-6:localhost` but then manages to POST a key for a different `user_id`. I expect this ought to have...
The current common use case for Synapse is that people install it running as localhost - have a play with it; see that it's good. They then want to expose...
Created by @ matthew:matrix.org.