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