• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H03-May-2022-5,8714,632

doc/H03-May-2022-1,6761,352

man/H02-Jan-2021-1,2731,160

src/H02-Jan-2021-36,67925,435

.clang_completeH A D16-Jan-201651 54

.mailmapH A D09-May-2020683 2313

AUTHORSH A D02-Jan-20212.7 KiB8370

COPYINGH A D10-Dec-201917.7 KiB340281

ChangeLogH A D02-Jan-2021126.1 KiB2,2252,059

INSTALL.mdH A D20-Jun-202015.4 KiB420293

Makefile.amH A D20-Apr-20202.8 KiB9262

Makefile.inH A D02-Jan-202125.4 KiB820707

NEWSH A D02-Jan-202154.8 KiB1,001892

README.mdH A D26-May-20203 KiB7955

aclocal.m4H A D02-Jan-202148.6 KiB1,3941,253

ar-libH A D21-Oct-20185.7 KiB271210

autogen.shH A D04-Oct-20198.1 KiB243143

config.guessH A D02-Jan-202148.2 KiB1,7021,488

config.subH A D02-Jan-202133.5 KiB1,8561,679

configureH A D03-May-2022254.9 KiB9,5017,792

configure.acH A D02-Jan-202120.5 KiB829730

configure.ngH A D06-May-202020.5 KiB829730

depcompH A D21-Oct-201820.4 KiB709460

install-shH A D21-Oct-201814.1 KiB535353

missingH A D21-Oct-201810.1 KiB332243

README.md

1# [ngIRCd](https://ngircd.barton.de) - Internet Relay Chat Server
2
3## Introduction
4
5*ngIRCd* is a free, portable and lightweight *Internet Relay Chat* ([IRC])
6server for small or private networks, developed under the terms of the GNU
7General Public License ([GPL]); please see the file `COPYING` for licensing
8information.
9
10The server is quite easy to configure, can handle dynamic IP addresses, and
11optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for
12user authentication as well as character set conversion for legacy clients. The
13server has been written from scratch and is not based on the "forefather", the
14daemon of the IRCNet.
15
16The name ngIRCd means *next-generation IRC daemon*, which is a little bit
17exaggerated: *lightweight Internet Relay Chat server* most probably would have
18been a better name :-)
19
20Please see the `INSTALL.md` document for installation and upgrade information,
21online available here: <https://ngircd.barton.de/doc/INSTALL.md>!
22
23## Status
24
25ngIRCd should be quite feature-complete and stable to be used as a daemon in
26real-world IRC networks.
27
28It is not the goal of ngIRCd to implement all the nasty behaviors of the
29original ircd, but to implement most of the useful commands and semantics
30specified by the RFCs that are used by existing clients.
31
32## Features (or: why use ngIRCd?)
33
34- Well arranged (lean) configuration file.
35- Simple to build, install, configure, and maintain.
36- Supports IPv6 and SSL.
37- Can use PAM for user authentication.
38- Lots of popular user and channel modes are implemented.
39- Supports "cloaking" of users.
40- No problems with servers that have dynamic IP addresses.
41- Freely available, modern, portable and tidy C source.
42- Wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX,
43  IRIX, Linux, macOS, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
44- ngIRCd is being actively developed since 2001.
45
46## Documentation
47
48The **homepage** of the ngIRCd project is <https://ngircd.barton.de>.
49
50More documentation can be found in the `doc/` directory and
51[online](https://ngircd.barton.de/documentation).
52
53## Downloads & Source Code
54
55You can find the latest information about the ngIRCd and the most recent
56stable release on the [news](https://ngircd.barton.de/news) and
57[downloads](https://ngircd.barton.de/download) pages of the homepage.
58
59Visit our source code repository at [GitHub](https://github.com) if you are
60interested in the latest development code: <https://github.com/ngircd/ngircd>.
61
62## Problems, Bugs, Patches
63
64Please don't hesitate to contact us if you encounter problems:
65
66- On IRC: <irc://irc.barton.de/ngircd>
67- Via the mailing list: <ngircd-ml@ngircd.barton.de>
68
69See <http://ngircd.barton.de/support> for details.
70
71If you find any bugs in ngIRCd (which most probably will be there ...), please
72report them to our issue tracker at GitHub:
73
74- Bug tracker: <https://github.com/ngircd/ngircd/issues>
75- Patches, "pull requests": <https://github.com/ngircd/ngircd/pulls>
76
77[IRC]: https://wikipedia.org/wiki/Internet_Relay_Chat
78[GPL]: https://wikipedia.org/wiki/GNU_General_Public_License
79