README 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2011 Alexander Barton and Contributors.
  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. Please see the INSTALL document for installation and upgrade information!
  15. II. Status
  16. ~~~~~~~~~~~
  17. It is not the goal of ngIRCd to implement all the nasty behaviours of the
  18. original ircd, but to implement most of the useful commands and semantics
  19. specified by the RFCs.
  20. In the meantime ngIRCd should be quite feature complete and stable to be
  21. used in real IRC networks.
  22. Implemented IRC-commands are:
  23. ADMIN, AWAY, CHANINFO, CONNECT, DIE, DISCONNECT, ERROR, HELP, INFO, INVITE,
  24. ISON, JOIN, KICK, KILL, LINKS, LIST, LUSERS, MODE, MOTD, NAMES, NICK, NJOIN,
  25. NOTICE, OPER, PART, PASS, PING, PONG, PRIVMSG, QUIT, REHASH, RESTART, SERVER,
  26. SERVICE, SERVLIST, SQUERY, SQUIT, STATS, SUMMON, TIME, TOPIC, TRACE, USER,
  27. USERHOST, USERS, VERSION, WALLOPS, WEBIRC, WHO, WHOIS, WHOWAS.
  28. III. Features (or: why use ngIRCd?)
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. - no problems with servers which have dynamic IP addresses
  31. - simple, easy understandable configuration file,
  32. - freely published open-source C source code,
  33. - ngIRCd will be developed on in the future.
  34. - wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX,
  35. IRIX, Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
  36. IV. Documentation
  37. ~~~~~~~~~~~~~~~~~
  38. More documentation can be found in the "doc/" directory and the homepage of
  39. the ngIRCd: <http://ngircd.barton.de/>.
  40. V. Download
  41. ~~~~~~~~~~~
  42. The homepage of the ngIRCd is: <http://ngircd.barton.de/>; you will find
  43. the newest information about the ngIRCd and the most recent ("stable")
  44. releases there.
  45. If you are interested in the latest development versions (which are not
  46. always stable), then please read the section about "GIT" on the homepage and
  47. the file "doc/GIT.txt" which describes the use of GIT, the version control
  48. system used by ngIRCd (homepage: http://git.or.cz/).
  49. VI. Bugs
  50. ~~~~~~~~
  51. If you find bugs in the ngIRCd (which might be there :-), please report
  52. them at the following URL:
  53. <http://ngircd.barton.de/bugtracker.php>
  54. There you can read about known bugs and limitations, too.
  55. If you have critics, patches or something else, please feel free to post a
  56. mail to the ngIRCd mailing list: <ngircd-ml@arthur.ath.cx> (please see
  57. <http://ngircd.barton.de/support.php#ml> for details).