AUTHORS 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ngIRCd - Next Generation IRC Server
  2. (c)2001-2007 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, <westphal@foo.fh-furtwangen.de> (fw)
  15. Contributors
  16. ~~~~~~~~~~~~
  17. Goetz Hoffart, <goetz@hoffart.de> (goetz)
  18. Ilja Osthoff, <i.osthoff@gmx.net> (ilja)
  19. Benjamin Pineau, <ben@zouh.org>
  20. Sean Reifschneider, <jafo-rpms@tummy.com>
  21. Code snippets
  22. ~~~~~~~~~~~~~
  23. J. Kercheval: pattern matching functions
  24. Patrick Powell, <papowell@astart.com>: snprintf()-function
  25. Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions
  26. --
  27. $Id: AUTHORS,v 1.13 2007/10/04 15:18:48 alex Exp $