X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=README.md;h=f3b3c3c32af37b99a08b4ff962bf6590ea5252f1;hb=9d81896b74fda1d2cd40723dcec33bf75f843038;hp=f62911b696a84ac8e9006ec1c8d3007301a90ba5;hpb=1e658246ba6aab743eb883757b82c82f6c74974e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/README.md b/README.md index f62911b69..f3b3c3c32 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,21 @@ -### InspIRCd +### About -InspIRCd is an IRC daemon written entirely from scratch, it is one of the -few IRC daemons to be written in C++ and it was released under the GNU -General Public License. InspIRCd is the second most used IRC daemon -according to the ranking on SearchIRC. +InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, +BSD, Windows and Mac OS X systems which was created from scratch to be stable, +modern and lightweight. -The first stable release of InspIRCd was in 2002. +As InspIRCd is one of the few IRC servers written from scratch, it avoids a +number of design flaws and performance issues that plague other more established +projects, such as UnrealIRCd, while providing the same level of feature parity. + +InspIRCd is one of only a few IRC servers to provide a tunable number of +features through the use of an advanced but well documented module system. By +keeping core functionality to a minimum we hope to increase the stability, +security and speed of InspIRCd while also making it customisable to the needs of +many different users. ### Links -Website: http://www.inspircd.org -GitHub: https://github.com/inspircd/inspircd +* [Website](http://inspircd.org) +* [GitHub](https://github.com/inspircd) +* IRC: \#inspircd on irc.inspircd.org