gist/matrix
2022-12-13 19:06:28 +02: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/config.json: s/thred/threadstable/ 2022-12-13 19:06:28 +02:00
FluffyChat m/fc/qas: add another example of professionalish account 2021-09-23 11:00:45 +03:00
m.room.join_rules matrix/m.room.join_rules: add Nova Fervoro10, FluffySpace6, PPFIv9s & specify Fluffy room is room 2022-08-16 21:30:25 +03:00
m.room.power_levels m.room.power_levels: add aminda:dendrite.matrix.org 2022-10-04 17:07:26 +03:00
m.room.server_acl matrix/m.room.server_acl: remove extraneous wildcard 2022-08-07 14:49:36 +03:00
m.room.tombstone matrix: quick writeup on m.room.tombstone 2022-02-17 13:13:05 +02:00
org.matrix.appservice-irc.config matrix: add org.matrix.appservice-irc.config/README.md 2022-09-10 23:25:58 +03:00
retention m.room.retention: add the expire_on_clients option 2022-05-17 23:10:23 +03: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
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.