mod_posix: Log a message explaining that we are detaching from the console
|
Kim Alvefur |
2012-11-11 |
mod_posix: Remove console and stdout logging sinks before daemonizing
|
Kim Alvefur |
2012-11-10 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
Merge 0.9->trunk
|
Matthew Wild |
2012-04-29 |
mod_posix: Support syslog_facility config option
|
Matthew Wild |
2012-04-26 |
mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()
|
Kim Alvefur |
2012-03-15 |
mod_posix: Remove redundant import of logger.setwriter()
|
Matthew Wild |
2010-11-04 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_posix: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
util.pposix: Add pposix.uname(), bump version
|
Matthew Wild |
2010-08-31 |
util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
|
Matthew Wild |
2010-08-28 |
mod_posix: Some (perhaps temporary) changes to re-lock the pidfile after truncating, to avoid breaking prosodyctl
|
Matthew Wild |
2010-07-09 |
mod_posix: Truncate the pidfile before writing to ensure that we never overwrite with a PID shorter than the previous, and end with an invalid PID in the file.
|
Brian Cully |
2010-07-09 |
Merge 0.7->trunk
|
Waqas Hussain |
2010-05-07 |
Merge 0.6->0.7
|
Waqas Hussain |
2010-05-07 |
mod_posix: Fixed a global access.
|
Waqas Hussain |
2010-05-07 |
mod_posix: Don't add a server-starting event handler while the server-starting event is being fired.
|
Waqas Hussain |
2010-05-07 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_posix: Adjust file open mode depending on whether file exists (take that fopen designers!!!)
|
Matthew Wild |
2010-01-13 |
mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfile
|
Matthew Wild |
2010-01-10 |
mod_posix: Adjust file open mode depending on whether file exists (take that fopen designers!!!)
|
Matthew Wild |
2010-01-13 |
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
|
Matthew Wild |
2010-01-12 |
mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfile
|
Matthew Wild |
2010-01-10 |
mod_posix: Set umask to 'umask' from the config, or 027
|
Matthew Wild |
2010-01-10 |
util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix)
|
Matthew Wild |
2010-01-10 |
mod_posix: Remove the lines added to work around the util.signal loop bug
|
Matthew Wild |
2010-01-10 |
mod_posix: Fix to not loop in SIGTERM either, but the same happens with SIGHUP (where the same 'fix' can't be applied) - shall investigate tomorrow
|
Matthew Wild |
2009-12-08 |
mod_posix: Set empty SIGINT handler when a SIGINT is caught
|
Matthew Wild |
2009-12-08 |
mod_posix: Catch SIGINT
|
Matthew Wild |
2009-12-07 |