AUTHORS 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ngIRCd - Next Generation IRC Server
  2. (c)2001-2009 Alexander Barton,
  3. alex@barton.de, http://www.barton.de/
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- AUTHORS and CONTRIBUTORS --
  7. Note: If you have critics, patches or something else, please feel free to
  8. post a mail to the ngIRCd mailing list: <ngircd-ml@arthur.ath.cx> (please see
  9. <http://ngircd.barton.de/#ml> for details). Don't mail the contributors
  10. directly, if possible!
  11. Main Authors
  12. ~~~~~~~~~~~~
  13. Alexander Barton, <alex@barton.de> (alex)
  14. Florian Westphal, <fw@strlen.de>
  15. Contributors
  16. ~~~~~~~~~~~~
  17. Ali Shemiran, <ashemira@ucsd.edu>
  18. Ask Bjørn Hansen, <ask@develooper.com>
  19. Benjamin Pineau, <ben@zouh.org>
  20. Brandon Beresini, <beresini@google.com>
  21. Bryan Caldwell, <bcaldwel@ucsd.edu>
  22. Dana Dahlstrom, <dana+ngIRCd@cs.ucsd.edu>
  23. Eric Grunow, <egrunow@ucsd.edu>
  24. Goetz Hoffart, <goetz@hoffart.de>
  25. Ilja Osthoff, <i.osthoff@gmx.net>
  26. Jari Aalto, <jari.aalto@cante.net>
  27. Rolf Eike Beer, <eike@sf-mail.de>
  28. Scott Perry, <scperry@ucsd.edu>
  29. Sean Reifschneider, <jafo-rpms@tummy.com>
  30. Code snippets
  31. ~~~~~~~~~~~~~
  32. J. Kercheval: pattern matching functions
  33. Patrick Powell, <papowell@astart.com>: snprintf()-function
  34. Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions