gist/matrix
2022-05-17 23:09:52 +03:00
..
account-data/im.vector.web.settings matrix: update account-data/im.vector.web.settings 2022-02-14 13:06:57 +02:00
Element matrix/Element: attempt to use defaultDeviceDisplayName 2022-02-18 16:34:08 +02:00
FluffyChat m/fc/qas: add another example of professionalish account 2021-09-23 11:00:45 +03:00
m.room.join_rules m.room.join_rules: specify room versions in note to self 2021-10-20 17:43:39 +03:00
m.room.power_levels m.room.power_levels: remove mention on Ergo AMODE +h / +i 2022-05-17 12:52:20 +03:00
m.room.server_acl matrix: update m.room.server_acl 2022-05-03 14:15:31 +03:00
m.room.tombstone matrix: quick writeup on m.room.tombstone 2022-02-17 13:13:05 +02:00
retention m.room.retention/README.md: mention not being on spec, add MSC link 2022-05-17 23:09:52 +03:00
m.room.retention matrix: ln -s retention m.room.retention 2021-09-19 10:15:31 +03:00
README.md matrix: type a small README.md 2022-02-22 15:28:37 +02:00
spaces.md matrix: spaces.md -> spaces.md.txt 2021-11-04 09:12:00 +02:00
spaces.md.txt spaces.md.txt: replace converser.eu with tedomum.net 2021-11-27 16:13:45 +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.