mxadm/README.md

23 lines
553 B
Markdown
Raw Normal View History

2021-06-07 19:28:00 +00:00
# mxadm: a simple CLI to automate Matrix room admin tasks
TODO: intro
TODO: license
TODO: policy on maintenance and contributions
## TODO
2021-07-03 13:56:28 +00:00
- [x] Login and store session info
2021-06-07 19:28:00 +00:00
- [ ] Log out
2021-07-03 13:56:28 +00:00
- [x] Show login status
- [ ] Tombstone room
2021-06-07 19:28:00 +00:00
- [ ] Add room alias
- [ ] Remove room alias
2021-07-03 13:56:28 +00:00
- [x] List rooms
2021-06-07 19:52:26 +00:00
- [ ] Filter room list in various ways (esp. Spaces!)
- [ ] Handle multiple accounts on different homeservers
2021-06-07 19:28:00 +00:00
- [ ] Upgrade room
2021-07-03 13:56:28 +00:00
- [ ] Make it easier to script workflows like "configure ACL permissions -> invite mjolnir -> op mjolnir" in multiple rooms
2021-06-07 19:28:00 +00:00