gist/matrix
2024-06-19 08:53:27 +03:00
..
account-data run prettier 2024-06-19 08:53:27 +03:00
Element run prettier 2024-06-19 08:53:27 +03:00
FluffyChat run prettier 2024-06-19 08:53:27 +03:00
m.policy.rule.server run prettier 2024-06-19 08:53:27 +03:00
m.policy.rule.user run prettier 2024-06-19 08:53:27 +03:00
m.room.encryption run prettier 2024-06-19 08:53:27 +03:00
m.room.history_visibility run prettier 2024-06-19 08:53:27 +03:00
m.room.join_rules run prettier 2024-06-19 08:53:27 +03:00
m.room.power_levels run prettier 2024-06-19 08:53:27 +03:00
m.room.server_acl run prettier 2024-06-19 08:53:27 +03:00
m.room.tombstone run prettier 2024-06-19 08:53:27 +03:00
maubot run prettier 2024-06-19 08:53:27 +03:00
org.matrix.appservice-irc.config run prettier 2024-06-19 08:53:27 +03:00
retention run prettier 2024-06-19 08:53:27 +03:00
uk.half-shot.matrix-hookshot.feed run prettier 2024-06-19 08:53:27 +03:00
.gitignore bring PPFI IM repo as a submodule for linking in irc/ & matrix/ 2023-02-12 11:06:24 +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
PPFI bring PPFI IM repo as a submodule for linking in irc/ & matrix/ 2023-02-12 11:06:24 +02:00
README.md run prettier 2024-06-19 08:53:27 +03:00
spaces.md run prettier 2024-06-19 08:53:27 +03:00

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.