Software /
code /
prosody
Log
plugins/mod_posix.lua @ 991:cd0d75de8345
description | author | age |
---|---|---|
mod_posix: Allow logging and pidfile options to take effect without needing to daemonize. Add the ability to catch SIGTERM. | Matthew Wild | 2009-04-12 |
mod_posix: logging fix | Matthew Wild | 2009-01-16 |
Fix for pposix version detection | Matthew Wild | 2009-01-16 |
mod_posix: Check version of pposix | Matthew Wild | 2009-01-16 |
mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correct PID, and support writing a pidfile (pidfile = '/path/to/prosody.pid' in config). Added getpid() to pposix and improved function names. | Matthew Wild | 2009-01-15 |
mod_posix: Support for logging to syslog (log = 'syslog' in config) | Matthew Wild | 2009-01-15 |
Small logging adjustment for mod_posix | Matthew Wild | 2008-12-07 |
Add mod_posix, fixes #5 | Matthew Wild | 2008-12-06 |