conversation

Matrix

Install your own server

matrix server

documentation

ubuntu detail

Reset a user password

this can be done in the database

Connect to IRC libera channel

To connect to #channel just join #channel:libera.chat

Use the admin api

One has to be admin update users set admin=1 where name = '....';

Ban a user

curl -X POST -H "Authorization: Bearer <MY_TOKEN>" -H "Content-Type: application/json" -d '{"erase": false}' "https://<matrix-server>/_synapse/admin/v1/deactivate/@<user>:<matrix-server>"

Upgrade a room

This will make the current room read-only, and create a new room see rfc.

Simply type this as a message (you will be asked to invite every participant) :

/upgraderoom 7

Run an api request :

curl -H 'Authorization: Bearer <token-access>' -H "Content-Type: application/json"  -X POST https://matrix.interhop.org/_matrix/client/r0/rooms/<room-id-url-encoded>/upgrade -d '{"new_version": "6"}'

resources

SSO

performances

I guess keeping synapse using workers and sync v3 is a better choice than using beta homeservers with leas features and commiters.

creating a bot

React ?

This page was last modified: