aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_posix.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_posix: Use global prosody objectMatthew Wild2009-05-301-6/+8
* mod_posix: Reload the config and reopen log files on SIGHUPMatthew Wild2009-05-051-7/+9
* mod_posix: Don't let the server run as root without the magic run_as_root in ...Matthew Wild2009-05-021-0/+9
* mod_posix: Fix calls to log() (replace with module:log) and make some global ...Matthew Wild2009-04-231-11/+11
* mod_posix: Fix for removing the pidfile on exitMatthew Wild2009-04-231-1/+1
* mod_posix: Remove some debug coooooooooodeMatthew Wild2009-04-221-1/+0
* mod_posix: Integrate with loggingmanager, register syslog sink, remove redund...Matthew Wild2009-04-221-36/+15
* mod_posix: Remove pidfile on exitMatthew Wild2009-04-221-1/+16
* mod_posix: Allow logging and pidfile options to take effect without needing t...Matthew Wild2009-04-121-45/+72
* mod_posix: logging fixMatthew Wild2009-01-161-1/+1
* Fix for pposix version detectionMatthew Wild2009-01-161-2/+2
* mod_posix: Check version of pposixMatthew Wild2009-01-161-0/+4
* mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc...Matthew Wild2009-01-151-2/+12
* mod_posix: Support for logging to syslog (log = 'syslog' in config)Matthew Wild2009-01-151-1/+11
* Small logging adjustment for mod_posixMatthew Wild2008-12-071-3/+1
* Add mod_posix, fixes #5Matthew Wild2008-12-061-0/+50