gist/matrix
2024-01-24 08:27:36 +02:00
..
account-data matrix/account-data/im.nheko.event_expiry: add 28 days/4 weeks 2023-12-07 10:04:10 +02:00
Element Element/config.json: add matrixrooms.info 2024-01-24 08:27:36 +02:00
FluffyChat rerun doctoc 2023-03-17 15:15:04 +02:00
m.policy.rule.server add matrix/m.policy.{server,user}/README.md 2023-06-08 11:05:14 +03:00
m.policy.rule.user add matrix/m.policy.{server,user}/README.md 2023-06-08 11:05:14 +03: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 m.room.join_rules/README.md: see also m.room.history.visibility 2023-06-07 11:47:45 +03:00
m.room.power_levels m.room.power_levels/README.md: linkify the MSC and remove the space. 2024-01-22 18:33:30 +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 m.room.retention: fix link to Synapse database corruption 2023-07-05 08:43:06 +03: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
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 rerun doctoc 2023-03-17 15:15:04 +02: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.