.profile
or .reboot
no longer seem to be working—either by being called via code or by clicking on them in the Options & Messages > Server dropdown menu.// Quick snippet to check it programmatically.
client/verb/Profile()
winset(src, null, list("command" = ".profile"))
winset(src, null, list("command" = ".host"))
winset(src, null, list("command" = ".reboot"))
winset(src, null, list("command" = ".screenshot"))
winset(src, null, list("command" = ".screenshot auto"))
The issue does not occur in 516.1652.
The screenshot commands aren't intended to be initiated by the server or a winset. For .host and .profile, I don't see a use case for allowing that but if you can think of an exception I'm open-minded to re-enabling those.
In any case all of these ought to work from O&M so that's something I need to change.