log plugins/mod_posix.lua @ 3894:22368fbb71dd

age author description
Thu, 04 Nov 2010 08:41:24 +0000 Matthew Wild mod_posix: Remove redundant import of logger.setwriter()
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 16 Oct 2010 07:45:12 +0500 Waqas Hussain mod_posix: Updated to use the new events API.
Tue, 31 Aug 2010 15:14:39 +0100 Matthew Wild util.pposix: Add pposix.uname(), bump version
Sat, 28 Aug 2010 14:31:48 +0100 Matthew Wild util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
Fri, 09 Jul 2010 01:23:54 +0100 Matthew Wild mod_posix: Some (perhaps temporary) changes to re-lock the pidfile after truncating, to avoid breaking prosodyctl
Fri, 09 Jul 2010 01:16:09 +0100 Brian Cully 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.