]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - README.md
Merge insp20
[user/henk/code/inspircd.git] / README.md
1 ### Important Notice
2
3 The `master` branch contains the latest development version. If you are running
4 a server then you probably want the `insp20` branch. You can obtain this from
5 the [releases](https://github.com/inspircd/inspircd/releases) page or by running
6 `git checkout insp20` if you are installing via Git.
7
8 ### About
9
10 InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux,
11 BSD, Windows and Mac OS X systems which was created from scratch to be stable,
12 modern and lightweight.
13
14 As InspIRCd is one of the few IRC servers written from scratch, it avoids a
15 number of design flaws and performance issues that plague other more established
16 projects, such as UnrealIRCd, while providing the same level of feature parity.
17
18 InspIRCd is one of only a few IRC servers to provide a tunable number of
19 features through the use of an advanced but well documented module system. By
20 keeping core functionality to a minimum we hope to increase the stability,
21 security and speed of InspIRCd while also making it customisable to the needs of
22 many different users.
23
24 ### Links
25
26 * [Website](http://inspircd.org)
27 * [GitHub](https://github.com/inspircd)
28 * [IRC](irc://irc.chatspike.net/inspircd)