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 |
mod_posix: Log warning when no_daemonize is used, and instruct on how to update config
|
Matthew Wild |
2009-11-08 |
mod_posix: Switch config option to 'daemonize', fall back to 'no_daemonize' if not set, default behaviour remains the same... daemonize if mod_posix is loaded
|
Matthew Wild |
2009-11-08 |
Merge waqas with Tobias. Eww.
|
Matthew Wild |
2009-08-18 |
mod_posix: Updated to use module:get_option instead of configmanager
|
Waqas Hussain |
2009-08-13 |
Shutdown prosody if changing user or group fails.
|
Tobias Markmann |
2009-08-15 |
Make mod_posix not complain about root user, if setuid is set to something different as root.
|
Tobias Markmann |
2009-08-15 |
Add setuid and setgid support.
|
Tobias Markmann |
2009-08-15 |
pposix, mod_posix: Bump pposix version number
|
Matthew Wild |
2009-07-23 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
mod_posix: Use global prosody object
|
Matthew Wild |
2009-05-30 |
Merge with 0.4
|
Matthew Wild |
2009-05-05 |
mod_posix: Reload the config and reopen log files on SIGHUP
|
Matthew Wild |
2009-05-05 |
Merge with 0.4
|
Matthew Wild |
2009-05-03 |
mod_posix: Don't let the server run as root without the magic run_as_root in config
|
Matthew Wild |
2009-05-02 |
Merge with 0.4
|
Matthew Wild |
2009-04-29 |
mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit
|
Matthew Wild |
2009-04-23 |
mod_posix: Fix for removing the pidfile on exit
|
Matthew Wild |
2009-04-23 |
Merge with 0.4 branch
|
Matthew Wild |
2009-04-23 |
mod_posix: Remove some debug coooooooooode
|
Matthew Wild |
2009-04-22 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code
|
Matthew Wild |
2009-04-22 |
mod_posix: Remove pidfile on exit
|
Matthew Wild |
2009-04-22 |
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 |