]> arthur.barton.de Git - ngircd-alex.git/blob - NEWS
517ab8169390da47e954e3974e72bbc125d97fb5
[ngircd-alex.git] / NEWS
1
2                      ngIRCd - Next Generation IRC Server
3
4                         (c)2001-2006 Alexander Barton,
5                     alex@barton.de, http://www.barton.de/
6
7                ngIRCd is free software and published under the
8                    terms of the GNU General Public License.
9
10                                   -- NEWS --
11
12
13 ngIRCd 0.10.1 (2006-12-17)
14
15   - Allow PASS syntax defined in RFC 1459 for server links, too.
16   - New configuration option "PredefChannelsOnly": if set, clients can only
17     join predefined channels.
18
19 ngIRCd 0.10.0 (2006-10-01)
20
21   ngIRCd 0.10.0-pre1 (2006-08-02)
22   - Enhanced DIE to accept a single parameter ("comment text") which is sent
23     to all locally connected clients before the server goes down.
24   - JOIN now supports more than one channel key at a time.
25   - Implemented numeric "333": Time and user name who set a channel topic.
26   - Channel topics are no longer limited to 127 characters: now the only limit
27     is the maximum length of an IRC command, i. e. 512 bytes (in practice, this
28     limits the topic to about 490 characters due to protocol overhead).
29   - Reverse DNS lookup code now checks the result by doing an additional
30     lookup to prevent spoofing.
31   - Added new IO layer which (optionally) supports epoll() and kqueue() in
32     addition to the select() interface.
33
34 ngIRCd 0.9.0 (2005-07-24)
35
36   - Never run with root privileges but always switch the user ID.
37   - Make "netsplit" messages RFC compliant.
38   - Implemented the IRC function "WHOWAS".
39   - New configuration option "OperServerMode" to enable a workaround needed
40     when running an network with ircd2 servers and "OperCanUseMode" enabled
41     to prevent the ircd2 daemon to drop mode changes of IRC operators.
42     Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
43   - Implemented support for "secret channels" (channel mode "s").
44   - New configuration option "Mask" for [Operator] sections to limit OPER
45     commands to users with a specific IRC mask. Patch from Florian Westphal.
46   - New configuration variable "PidFile", section "[Global]": if defined,
47     the server writes its process ID (PID) to this file. Default: off.
48     Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
49   - Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
50     Rendezvous API, in addition to the API of Apple (Mac OS X). The available
51     API will be autodetected when you call "./configure --with-rendezvous".
52
53 ngIRCd 0.8.0 (2004-06-26)
54
55   - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
56     Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
57     its root and working directory to something "safe". MotdPhrase is used
58     to define an "MOTD string" instead of a whole file, useful if the
59     "real" MOTD file would be outside the "jail".
60   - INVITE- and BAN-lists become synchronized between IRC+ servers when
61     establishing new connections, if the peer supports this as well.
62   - The type of service (TOS) of all sockets is set to "interactive" now.
63   - Added short command line option "-t" as alternative to "--configtest".
64   - Added optional support for "IDENT" lookups on incoming connections. You
65     have to enable this function with the ./configure switch "--with-ident".
66     The default is not to do IDENT lookups.
67
68 ngIRCd 0.7.5 (2003-07-11)
69
70   - New configuration variable "MaxConnectionsIP" to limit the number of
71     simultaneous connections from a single IP that the server will accept.
72     This configuration options lowers the risk of denial of service attacks
73     (DoS), the default is 5 connections per client IP.
74   - Added new configuration variable "Listen" to bind all listening
75     sockets of the server to a single IP address.
76        
77 ngIRCd 0.7.1 (2003-07-18)
78
79   - Added support for GNU/Hurd.
80
81 ngIRCd 0.7.0 (2003-05-01)
82
83   - New command CONNECT to enable and add server links. The syntax is not
84     RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
85     configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
86     to add a new server (ngIRCd tries to connect new servers only once!).
87   - Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
88   - New command TRACE (you can trace only servers at the moment).
89   - New command HELP that lists all understood commands.
90   - ngIRCd can register itself with Rendezvous: to enable support pass the
91     new switch "--with-rendezvous" to configure.
92   - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
93     configure to enable it.
94   - Changed some configure options to use "--with"/"--without" as prefix
95     instead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
96     "--with-tcp-wrappers", and "--with-rendezvous".
97   - Enhanced manual pages ngircd(8) and ngircd.conf(5).
98   - Documentation is now installed in $(datadir)/doc/ngircd.
99
100
101 Older news (sorry, only available in german language):
102
103 ngIRCd 0.6.0, 2002-12-24
104
105   - beim Schliessen einer Verbindung zeigt der Server nun vor dem ERROR
106     noch eine Statistik ueber die empfangene und gesendete Datenmenge an.
107   - Connection-Strukturen werden nun "pool-weise" verwaltet; der Pool wird
108     bei Bedarf bis zu einem konfigurierten Limit vergroessert.
109   - Mit der neuen Konfigurationsvariable "MaxConnections" (Sekion "Global")
110     kann die maximale Anzahl gleichzeitiger Verbindungen begrenzt werden.
111     Der Default ist -1, "unlimitiert".
112   - der Server erkennt nun, ob bereits eine eingehende Verbindung von einem
113     Peer-Server besteht und versucht dann nicht mehr, selber eine eigene
114     ausgehende Verbindung zu diesem auufzubauen. Dadurch kann nun auf beiden
115     Servern in der Konfiguration ein Port fuer den Connect konfiguriert
116     werden (beide Server versuchen sich dann gegenseitig zu connectieren).
117   - Server identifizieren sich nun mit asyncronen Passwoertern, d.h. das
118     Passwort, welches A an B schickt, kann ein anderes sein als das, welches
119     B als Antwort an A sendet. In der Konfig.-Datei, Abschnitt "Server",
120     wurde "Password" dazu durch "MyPassword" und "PeerPassword" ersetzt.
121   - Der Server kann nun zur Laufzeit die Konfiguration neu einlesen: dies
122     macht er nach dem Befehl REHASH oder wenn ein HUP-Signal empfangen wird.
123   - Server-Server-Links koennen nun komprimiert werden, dazu wird die zlib
124     (www.zlib.org) benoetigt. Unterstuetzt die Gegenseite die Komprimierung
125     nicht, wird automatisch unkomprimiert kommuniziert. Das Verfahren ist
126     kompatibel mit dem Original-ircd 2.10.3, d.h. beide Server koennen
127     miteinander ueber komprimiert Links kommunizieren.
128   - neue Konfigurations-Variable "MaxJoins": Hiermit kann die maximale Zahl
129     der Channels, in denen ein User Mitglied sein kann, begrent werden.
130   - neue Channel-Modes l (User-Limit) und k (Channel-Key) implementiert.
131
132 ngIRCd 0.5.0, 20.09.2002
133
134   - AIX (3.2.5), HP-UX (10.20), IRIX (6.5), NetBSD (1.5.3/m68k) und Solaris
135     (2.5.1, 2.6) gehoeren nun auch zu den unterstuetzten Platformen.
136   - Unter A/UX (und evtl. weiteren Systemen) kompiliert der ngIRCd nun mit
137     dem "nativen" (ggf. pre-ANSI) Compiler.
138   - "persistente Channels" (Mode 'P') implementiert: diese koennen in der
139     Konfigurationsdatei definiert werden (Sektion "Channel", vgl. Beispiel-
140     Konfiguration "sample-ngircd.conf") und bleiben auch dann bestehen,
141     wenn kein User mehr im Channel ist.
142   - neue IRC-Befehle: KICK, INVITE, ADMIN, CHANINFO; LIST wurde erweitert.
143     Mit dem neuen Befehl CHANINFO syncronisieren Server, die das IRC+-
144     Protokoll unterstuetzen, Channel-Modes und Topics. Fuer den ADMIN-Befehl
145     gibt es neue Konfigurationsoptionen (Sektion "Global"): "AdminInfo1",
146     "AdminInfo2" und "AdminEMail".
147   - Invite- und Ban-Lists implementiert.
148   - neue Konfigurationsoption "OperCanUseMode" (Sektion "Global"):
149     ist sie aktiv, koennen IRC-Operatoren immer Channel-Modes setzen.
150   - "Test-Suite" begonnen: mit "make check" wird sie durchlaufen.
151
152 ngIRCd 0.4.2, 29.04.2002
153
154   - IRC-Funktion LIST implementiert; bisher werden allerdings noch keine
155     Regular Expressions (bis auf "*") unterstuetzt.
156
157 ngIRCd 0.4.0, 01.04.2002
158
159   - WHO implementiert (bisher ohne komplette Unterstuetzung von Masks).
160   - stderr wird nun in eine Datei umgelenkt (/ngircd-<PID>.err).
161     Laeuft der Server nicht im Debug-Modus, so wird diese bei Programm-
162     ende geloescht. Sollte der Server abstuerzen, finden sich hier evtl.
163     zusaetzliche Informationen.
164   - Server-Gruppen implementiert: es wird immer nur zu einem Server in
165     einer Gruppe eine Verbindung aufgebaut, klappt es beim ersten Server
166     nicht, so wird der naechste probiert.
167   - Clients und Channels werden nicht mehr ueber ihren Namen, sondern
168     einen Hash-Wert gesucht: sollte deutlich schneller sein.
169   - neuer Kommandozeilen-Parameter "--configtest": die Konfiguration wird
170     gelesen und die dann verwendeten Werte angezeigt.
171   - Client-Mode "s" (Server Notices) implementiert.
172   - mit dem neuen Kommandozeilen-Parameter "--config"/"-f" kann eine
173     alternative Konfigurationsdatei angegeben werden.
174   - nach dem Start kann der ngIRCd, wenn er mit root-Rechten laeuft,
175     zu einer anderen User-ID und Group-ID wechseln.
176
177 ngIRCd 0.3.0, 02.03.2002
178
179   - bekommt der Server ein HUP-Signal, so startet er neu -- genau so, wie
180     er auf den IRC-Befehl RESTART reagiert.
181   - neuer Kommandozeilen-Schalter "--passive" (-p): wird er angegeben, so
182     verbindet sich der ngIRCd nicht mehr automatisch zu anderen Servern.
183     Zum Debuggen manchmal ganz praktisch :-)
184   - neue Befehle VERSION und KILL implementiert. NAMES korrigiert.
185   - Anpassungen an A/UX: gehoert nun auch zu den unterstuetzten Platformen.
186   - AWAY (und der User-Mode 'a') ist nun implementiert.
187   - der ngIRCd unterstuetzt nun Channel-Topics (TOPIC-Befehl).
188   - Channel- und Nicknames werden nun ordentlich validiert.
189
190 ngIRCd 0.2.0, 15.02.2002
191
192   - Begonnen Channel-Modes und User-Channel-Modes zu implementieren: der
193     Server versteht an User-Modes o und v, beachtet letzteres allerdings
194     noch nirgends. Bekannte (aber nicht beachtete!) Channel-Modes sind
195     bisher a, m, n, p, q, s und t. Diese Modes werden von Usern ange-
196     nommen, von anderen Servern werden auch unbekannte Modes uebernommen.
197   - Nach dem Connect eines Users werden LUSERS-Informationen angezeigt.
198
199 ngIRCd 0.1.0, 29.01.2002
200
201   - Channels implementiert, bisher jedoch noch ohne Channel-Modes, d.h.
202     es gibt keine Channel-Ops, kein Topic, kein "topic lock" etc. pp.
203     Chatten in Channels ist aber natuerlich moeglich ;-)
204     Dadurch zum Teil groessere Aenderungen an bisherigen Funktionen.
205   - neue Befehle fuer Channles: JOIN, PART und NJOIN.
206   - FAQ.txt in doc/ begonnen.
207
208 ngIRCd 0.0.3, 16.01.2002
209
210   - Server-Links vollstaendig implementiert: der ngIRCd kann nun auch
211     "Sub-Server" haben, also sowohl als Leaf-Node als auch Hub in einem
212     IRC-Netzwerk arbeiten.
213   - WHOIS wird nun immer an den "Original-Server" weitergeleitet.
214   - Parser handhabt Leerzeichen zw. Parametern nun etwas "lockerer".
215   - Kommandozeilen-Parser: Debug- und No-Daemon-Modus, Hilfe.
216   - ngIRCd wandelt sich nun in einen Daemon (Hintergrundprozess) um.
217   - neue Befehle: LUSERS, LINKS.
218
219 ngIRCd 0.0.2, 06.01.2002
220
221   - neuer Aufbau der Konfigurationsdatei,
222   - mehrere IRC-Operatoren koennen konfiguriert werden,
223   - Server-Links teilweise implementiert. Bisher kann der ngIRCd jedoch
224     nur "leafed server" sein, d.h. keine "Client-Server" haben.
225
226 ngIRCd 0.0.1, 31.12.2001
227
228   - erste oeffentliche Version von ngIRCd als "public preview" :-)
229
230
231 -- 
232 $Id: NEWS,v 1.78 2006/12/17 21:00:30 alex Exp $