log mod_component_client/mod_component_client.lua @ 2868:f90cf59bee8e

age author description
2016-01-20 daurnimator mod_component_client: Pass a non-zero exit code on shutdown due to lost connection
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2013-11-05 Waqas Hussain mod_component_client: Don't read the socket in line mode.
2013-11-01 Waqas Hussain mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down.
2013-10-31 Waqas Hussain mod_component_client: Do a proper disconnect when the server is shutting down
2013-10-28 Waqas Hussain mod_component_client: Use the net.server connection abstraction for sending whitespace keep-alive, and not the raw socket (fixes a traceback which lead to an infinite timer loop in libevent)