Commit graph

18 commits

Author SHA1 Message Date
Matthew Wild
59c0104106 pposix, mod_posix: Bump pposix version number 2009-07-23 03:47:06 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
2b380dd009 mod_posix: Use global prosody object 2009-05-30 14:05:42 +01:00
Matthew Wild
a4afb37265 mod_posix: Reload the config and reopen log files on SIGHUP 2009-05-05 14:19:45 +01:00
Matthew Wild
a073502b27 mod_posix: Don't let the server run as root without the magic run_as_root in config 2009-05-02 20:32:43 +01:00
Matthew Wild
e30b37c424 mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit 2009-04-23 21:35:24 +01:00
Matthew Wild
580571ef6a mod_posix: Fix for removing the pidfile on exit 2009-04-23 21:34:03 +01:00
Matthew Wild
d80095a3d3 mod_posix: Remove some debug coooooooooode 2009-04-22 21:42:19 +01:00
Matthew Wild
fc2a415984 mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code 2009-04-22 20:01:19 +01:00
Matthew Wild
ca533fa608 mod_posix: Remove pidfile on exit 2009-04-22 19:59:58 +01:00
Matthew Wild
8a5a7e3e62 mod_posix: Allow logging and pidfile options to take effect without needing to daemonize. Add the ability to catch SIGTERM. 2009-04-12 02:57:52 +01:00
Matthew Wild
f8661a183c mod_posix: logging fix 2009-01-16 05:41:59 +00:00
Matthew Wild
e0c2cbefc3 Fix for pposix version detection 2009-01-16 05:40:40 +00:00
Matthew Wild
1c899aec8d mod_posix: Check version of pposix 2009-01-16 05:18:38 +00:00
Matthew Wild
b1f16033b0 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. 2009-01-15 20:59:36 +00:00
Matthew Wild
333914c98d mod_posix: Support for logging to syslog (log = 'syslog' in config) 2009-01-15 20:06:41 +00:00
Matthew Wild
8d26c23a92 Small logging adjustment for mod_posix 2008-12-07 03:12:56 +00:00
Matthew Wild
c67ce2d2e1 Add mod_posix, fixes #5 2008-12-06 23:21:55 +00:00