Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_posix: Use global prosody object | Matthew Wild | 2009-05-30 | 1 | -6/+8 |
| | |||||
* | mod_posix: Reload the config and reopen log files on SIGHUP | Matthew Wild | 2009-05-05 | 1 | -7/+9 |
| | |||||
* | mod_posix: Don't let the server run as root without the magic run_as_root in ↵ | Matthew Wild | 2009-05-02 | 1 | -0/+9 |
| | | | | config | ||||
* | mod_posix: Fix calls to log() (replace with module:log) and make some global ↵ | Matthew Wild | 2009-04-23 | 1 | -11/+11 |
| | | | | accesses explicit | ||||
* | mod_posix: Fix for removing the pidfile on exit | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | mod_posix: Remove some debug coooooooooode | Matthew Wild | 2009-04-22 | 1 | -1/+0 |
| | |||||
* | mod_posix: Integrate with loggingmanager, register syslog sink, remove ↵ | Matthew Wild | 2009-04-22 | 1 | -36/+15 |
| | | | | redundant logging code | ||||
* | mod_posix: Remove pidfile on exit | Matthew Wild | 2009-04-22 | 1 | -1/+16 |
| | |||||
* | mod_posix: Allow logging and pidfile options to take effect without needing ↵ | Matthew Wild | 2009-04-12 | 1 | -45/+72 |
| | | | | to daemonize. Add the ability to catch SIGTERM. | ||||
* | mod_posix: logging fix | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Fix for pposix version detection | Matthew Wild | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | mod_posix: Check version of pposix | Matthew Wild | 2009-01-16 | 1 | -0/+4 |
| | |||||
* | mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log ↵ | Matthew Wild | 2009-01-15 | 1 | -2/+12 |
| | | | | correct PID, and support writing a pidfile (pidfile = '/path/to/prosody.pid' in config). Added getpid() to pposix and improved function names. | ||||
* | mod_posix: Support for logging to syslog (log = 'syslog' in config) | Matthew Wild | 2009-01-15 | 1 | -1/+11 |
| | |||||
* | Small logging adjustment for mod_posix | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
| | |||||
* | Add mod_posix, fixes #5 | Matthew Wild | 2008-12-06 | 1 | -0/+50 |