Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format: use autopep8 | Jose M. Guisado | 2022-05-20 | 1 | -42/+44 |
| | | | | | | | | | | | | | | Use autopep8 for coding format, and only for whitespace changes. This change drops use of tabs in favor of spaces. Doesn't use autopep8 --aggresive option. Format command: $ autopep8 --inline --recursive . When using git-blame, use --ignore-rev in order to ignore this reformatting commit. | ||||
* | ogCLI is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 1 | -4/+3 |
| | | | | Update license header in files. | ||||
* | Add 'send poweroff' command | Jose M. Guisado | 2021-04-06 | 1 | -0/+56 |
Enables sending poweroff commands to clients. Only arguments required are the usual client selection like: --client-ip --room-id --center-id |