Add STATUS_STATE to indicate client state change.
commit84653f841137b381e0ca7a27833e8a3609c4f3bd
authorBen Kibbey <bjk@luxsci.net>
Fri, 26 Dec 2014 01:05:18 +0000 (25 20:05 -0500)
committerBen Kibbey <bjk@luxsci.net>
Fri, 26 Dec 2014 01:07:56 +0000 (25 20:07 -0500)
tree5b9c23c85a16e5f5e989d1edc89102ac85c160d3
parentc8e87087a6b941bd34ae44912aa29de86517feb2
Add STATUS_STATE to indicate client state change.

This status message will be sent to all connected clients other than the
current one to indicate that the client state has changed.  Can be
disabled with the new "send_state" configuration parameter.
doc/config.example
doc/pwmd.html
doc/pwmd.texi
src/commands.c
src/common.h
src/crypto.c
src/rcfile.c
src/status.c
src/status.h