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

..03-May-2022-

Debian/H07-May-2022-1,5701,052

MacOSX/H02-Jan-2021-2,8102,378

Makefile.amH A D11-Jun-2020760 3115

Makefile.inH A D02-Jan-202117.7 KiB599511

READMEH A D31-May-20201.4 KiB5033

de.barton.ngircd.metainfo.xmlH A D02-Jan-20216.9 KiB128127

ngindent.shH A D16-Dec-20191.1 KiB4722

ngircd-bsd.shH A D27-Dec-20141.2 KiB5226

ngircd-redhat.initH A D27-Dec-20142.4 KiB12082

ngircd.logcheckH A D29-Aug-20187 KiB6261

ngircd.serviceH A D06-Jan-20171.2 KiB4440

ngircd.socketH A D30-Jun-2016236 1310

ngircd.specH A D02-Jan-20211.6 KiB5848

nglog.shH A D03-May-20201.1 KiB2911

platformtest.shH A D28-Aug-20206.8 KiB258216

README

1
2                     ngIRCd - Next Generation IRC Server
3                           http://ngircd.barton.de/
4
5               (c)2001-2020 Alexander Barton and Contributors.
6               ngIRCd is free software and published under the
7                   terms of the GNU General Public License.
8
9                             -- Contributions --
10
11
12Debian/
13 - Various files for building Debian GNU/Linux packages (".deb's").
14	- ngircd.init; ngircd.default: init script for Debian-based systems.
15	- ngircd.pam: example PAM configuration.
16
17MacOSX/
18 - Project files for XCode, the "project builder" of Apple Mac OS X.
19	- de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
20
21de.barton.ngircd.metainfo.xml
22 - AppStream metadata file.
23
24ngindent.sh
25 - Script to indent the code of ngIRCd in the "standard way".
26
27ngircd-bsd.sh
28 - Start script for FreeBSD.
29
30ngircd-redhat.init
31 - Start/stop script for RedHat-based distributions (like CentOS).
32
33ngircd.logcheck
34 - Sample rules for logcheck(8) to ignore "normal" log messages of ngIRCd.
35
36ngircd.service
37 - systemd(8) service unit configuration file.
38
39ngircd.socket
40 - systemd(8) socket unit configuration file for "socket activation".
41
42ngircd.spec
43 - RPM "spec" file.
44
45nglog.sh
46 - Colorizes the log messages of ngircd(8) accoring to their log level.
47
48platformtest.sh
49 - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.
50