Improved / Changed
- Display room aliases instead of room ID's in
synadm room list
, as requested in issue #25 - Several commands now by default display human readable dates and times instead of UNIX epoch in ms. For scripting purposes the old behaviour can still be forced by passing option --ts (--timestamp):
synadm media list
synadm user media
- Options
--datetime/--timestamp
insynadm regtok list
command streamlined to shortform options--dt/--ts
New
- Translate a room ID to room aliases and vice versa, new command:
synadm room resolve
, contributed by @MacLemon - Cleanup abandoned sessions/devices, new command
synadm user prune-devices
as requested in issue #44, contributed by @nemobis
Fixed
- Activating a user without a password is now a valid use case, contributed by @andir PR #39
- Add missing
synadm config
command to readthedocs commmands reference. - Streamline help texts: Always start with a capital letter.
Notes
- Check https://synadm.readthedocs.org for details on the new commands.
- Update instructions: https://github.com/JOJ0/synadm#update