Let Google Hangouts contacts appear offline
[prosody.git] / plugins / mod_posix.lua
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2010-11-04 Matthew Wildmod_posix: Remove redundant import of logger.setwriter()
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-16 Waqas Hussainmod_posix: Updated to use the new events API.
2010-08-31 Matthew Wildutil.pposix: Add pposix.uname(), bump version
2010-08-28 Matthew Wildutil.pposix, prosodyctl, mod_posix: Add initgroups...
2010-07-09 Matthew Wildmod_posix: Some (perhaps temporary) changes to re-lock...
2010-07-09 Brian Cullymod_posix: Truncate the pidfile before writing to ensur...
2010-07-02 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge backout
2010-05-24 Matthew WildMerge 0.7->trunk
2010-05-24 Matthew WildMerge 0.7->trunk
2010-05-23 Matthew WildMerge 0.7->trunk
2010-05-21 Matthew WildMerge with backout
2010-05-18 Matthew WildMerge 0.7->trunk
2010-05-18 Matthew WildMerge 0.6->0.7
2010-05-17 Matthew WildMerge 0.7->trunk
2010-05-17 Matthew WildMerge 0.6->0.7
2010-05-17 Matthew WildMerge 0.7->trunk
2010-05-17 Matthew WildMerge with 0.6
2010-05-07 Waqas HussainMerge 0.7->trunk
2010-05-07 Waqas HussainMerge 0.6->0.7
2010-05-07 Waqas Hussainmod_posix: Fixed a global access.
2010-05-07 Waqas Hussainmod_posix: Don't add a server-starting event handler...
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
2010-01-13 Matthew Wildmod_posix: Adjust file open mode depending on whether...
2010-01-13 Matthew Wildmod_posix: Adjust file open mode depending on whether...
2010-01-12 Matthew Wildutil.pposix, mod_posix, prosodyctl: Bump pposix version...
2010-01-10 Matthew Wildmod_posix: Lock pidfile when in use, shut down if we...
2010-01-10 Matthew Wildmod_posix: Lock pidfile when in use, shut down if we...
2010-01-10 Matthew Wildmod_posix: Set umask to 'umask' from the config, or 027
2010-01-10 Matthew Wildutil.pposix: Add pposix.umask(), bump version to 0...
2010-01-10 Matthew Wildmod_posix: Remove the lines added to work around the...
2009-12-08 Matthew Wildmod_posix: Fix to not loop in SIGTERM either, but the...
2009-12-08 Matthew Wildmod_posix: Set empty SIGINT handler when a SIGINT is...
2009-12-07 Matthew Wildmod_posix: Catch SIGINT
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-08 Matthew Wildmod_posix: Log warning when no_daemonize is used, and...
2009-11-08 Matthew Wildmod_posix: Switch config option to 'daemonize', fall...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-15 Tobias MarkmannShutdown prosody if changing user or group fails.
2009-08-15 Tobias MarkmannMake mod_posix not complain about root user, if setuid...
2009-08-15 Tobias MarkmannAdd setuid and setgid support.
2009-08-13 Waqas Hussainmod_posix: Updated to use module:get_option instead...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthew Wildpposix, mod_posix: Bump pposix version number
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-05-30 Matthew Wildmod_posix: Use global prosody object
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew Wildmod_posix: Reload the config and reopen log files on...
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew Wildmod_posix: Don't let the server run as root without...
2009-04-23 Matthew Wildmod_posix: Fix calls to log() (replace with module...
2009-04-23 Matthew Wildmod_posix: Fix for removing the pidfile on exit
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_posix: Remove some debug coooooooooode
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-22 Matthew Wildmod_posix: Integrate with loggingmanager, register...
2009-04-22 Matthew Wildmod_posix: Remove pidfile on exit
2009-04-12 Matthew Wildmod_posix: Allow logging and pidfile options to take...
2009-01-16 Matthew Wildmod_posix: logging fix
2009-01-16 Matthew WildFix for pposix version detection
2009-01-16 Matthew Wildmod_posix: Check version of pposix
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildSmall logging adjustment for mod_posix
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildAdd mod_posix, fixes #5