gist/matrix
Aminda Suomalainen 64594984d0
matrix/spaces.md: fix headings & toc
2024-03-19 15:04:17 +02:00
..
Element Element/config.json: this client is Element and I am surprised if I use this config in 21xYY 2024-02-16 16:29:49 +02:00
FluffyChat rerun doctoc 2023-03-17 15:15:04 +02:00
account-data cleanup matrix/account-data/im.vector.web.settings 2024-03-04 17:14:07 +02:00
m.policy.rule.server matrix/m.policy.rule.server: warn about the-draupnir-project/Draupnir#56 2024-01-31 15:05:03 +02:00
m.policy.rule.user add matrix/m.policy.{server,user}/README.md 2023-06-08 11:05:14 +03:00
m.room.encryption add m.room.encryption 2024-03-01 11:12:23 +02:00
m.room.history_visibility m.room.history_visibility/README.md: initial commit 2023-06-07 11:47:13 +03:00
m.room.join_rules matrix/m.room.join_rules/community-moderation-effort.md: initial commit 2024-02-08 09:13:18 +02:00
m.room.power_levels m.room.power_levels: Drop ACL to 99, bumb invite to 13, remove medium version, clarify paranoid version 2024-03-11 10:00:03 +02:00
m.room.server_acl m.room.server_acl: update description of a banned homserver 2023-10-27 09:46:24 +03:00
m.room.tombstone matrix/m.room.tombstone: add a sample tombstone event 2023-10-27 14:13:03 +03:00
maubot matrix/maubot: remove hookshotism 2023-06-09 14:46:17 +03:00
org.matrix.appservice-irc.config rerun doctoc 2023-03-17 15:15:04 +02:00
retention let json be sorted 2024-01-29 10:44:04 +02:00
uk.half-shot.matrix-hookshot.feed matrix/{maubot,hookshot}: experiment with feed formatting 2023-06-09 14:43:52 +03:00
.gitignore bring PPFI IM repo as a submodule for linking in irc/ & matrix/ 2023-02-12 11:06:24 +02:00
PPFI bring PPFI IM repo as a submodule for linking in irc/ & matrix/ 2023-02-12 11:06:24 +02:00
README.md rerun doctoc 2023-03-17 15:15:04 +02:00
m.room.retention matrix: ln -s retention m.room.retention 2021-09-19 10:15:31 +03:00
matterbridge matrix: add symlink to matterbridge (../irc/matterbridge) 2022-05-26 12:58:48 +03:00
spaces.md matrix/spaces.md: fix headings & toc 2024-03-19 15:04:17 +02:00

README.md

Notes regarding Matrix, a decentralised conversation store

As a lot of things require playing around with /devtools and raw state events, this is where I collect those and other things related to Matrix.

Events are mostly named how they are used, but retention predates that so m.room.retention is a symlink to not break either links or muscle memory on terminal. account-data is an exception for appearing that way in /devtools (kind of) and clients (Element & FluffyChat) have their own directories.

Other notes not needing their own directories

Account migration

  • EMS Matrix account migration tool
    • Centralized, propietary, service, works less well since Synapse 1.11.0rc1 made PL50 requirement for inviting users to new rooms.
  • Variate is planning to be a tool for migrating between different Matrix server implementations.