gist/matrix
2023-06-09 06:40:47 +03:00
..
account-data/im.vector.web.settings rerun doctoc 2023-03-17 15:15:04 +02:00
Element pre-commit applying mess round one 2023-02-26 19:01:13 +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 matrix/m.room.power_levels: add missing quotes, switch to jsonnet syntax highlighting 2023-06-09 06:40:47 +03:00
m.room.server_acl m.room.server_acl: note innocense of dendrite.matrix.org 2023-06-08 18:26:40 +03:00
m.room.tombstone rerun doctoc 2023-03-17 15:15:04 +02:00
maubot matrix: correct feed templates to what I expect 2023-05-08 13:49:19 +03:00
org.matrix.appservice-irc.config rerun doctoc 2023-03-17 15:15:04 +02:00
retention rerun doctoc 2023-03-17 15:15:04 +02:00
uk.half-shot.matrix-hookshot.feed matrix/uk.half-shot.matrix-hookshot.feed: attempt to fix confusion on state keys 2023-06-08 19:32:54 +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
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.