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