AUTHORS 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2015 Alexander Barton and Contributors.
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- AUTHORS and CONTRIBUTORS --
  7. Note:
  8. If you have comments, patches or something else, please feel free to post
  9. a mail to the ngIRCd mailing list: <ngircd-ml@ngircd.barton.de> (please see
  10. <http://ngircd.barton.de/support.php> for details) or join the ngIRCd IRC
  11. channel: <irc://irc.barton.de/ngircd>.
  12. Don't mail the people listed here directly, if possible!
  13. Main Authors
  14. ~~~~~~~~~~~~
  15. Alexander Barton <alex@barton.de>
  16. Florian Westphal <fw@strlen.de>
  17. Contributors
  18. ~~~~~~~~~~~~
  19. Ali Shemiran <ashemira@ucsd.edu>
  20. Ask Bjørn Hansen <ask@develooper.com>
  21. Benjamin Pineau <ben@zouh.org>
  22. Brandon Beresini <beresini@google.com>
  23. Brett Smith <brett@w3.org>
  24. Brian Collins <bricollins@gmail.com>
  25. Bryan Caldwell <bcaldwel@ucsd.edu>
  26. Christoph Biedl <ngircd.anoy@manchmal.in-ulm.de>
  27. DNS <dns@rbose.org>
  28. Dana Dahlstrom <dana+ngIRCd@cs.ucsd.edu>
  29. David Kingston <deathking1337@aim.com>
  30. Eric Grunow <egrunow@ucsd.edu>
  31. Federico G. Schwindt <fgsch@lodoss.net>
  32. Gabor Adam Toth <tg@tgbit.net>
  33. Goetz Hoffart <goetz@hoffart.de>
  34. Ian Chard <ian@chard.org>
  35. Ilja Osthoff <i.osthoff@gmx.net>
  36. Jari Aalto <jari.aalto@cante.net>
  37. LucentW <lucent@zebes.info>
  38. Mantas Mikulėnas <grawity@gmail.com>
  39. Neale Pickett <neale@woozle.org>
  40. Peter Powell <petpow@saberuk.com>
  41. Rolf Eike Beer <eike@sf-mail.de>
  42. Roy Sindre Norangshol <roy.sindre@norangshol.no>
  43. Scott Perry <scperry@ucsd.edu>
  44. Sean Reifschneider <jafo-rpms@tummy.com>
  45. Sebastian Köhler <sebkoehler@whoami.org.uk>
  46. Tassilo Schweyer <dev@welterde.de>
  47. Tom Ryder <tom@sanctum.geek.nz>
  48. Unit 193 <unit193@ubuntu.com>
  49. William Pitcock <nenolod@dereferenced.org>
  50. Yecheng Fu <cofyc.jackson@gmail.com>
  51. xor <xorboy@gmail.com>
  52. Code snippets
  53. ~~~~~~~~~~~~~
  54. J. Kercheval: pattern matching functions
  55. Patrick Powell <papowell@astart.com>: snprintf()-function
  56. Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions