README 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ngIRCd - Next Generation IRC Server
  2. (c)2001-2006 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. -- README --
  7. I. Introduction
  8. ~~~~~~~~~~~~~~~
  9. ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which
  10. is developed and published under the terms of the GNU General Public
  11. Licence (URL: http://www.gnu.org/licenses/gpl.html). ngIRCd means "next
  12. generation IRC daemon", it's written from scratch and not deduced from the
  13. "grandfather of IRC daemons", the daemon of the IRCNet.
  14. II. Status
  15. ~~~~~~~~~~~
  16. It is not the goal of ngIRCd to implement all the nasty behaviours of the
  17. original ircd, but to implement most of the useful commands and semantics
  18. specified by the RFCs.
  19. In the meantime ngIRCd should be quite feature complete and stable to be
  20. used in real IRC networks.
  21. Implemented IRC-commands are:
  22. ADMIN, AWAY, CHANINFO, CONNECT, DIE, DISCONNECT, ERROR, HELP, INVITE, ISON,
  23. JOIN, KICK, KILL, LINKS, LIST, LUSERS, MODE, MOTD, NAMES, NICK, NJOIN, NOTICE,
  24. OPER, PART, PASS, PING, PONG, PRIVMSG, QUIT, REHASH, RESTART, SERVER, SQUIT,
  25. STATS, TIME, TOPIC, TRACE, USER, USERHOST, VERSION, WHO, WHOIS, WHOWAS.
  26. III. Features (or: why use ngIRCd?)
  27. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. - no problems with servers which have dynamic IP addresses
  29. - simple, easy understandable configuration file,
  30. - freely published open-source C source code,
  31. - ngIRCd will be developed on in the future.
  32. - wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX,
  33. IRIX, Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
  34. IV. Documentation
  35. ~~~~~~~~~~~~~~~~~
  36. More documentation can be found in the "doc/" directory and the homepage of
  37. the ngIRCd: <http://ngircd.barton.de/>.
  38. V. Download
  39. ~~~~~~~~~~~
  40. The homepage of the ngIRCd is: <http://ngircd.barton.de/>; you will find
  41. the newest information about the ngIRCd and the most recent ("stable")
  42. releases there.
  43. If you are interested in the latest development versions (which are not
  44. always stable), then please read the section "CVS" on the homepage and
  45. the file "doc/CVS.txt" which describes the use of CVS, the "Concurrent
  46. Versioning System".
  47. VI. Bugs
  48. ~~~~~~~~
  49. If you find bugs in the ngIRCd (which might be there :-), please report
  50. them at the following URL:
  51. <http://ngircd.barton.de/#bugs>
  52. There you can read about known bugs and limitations, too.
  53. If you have critics, patches or something else, please feel free to post a
  54. mail to <alex@barton.de>.
  55. --
  56. $Id: README,v 1.21.2.1 2006/08/02 08:19:38 alex Exp $