| 1 | The main culprits for this release are: |
|---|
| 2 | |
|---|
| 3 | Ryan Eatmon <reatmon@jabber.org> |
|---|
| 4 | - Much of the early work on jadc2s, which fed into the design of SX |
|---|
| 5 | and the components. Also the startup script, and some excellent |
|---|
| 6 | design work which helped to set the long term goals for the |
|---|
| 7 | project (router meshing, distributed components, etc). |
|---|
| 8 | |
|---|
| 9 | Jeremie Miller <jeremie@jabber.org> |
|---|
| 10 | - Getting the project off the ground in the first place. MIO, much |
|---|
| 11 | of the SM core (formerly jadlsm), most of the utilties (which came |
|---|
| 12 | from the 1.4 server), and of course the NAD subsystem, which is |
|---|
| 13 | the boon and the bane of a j2 developers' life ;) |
|---|
| 14 | |
|---|
| 15 | Thomas Muldowney <temas@jabber.org> |
|---|
| 16 | - The original Autotools-based build system, some early jadc2s work |
|---|
| 17 | (rate limiting), utilities, and lots of good testing and debugging |
|---|
| 18 | advice. |
|---|
| 19 | |
|---|
| 20 | Robert Norris <rob@cataclysm.cx> |
|---|
| 21 | - Overall system design, pretty much all the other code, and the |
|---|
| 22 | current coordinator for this whole mess. |
|---|
| 23 | |
|---|
| 24 | Stephen Marquard <xmpp:scm@jabber.org> |
|---|
| 25 | - Uber bug fixer |
|---|
| 26 | |
|---|
| 27 | Tomasz Sterna <xmpp:smoku@xiaoka.com> |
|---|
| 28 | - Bug fixer, merger. Keeping jabberd2 alive at xiaoka.com. |
|---|
| 29 | |
|---|
| 30 | Other people who chipped in: |
|---|
| 31 | |
|---|
| 32 | Casey Crabb <crabbkw@nafai.dyndns.org> |
|---|
| 33 | - Original DB4.1 support |
|---|
| 34 | - Original private XML storage module |
|---|
| 35 | |
|---|
| 36 | Matthias Wimmer <m@tthias.net> |
|---|
| 37 | - IPv6 support |
|---|
| 38 | - Misc bugfixes and testing |
|---|
| 39 | |
|---|
| 40 | William Uther <willu@cse.unsw.edu.au> |
|---|
| 41 | - Base64 passwords for pipe-auth |
|---|
| 42 | |
|---|
| 43 | Wim Lewis <wiml@hhhh.org> |
|---|
| 44 | - SX partial write support |
|---|
| 45 | - Numerous fixes for BSD |
|---|
| 46 | |
|---|
| 47 | Mike Prince <mike@mikeprince.com> |
|---|
| 48 | - SQL templates for MySQL/PostgreSQL authreg modules |
|---|
| 49 | |
|---|
| 50 | Jamin W. Collins <jcollins@asgardsrealm.net> |
|---|
| 51 | - Command line parsing fixes |
|---|
| 52 | |
|---|
| 53 | Jacek Konieczny <jajcus@bnet.pl> |
|---|
| 54 | - Misc bugfixes |
|---|
| 55 | |
|---|
| 56 | maqi <maqi@jabberstudio.org> |
|---|
| 57 | - Doxygen bootstrapping |
|---|
| 58 | |
|---|
| 59 | Karsten Huneycutt <kph@duke.edu> |
|---|
| 60 | - Patch to get PAM working on non-Linux systems |
|---|
| 61 | |
|---|
| 62 | Shane DeRidder <shane@silicondairy.net> |
|---|
| 63 | - Patch for configurable syslog facility |
|---|
| 64 | |
|---|
| 65 | Magnus Henoch <mange@freemail.hu> |
|---|
| 66 | - Patch for proper router connect retry on OpenBSD |
|---|
| 67 | |
|---|
| 68 | Dudley Carr <dudley@cs.stanford.edu> |
|---|
| 69 | - Patches to bring mod_privacy in line with XMPP-IM |
|---|
| 70 | |
|---|
| 71 | Patrick Bihan-Faou <patrick@mindstep.com> |
|---|
| 72 | - Patch to use PAM account management functions |
|---|
| 73 | |
|---|
| 74 | Peter Hinz <peter@cerebus.co.za> |
|---|
| 75 | - Original Win32 port |
|---|
| 76 | - Misc bugfixes |
|---|
| 77 | |
|---|
| 78 | Karsten Petersen <karsten.petersen@hrz.tu-chemnitz.de> |
|---|
| 79 | - Misc bugfixes, leak fixes and cleanups |
|---|
| 80 | |
|---|
| 81 | Etan Reisner <deryni@eden.rutgers.edu> |
|---|
| 82 | - Patch to configure c2s to require TLS before auth |
|---|
| 83 | |
|---|
| 84 | Albert Chin <china@thewrittenword.com> |
|---|
| 85 | - Various fixes to get things running on Solaris, AIX & Tru64 |
|---|
| 86 | |
|---|
| 87 | Thanks also go to the testers and bug reporters out there - you know who |
|---|
| 88 | you are. Special thanks in this capacity to Justin Kirby, whose many |
|---|
| 89 | failed efforts to compile j2 helped get much of the build system to |
|---|
| 90 | where it is today. |
|---|
| 91 | |
|---|
| 92 | If you're have questions or problems, please check the README file for |
|---|
| 93 | places you can go for help. Expect to be ignored if you contact the |
|---|
| 94 | authors directly. |
|---|