|
From: Oswald B. <os...@us...> - 2022-06-26 10:22:58
|
commit 16ecde504dd1195afcef5af88f5886ad9eceadee
Author: Oswald Buddenhagen <os...@us...>
Date: Sun Jun 26 12:21:58 2022 +0200
try to make AUTHORS reflect reality
make a complete list of contributors who hold copyright (and those who
don't).
the case of ted is particularly interesting - he recently disclaimed
significant contributions, but it turns out that this isn't true:
the rewrite in 130664b6 incorporated significant portions of his async
IMAP patch for debian.
speaking of debian, i deleted ted's and nicolas' mention as debian
maintainers, as debian/ is basically just a (poorly maintained) mirror,
and has an own copyright file.
AUTHORS | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 95 insertions(+), 10 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 1b973ce..8dc33ae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,17 +1,102 @@
+Contact
+=======
+
+Send questions and bug reports to the isy...@li...
+mailing list.
+
+Do _NOT_ report bugs to Michael, not even in a CC: - he is not actively
+involved in isync development any more.
+
+Lead Developers
+===============
+
Oswald Buddenhagen <os...@us...>
- * Contributor, current maintainer
+- Current maintainer
+
+Michael Elkins <me...@mu...>
+- Original author
+
+Contributors
+============
+
+(Some of these people also contributed bugfixes and optimizations.)
+(In chronological order.)
+
+Jeremy Katz <ka...@li...>
+- UseNamespace & UseSSL* options
+
+Daniel Resare <no...@me...>
+- Numerous SSL handling improvements
+
+Eivind Eklund <ei...@Fr...>
+- MaxMessages option
Theodore Ts'o <ty...@mi...>
- * Contributor, Debian package co-maintainer
+- get-cert script
+- Maildir UID mapping improvements
+- Initial version of partial async IMAP support
-Nicolas Boullis <nbo...@de...>
- * Debian package maintainer and minor upstream contributions
+Marc Hoersken <in...@ma...>
+- CopyArrivalDate option
-Michael Elkins <me...@mu...>
- * Original author
+Jack Stone <jwj...@fa...>
+Jan Synacek <jsy...@re...>
+- SASL support
-Send questions and bug reports to the isy...@li...
-mailing list.
+Jesse Weaver <pia...@gm...>
+- IMAP stream compression support
-_DON'T_ report bugs to Michael, not even in a CC: - he is not actively
-involved in isync development any more.
+Anton Khirnov <an...@kh...>
+- ClientKey & ClientCertificate options
+
+Michael J Gruber <gi...@gr...>
+- Support for the $Forwarded/Passed flag
+
+Patrick Steinhardt <ps...@pk...>
+- UserCmd option
+
+Oliver Runge <oli...@gm...>
+- UseKeychain option
+
+Georgy Kibardin <ge...@ki...>
+- Support for UTF-7 IMAP mailbox names
+
+Honorary Contributors
+=====================
+
+(These people contributed patches that were too small or obvious
+ to claim copyright, or were rewritten from scratch.)
+(In alphabetical order.)
+
+Alessandro Ghedini <gh...@de...>
+Andreas Grapentin <an...@gr...>
+Anton Khirnov <an...@kh...>
+Aurélien Francillon <aur...@eu...>
+Ben Kibbey <bj...@lu...>
+Caspar Schutijser <ca...@sc...>
+Cedric Ware <ced...@no...>
+Dmitrij D. Czarkoff <cza...@gm...>
+Dmitry Torokhov <dt...@ch...>
+Felipe Contreras <fel...@gm...>
+Felix Janda <fel...@po...>
+Gergely Risko <ge...@ri...>
+Sung Pae "guns" <se...@su...>
+Helmut Grohne <he...@su...>
+Hugo Haas <hu...@la...>
+Jaroslav Suchanek <jar...@gm...>
+Jeremie Courreges-Anglas <jc...@op...>
+Klemens Nanni <kn...@op...>
+Lorenzo Martignoni <lor...@te...>
+Magnus Jonsson <bi...@ac...>
+Marcin Niestroj <mac...@gm...>
+Martin Stenberg <ma...@gn...>
+Mike Delaney <md...@lu...>
+Nicolas Boullis <nbo...@de...>
+Nihal Jere <ni...@ni...>
+Reimar Döffinger <Rei...@gm...>
+Remko Tronçon <re...@el...>
+sb...@us...
+Thomas Roessler <roe...@do...>
+Todd T. Fries <to...@fr...>
+Vincent Bernat <vi...@be...>
+Yuri D'Elia <wa...@th...>
|