gist/matrix
Aminda Suomalainen 9797e6cced
matrix/m.room.power_levels: add beeper
2023-09-13 07:38:26 +03: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
account-data im.nheko.event_expiry: add 365 days 2023-07-05 16:23:08 +03: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 beeper 2023-09-13 07:38:26 +03:00
m.room.server_acl m.room.server_acl: remove matrix.org mentions as I have promised to not ACL ban it again, mjolnir.matrix.org is discontinued, implying subdomains was proven wrong 2023-08-19 12:09:15 +03:00
m.room.tombstone rerun doctoc 2023-03-17 15:15:04 +02: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
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
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
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

README.md

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.