forked from jabberd2/jabberd2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
180 lines (128 loc) · 4.8 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
The main culprits for this release are:
Ryan Eatmon <[email protected]>
- Much of the early work on jadc2s, which fed into the design of SX
and the components. Also the startup script, and some excellent
design work which helped to set the long term goals for the
project (router meshing, distributed components, etc).
Jeremie Miller <[email protected]>
- Getting the project off the ground in the first place. MIO, much
of the SM core (formerly jadlsm), most of the utilties (which came
from the 1.4 server), and of course the NAD subsystem, which is
the boon and the bane of a j2 developers' life ;)
Thomas Muldowney <[email protected]>
- The original Autotools-based build system, some early jadc2s work
(rate limiting), utilities, and lots of good testing and debugging
advice.
Robert Norris <[email protected]>
- Overall system design, pretty much all the other code.
Stephen Marquard <xmpp:[email protected]>
- Uber bug fixer. Many new features.
Tomasz Sterna <xmpp:[email protected]>
- Maintenance, new features, bug fixing, merging.
Current coordinator of the project.
Adam Strzelecki <xmpp:[email protected]>
- Win32 porting, installer and MIO
Other people who chipped in:
Casey Crabb <[email protected]>
- Original DB4.1 support
- Original private XML storage module
Matthias Wimmer <[email protected]>
- IPv6 support
- Misc bugfixes and testing
William Uther <[email protected]>
- Base64 passwords for pipe-auth
Wim Lewis <[email protected]>
- SX partial write support
- Numerous fixes for BSD
Mike Prince <[email protected]>
- SQL templates for MySQL/PostgreSQL authreg modules
Jamin W. Collins <[email protected]>
- Command line parsing fixes
Jacek Konieczny <[email protected]>
- Misc bugfixes
maqi <[email protected]>
- Doxygen bootstrapping
Karsten Huneycutt <[email protected]>
- Patch to get PAM working on non-Linux systems
Shane DeRidder <[email protected]>
- Patch for configurable syslog facility
Magnus Henoch <[email protected]>
- Patch for proper router connect retry on OpenBSD
Dudley Carr <[email protected]>
- Patches to bring mod_privacy in line with XMPP-IM
Patrick Bihan-Faou <[email protected]>
- Patch to use PAM account management functions
Peter Hinz <[email protected]>
- Original Win32 port
- Misc bugfixes
Karsten Petersen <[email protected]>
- Misc bugfixes, leak fixes and cleanups
Etan Reisner <[email protected]>
- Patch to configure c2s to require TLS before auth
Albert Chin <[email protected]>
- Various fixes to get things running on Solaris, AIX & Tru64
Tomasz Sieprawski <tsieprawski gmail.com>
- XMPP Ping module
Priit Laes <plaes store20.com>
- code cleanups
Simon Wilkinson <simon sxw.org.uk>
- Cyrus SASL backend
- security level dependant authorisation methods
Oles Hnatkevych <don_oles able.com.ua>
- MySQL backend fixes
Andrew Klang
- LDAP backend fixes
Klara Mall
- SSL fix
Kaspar Brand
- SSL fix
Gonzalo Barrio
- LDAP backend features
- Oracle backend fixes
Reinhard Max
- PostgreSQL backend fixes
- SQLite storage module
Stefan Huehner
- compilation fixes
Michael Moeller
- FS storage module
Nicolas Pouillon
- SQLite backend fixes
Mark Doliner
- roster handling fixes
Christof Meerwald
- SQLite fixes
- epoll MIO backend
Maxim Britov
- using system expat library
Cedric Vivier
- PostgreSQL schema changes
- AMP module
- offline storage message and presence dropping option
Russ Schnapp
- MOTD date fix
Lucas Nussbaum
- mod_status saving statuses in DB
Robert Quattlebaum
- full vCard support
Michael Krelin <hacker klever.net>
- PostgreSQL related fixes
Nikita Smirnov <[email protected]>
- LDAPfull and LDAPvCard backends
Michael John Wensley
- XEP-0054 completness, server vcards
Simon Arlott
- asynchronous DNS resolver for s2s
- TLS certificates for each vhost
- misc fixes
Christopher Parker
- SQLite3 backend
Oleksiy Kramarenko <lindroid gmail.com>
- Oracle DB backend fixes
Thanks also go to the testers and bug reporters out there - you know who
you are. Special thanks in this capacity to Justin Kirby, whose many
failed efforts to compile j2 helped get much of the build system to
where it is today.
If you're have questions or problems, please check the README file for
places you can go for help. Expect to be ignored if you contact the
authors directly.