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