Trinity_Matrix_Management_GUI
Trinity_Matrix_Management_GUI copied to clipboard
A management GUI for Matrix-Synapse server
Trinity_Matrix_Management_GUI
A management GUI for Matrix-Synapse server
Installation & Use
- Grab the Trinity.zip from the releases tab and run the installer. https://github.com/aminhusni/Trinity_Matrix_Management_GUI/releases
Development Dependencies
- .NET Framework
- Visual Studio 2018 Just open the csproj file in Visual Studio and click run to compile.
To do list
- [DONE] Do proper error handling
- [DONE] Parse responses properly according to spec
- Optimize cancerous codes
- Force logout of all devices(security response for admins)
- Properly redact before purging room
Features already available
- Get whois on user
- Deactivate an account
- Reset password
- Create new user(this is using the old API. Same API used as if you create a user via SSH terminal)
- Query rooms(publicly listed rooms only)
- Purge room
- View supported API versions
NOTES
Purge Room
When a room is purged, what happens is that you basically kick every user out, delist the room from directory and set it to invite only. Then the program will proceed to kick also the admin(you). This is the ensure that nobody will ever have access to the room ever.
Create User
When creating a user, you will need to provide the shared secret in order to generate the HMAC. This is reliant on the old API used to create users by server admins. The shared secret can be set or found in your matrix.yaml configuration file.