]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
Security notice: Add release date of ngIRCd 20.3
[ngircd-web.git] / news.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'News');
4 ?>
5 <h2>
6         News &amp; History
7 </h2>
8 <p>
9         Latest news: ngIRCd on <a href="https://twitter.com/ngIRCd">Twitter</a>.
10 </p>
11 <h3 id="status">
12         Status
13 </h3>
14 <p>
15         The current stable version is
16         <strong>Release 26.1</strong> of January 1 2021,
17         please refer to the <a href="download.php.en">Download</a>
18         options.
19 </p>
20 <p>
21         ngIRCd is used as the daemon in real-world in-house and public IRC
22         networks and included in the package repositories of various operating
23         systems.
24 </p>
25 <h3 id="history">
26         History
27 </h3>
28 <p>
29         Development of ngIRCd started back in 2001: The server has been written
30         from scratch in C, tries to follow all relevant standards, and is not
31         based on the forefather, the daemon of the IRCNet.
32 </p>
33 <p>
34         It is not the goal of ngIRCd to implement all the nasty behaviors of
35         the original ircd or corner-cases in the RFCs, but to implement most of
36         the useful commands and semantics that are used by existing clients.
37 </p>
38 <p class="security">
39         <strong>Caution:</strong>
40         ngIRCd 20, 20.1, and 20.2 contain an error that could crash
41         the server daemon when the configuration option <q>NoticeAuth</q> is
42         enabled (which is <em>not</em> the default).
43         ngIRCd 20 and 20.1 both contain an additional error that allows
44         arbitrary users to crash the server daemon.
45         <strong>All installations should be updated to version 20.3 (released
46         August 23, 2013) or newer!</strong>
47 </p>
48 <p>
49         The <a href="doc/NEWS">NEWS</a>-file and the
50         <a href="doc/ChangeLog">ChangeLog</a>
51         are available online and in the archives.
52 </p>
53 <?php
54         end_page();
55 ?>