summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Support user disabling saver + dpmsSimon Rettberg2019-05-142-5/+11
|
* Better align warning messages with full minuteSimon Rettberg2019-05-141-11/+15
|
* Fix DPMS timeout calculationSimon Rettberg2019-05-141-1/+1
|
* f() -> f(void)Simon Rettberg2019-05-144-8/+8
|
* Enforce minimum delay for RPC actions if user is activeSimon Rettberg2019-05-141-7/+21
|
* Less debug spamSimon Rettberg2019-05-142-2/+4
|
* Retry loginctl show-sessionSimon Rettberg2019-05-142-0/+4
| | | | | | Sometimes we try to query a session too soon after login. The session is already present in utmp, but not known to logind yet. Retry for those cases.
* Properly cap sleep after RPC callSimon Rettberg2019-05-131-0/+5
|
* Support --min-idleSimon Rettberg2019-05-131-5/+17
| | | | | Requires a minimum amount of user idle time before performing a scheduled reboot/poweroff if a user is logged on.
* Add reboot/kexec/poweroff via RPCSimon Rettberg2019-05-134-140/+286
|
* Initial commitSimon Rettberg2019-05-1012-0/+1667