Attila Molnar 693ff4c7fa m_ssl_gnutls Remove DH parameter generation
Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params.
2015-11-10 17:33:29 +01:00
2015-04-20 17:40:12 +02:00
2015-04-20 17:40:12 +02:00
2015-04-20 17:40:12 +02:00
2015-04-20 17:40:12 +02:00

Important Notice

The master branch contains the latest development version. If you are running a server then you probably want the insp20 branch. You can obtain this from the releases page or by running git checkout insp20 if you are installing via Git.

About

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.

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.

Languages
C++ 96.2%
Perl 2.3%
Makefile 0.5%
CMake 0.3%
Python 0.3%
Other 0.3%