Annotate
server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket object leak - moral of the story is to not duplicate code, and not prematurely optimise. But you knew that already didn't you?
author |
Matthew Wild <mwild1@gmail.com> |
date |
Mon, 26 Oct 2009 23:29:04 +0000 |
parent |
1082:f58394b9ba66 |
child |
2664:33651e3f68b2 |
rev |
line source |
13
|
1 Welcome hackers!
|
|
2
|
1082
|
3 This project accepts and *encourages* contributions. If you would like to get
|
|
4 involved you can join us on our mailing list and discussion rooms. More
|
|
5 information on these at http://prosody.im/discuss
|
13
|
6
|
1082
|
7 Patches are welcome, though before sending we would appreciate if you read
|
|
8 docs/coding_style.txt for guidelines on how to format your code, and are
|
|
9 comfortable with copyright of contributions being assigned to the core
|
|
10 developers.
|