README 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2019 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 a free, portable and lightweight Internet Relay Chat server for
  10. small or private networks, developed under the GNU General Public License
  11. (GPL; please see the file COPYING for details). It is simple to configure,
  12. can cope with dynamic IP addresses, and supports IPv6 as well as SSL. It is
  13. written from scratch and not based on the original IRCd.
  14. The name ngIRCd means next generation IRC daemon, which is a little bit
  15. exaggerated: lightweight Internet Relay Chat server most probably would be a
  16. better name :-)
  17. Please see the INSTALL document for installation and upgrade information!
  18. II. Status
  19. ~~~~~~~~~~~
  20. ngIRCd should be quite feature complete and stable to be used as daemon in
  21. real world IRC networks.
  22. It is not the goal of ngIRCd to implement all the nasty behaviors of the
  23. original ircd, but to implement most of the useful commands and semantics
  24. specified by the RFCs that are used by existing clients.
  25. III. Features (or: why use ngIRCd?)
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. - Well arranged (lean) configuration file.
  28. - Simple to build, install, configure, and maintain.
  29. - Supports IPv6 and SSL.
  30. - Can use PAM for user authentication.
  31. - Lots of popular user and channel modes are implemented.
  32. - Supports "cloaking" of users.
  33. - No problems with servers that have dynamic IP addresses.
  34. - Freely available, modern, portable and tidy C source.
  35. - Wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX,
  36. IRIX, Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
  37. - ngIRCd is being actively developed since 2001.
  38. IV. Documentation
  39. ~~~~~~~~~~~~~~~~~
  40. More documentation can be found in the "doc/" directory and the homepage of
  41. ngIRCd: <http://ngircd.barton.de/>.
  42. V. Download
  43. ~~~~~~~~~~~
  44. The homepage of the ngIRCd is <http://ngircd.barton.de/>; you will find
  45. the newest information about the ngIRCd and the most recent ("stable")
  46. releases there.
  47. Visit our source code repository at GitHub if you are interested in the
  48. latest development version: <https://github.com/ngircd/ngircd>.
  49. VI. Problems, Bugs, Patches
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51. Please don't hesitate to contact us if you encounter problems:
  52. - On IRC: <irc://irc.barton.de/ngircd>
  53. - Via the mailing list: <ngircd-ml@ngircd.barton.de>
  54. See <http://ngircd.barton.de/support.php> for details.
  55. If you find bugs in ngIRCd (which will be there most probably ...), please
  56. report them to our issue tracker at GitHub:
  57. - Bug tracker: <https://github.com/ngircd/ngircd/issues>
  58. - Patches, "pull requests": <https://github.com/ngircd/ngircd/pulls>
  59. There you can read about known bugs and limitations, too.