Annotate

HACKERS @ 723:c1e7d280c174

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.
author Matthew Wild <mwild1@gmail.com>
date Thu, 15 Jan 2009 20:59:36 +0000
parent 527:98aaa20af6a2
child 1082:f58394b9ba66
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Welcome hackers!
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
527
98aaa20af6a2 Update HACKERS
Matthew Wild <mwild1@gmail.com>
parents: 93
diff changeset
3 This project accepts and *encourages* contributions. If you would like to get involved you can join us on our mailing list and discussion rooms. More information on these at http://prosody.im/discuss
13
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
527
98aaa20af6a2 Update HACKERS
Matthew Wild <mwild1@gmail.com>
parents: 93
diff changeset
5 Patches are welcome, though before sending we would appreciate if you read docs/coding_style.txt for guidelines on how to format your code, and are comfortable with copyright of contributions being assigned to the core developers.