2 Commits (main)
 

Author SHA1 Message Date
Peery 23781ef4ec Fixed type of API request
Previously were doing DELETE requests while POST was required, duh.
Peery effa70c19d Utility Scripts for the Synapse Admin API
A bunch of scripts easing up admin tasks and bigger API usage.

For example:
 - login/logout of a user and saving the credentials to a file
 - querying a matrix server for account data
 - local filtering operations on the account data for rooms and users
 - deleting users via admin API based on the filtered data
 - deleting rooms via admin API based on the filtered data