]> arthur.barton.de Git - ngircd-alex.git/blob - NEWS
0d6ef8a751eb11a95c4bbdbbea01cdb87346294b
[ngircd-alex.git] / NEWS
1
2                      ngIRCd - Next Generation IRC Server
3                            http://ngircd.barton.de/
4
5                (c)2001-2011 Alexander Barton and Contributors.
6                ngIRCd is free software and published under the
7                    terms of the GNU General Public License.
8
9                                   -- NEWS --
10
11
12 ngIRCd
13
14   - Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes',
15     'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and
16     'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa).
17     The defaults are adjusted accordingly and the old variables are still
18     accepted, so there is no functional change.
19   - Don't throttle services and servers beeing registered.
20
21 ngIRCd Release 17.1 (2010-12-19)
22
23   - Don't log critical (or worse) messages to stderr
24   - Remove "error file" when compiled with debug code enabled
25   - New numeric 329: get channel creation time on "MODE #chan" commands
26
27 ngIRCd Release 17 (2010-11-07)
28
29   - doc: change path names in sample-ngircd.conf depending on sysconfdir
30
31   ngIRCd 17~rc2 (2010-10-25)
32   - Generate ngIRCd version number from GIT tag.
33   - Make sourcecode compatible with ansi2knr again. This allows to compile
34     ngIRCd using a pre-ANSI K&R C compiler again.
35
36   ngIRCd 17~rc1 (2010-10-11)
37   - New configuration option "NoZeroConf" to disable service registration at
38     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using
39     Howl, Avahi or on Mac OS X).
40   - New configuration option "SyslogFacility" to define the syslog "facility"
41     (the "target"), to which ngIRCd should send its log messages.
42     Possible values are system dependant, but most probably "auth", "daemon",
43     "user" and "local1" through "local7" are possible values; see syslog(3).
44     Default is "local5" for historical reasons.
45   - Dump the "internal server state" (configured servers, established
46     connections and known clients) to the console or syslog when receiving
47     the SIGUSR2 signal and debug mode is enabled.
48   - Enable the daemon to disable and enable "debug mode" on runtime using
49     signal SIGUSR1, when debug code is compiled in, not only on startup
50     using the command line parameters.
51   - Implement user mode "x": hostname cloaking (closes: #102).
52   - Change MOTD file handling: ngIRCd now caches the contens of the MOTD
53     file, so the daemon now requires a HUP signal or REHASH command to
54     re-read the MOTD file when its content changed.
55   - Allow IRC ops to change channel modes even without OperServerMode set.
56   - Allow IRC operators to use MODE command on any channel (closes: #100).
57   - New configuration option "NoPAM" to disable PAM.
58   - Implement asynchronous user authentication using PAM, please see the
59     file doc/PAM.txt for details.
60   - Add some documentation for using BOPM with ngIRCd, see doc/Bopm.txt.
61   - Implement user mode "c": receive connect/disconnect NOTICEs. Note that
62     this new mode requires the user to be an IRC operator.
63   - Show SSL status in WHOIS output, numeric 275.
64
65 ngIRCd Release 16 (2010-05-02)
66
67   ngIRCd 16~rc2 (2010-04-25)
68   - Enhace connection statistics counters: display total number of served
69     connections on daemon shutdown and when a new client connects using
70     the new numeric RPL_STATSCONN (250).
71
72   ngIRCd 16~rc1 (2010-03-25)
73   - Implement WEBIRC command used by some Web-IRC frontends. The password
74     required to secure this command must be configured using the new
75     "WebircPassword" variable in the ngircd.conf file.
76   - Remove limit on max number of configured irc operators.
77   - A new channel mode "secure connections only" (+z) has been implemented:
78     Only clients using a SSL encrypted connection to the server are allowed
79     to join such a channel.
80     But please note three things: a) already joined clients are not checked
81     when setting this mode, b) IRC operators are always allowed to join
82     every channel, and c) remote clients using a server not supporting this
83     mode are not checked either and therefore always allowed to join.
84
85 ngIRCd Release 15 (2009-11-07)
86
87   ngIRCd 15~rc1 (2009-10-15)
88   - Do not add default listening port (6667) if SSL ports were specified, so
89     ngIRCd can be configured to only accept SSL-encrypted connections now.
90   - Enable IRC operators to use the IRC command SQUIT (insted of the already
91     implemented but non-standard DISCONNECT command).
92   - New configuration option "AllowRemoteOper" (disabled by default) that
93     enables remote IRC operators to use the IRC commands SQUIT and CONNECT
94     on the local server.
95   - Enforce upper limit on maximum number of handled commands. This implements
96     a throttling scheme: an IRC client can send up to 3 commands or 256 bytes
97     per second before a one second pause is enforced.
98
99 ngIRCd Release 14.1 (2009-05-05)
100
101   - Security: fix remotely triggerable crash in SSL/TLS code.
102   - Debian: build ngircd-full-dbg package.
103   - Allow ping timeout quit messages to show the timeout value.
104
105 ngIRCd Release 14 (2009-04-20)
106
107   ngIRCd 14~rc1 (2009-03-29)
108   - Allow creation of persistent modeless channels.
109   - The INFO command reports the compile time now (if available).
110   - Support individual channel keys for pre-defined channels: introduce
111     new configuration variable "KeyFile" in [Channel] sections in ngircd.conf,
112     here a file can be configured for each pre-defined channel which contains
113     individual channel keys for different users.
114   - Remove limit on maximum number of predefined channels in ngircd.conf.
115
116 ngIRCd Release 13 (2008-12-25)
117
118   ngIRCd 13~rc1 (2008-11-21):
119   - New version number scheme :-)
120   - Initial support for IRC services, using a RFC1459 style interface,
121     tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
122     For this to work, ngIRCd now supports server-server links conforming
123     to RFC 1459. New ngircd.conf(5) option: ServiceMask.
124   - Support for SSL-encrypted server-server and client-server links using
125     OpenSSL (configure: --with-openssl) or GNUTLS (configure: --with-gnutls).
126     New ngircd.conf(5) options: SSLPorts, SSLKeyFile, SSLKeyFilePassword,
127     SSLCertFile, SSLDHFile, and SSLConnect.
128   - Server local channels have been implemented, prefix "&", that are only
129     visible to users of the same server and are not visible in the network.
130     In addition ngIRCd creates a "special" channel &SERVER on startup and logs
131     all the messages to it that a user with mode +s receives.
132   - New make target "osxpkg" to build a Mac OS X installer package.
133   - New configuration option "NoIdent" to disable IDENT lookups even if the
134     daemon is compiled with IDENT support.
135
136 ngIRCd 0.12.1 (2008-07-09)
137
138   - Add option aliases -V (for --version) and -h (for --help).
139   - Make Listen parameter a comma-separated list of addresses. This also
140     obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it
141     is treated as Listen="::,0.0.0.0".
142     Note: ListenIPv4 and ListenIPv6 options are still recognized,
143     but ngircd will print a warning if they are used in the config file.
144
145 ngIRCd 0.12.0 (2008-05-13)
146
147   ngIRCd 0.12.0-pre2 (2008-04-29)
148   - IPv6: Add config options to disable ipv4/ipv6 support.
149
150   ngIRCd 0.12.0-pre1 (2008-04-20)
151   - Add IPv6 support.
152   - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
153   - Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
154     enhanced test suite to check these commands. (Dana Dahlstrom)
155   - IRC_WHO now supports search patterns and will test this against user
156     nickname/servername/hostname, etc. as required by RFC 2812, Section 3.6.1.
157     (reported by Dana Dahlstrom)
158   - Implement RFC 2812 handling of "0" argument to 'JOIN': must be treated
159     as if the user had sent PART commands for all channels the user is a
160     member of. (Dana Dahlstrom)
161   - Allow NOTICEs to be sent to a channel. (Fabian Schlager)
162
163 ngIRCd 0.11.0 (2008-01-15)
164
165   - Add support for /STAT u (server uptime) command.
166   - New [Server] configuration Option "Bind" allows to specify
167     the source IP address to use when connecting to remote server.
168   - New configuration option "MaxNickLength" to specify the allowed maximum
169     length of user nick names. Note: must be unique in an IRC network!
170   - Numeric 317: implemented "signon time" (displayed in WHOIS result).
171   - Added new server configuration option "Passive" for "Server" blocks to
172     disable automatic outgoing connections (similar to -p option to ngircd,
173     but only for the specified server). (Tassilo Schweyer)
174   - Added support for the WALLOPS command. Usage is restricted to IRC
175     operators.
176
177 ngIRCd 0.10.2 (2007-06-08)
178
179   - Predefined channel configuration now allows specification of channel key
180     (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers".
181   - When using the epoll() IO interface, compile in the select() interface as
182     well and fall back to it when epoll() isn't available on runtime.
183   - Added support for IO APIs "poll()" and "/dev/poll".
184
185 ngIRCd 0.10.1 (2006-12-17)
186
187   - Allow PASS syntax defined in RFC 1459 for server links, too.
188   - New configuration option "PredefChannelsOnly": if set, clients can only
189     join predefined channels.
190
191 ngIRCd 0.10.0 (2006-10-01)
192
193   ngIRCd 0.10.0-pre1 (2006-08-02)
194   - Enhanced DIE to accept a single parameter ("comment text") which is sent
195     to all locally connected clients before the server goes down.
196   - JOIN now supports more than one channel key at a time.
197   - Implemented numeric "333": Time and user name who set a channel topic.
198   - Channel topics are no longer limited to 127 characters: now the only limit
199     is the maximum length of an IRC command, i. e. 512 bytes (in practice, this
200     limits the topic to about 490 characters due to protocol overhead).
201   - Reverse DNS lookup code now checks the result by doing an additional
202     lookup to prevent spoofing.
203   - Added new IO layer which (optionally) supports epoll() and kqueue() in
204     addition to the select() interface.
205
206 ngIRCd 0.9.0 (2005-07-24)
207
208   - Never run with root privileges but always switch the user ID.
209   - Make "netsplit" messages RFC compliant.
210   - Implemented the IRC function "WHOWAS".
211   - New configuration option "OperServerMode" to enable a workaround needed
212     when running an network with ircd2 servers and "OperCanUseMode" enabled
213     to prevent the ircd2 daemon to drop mode changes of IRC operators.
214     Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
215   - Implemented support for "secret channels" (channel mode "s").
216   - New configuration option "Mask" for [Operator] sections to limit OPER
217     commands to users with a specific IRC mask. Patch from Florian Westphal.
218   - New configuration variable "PidFile", section "[Global]": if defined,
219     the server writes its process ID (PID) to this file. Default: off.
220     Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
221   - Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
222     Rendezvous API, in addition to the API of Apple (Mac OS X). The available
223     API will be autodetected when you call "./configure --with-rendezvous".
224
225 ngIRCd 0.8.0 (2004-06-26)
226
227   - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
228     Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
229     its root and working directory to something "safe". MotdPhrase is used
230     to define an "MOTD string" instead of a whole file, useful if the
231     "real" MOTD file would be outside the "jail".
232   - INVITE- and BAN-lists become synchronized between IRC+ servers when
233     establishing new connections, if the peer supports this as well.
234   - The type of service (TOS) of all sockets is set to "interactive" now.
235   - Added short command line option "-t" as alternative to "--configtest".
236   - Added optional support for "IDENT" lookups on incoming connections. You
237     have to enable this function with the ./configure switch "--with-ident".
238     The default is not to do IDENT lookups.
239
240 ngIRCd 0.7.5 (2003-07-11)
241
242   - New configuration variable "MaxConnectionsIP" to limit the number of
243     simultaneous connections from a single IP that the server will accept.
244     This configuration options lowers the risk of denial of service attacks
245     (DoS), the default is 5 connections per client IP.
246   - Added new configuration variable "Listen" to bind all listening
247     sockets of the server to a single IP address.
248        
249 ngIRCd 0.7.1 (2003-07-18)
250
251   - Added support for GNU/Hurd.
252
253 ngIRCd 0.7.0 (2003-05-01)
254
255   - New command CONNECT to enable and add server links. The syntax is not
256     RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
257     configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
258     to add a new server (ngIRCd tries to connect new servers only once!).
259   - Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
260   - New command TRACE (you can trace only servers at the moment).
261   - New command HELP that lists all understood commands.
262   - ngIRCd can register itself with Rendezvous: to enable support pass the
263     new switch "--with-rendezvous" to configure.
264   - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
265     configure to enable it.
266   - Changed some configure options to use "--with"/"--without" as prefix
267     instead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
268     "--with-tcp-wrappers", and "--with-rendezvous".
269   - Enhanced manual pages ngircd(8) and ngircd.conf(5).
270   - Documentation is now installed in $(datadir)/doc/ngircd.
271
272
273 Older news (sorry, only available in german language):
274
275 ngIRCd 0.6.0, 2002-12-24
276
277   - beim Schliessen einer Verbindung zeigt der Server nun vor dem ERROR
278     noch eine Statistik ueber die empfangene und gesendete Datenmenge an.
279   - Connection-Strukturen werden nun "pool-weise" verwaltet; der Pool wird
280     bei Bedarf bis zu einem konfigurierten Limit vergroessert.
281   - Mit der neuen Konfigurationsvariable "MaxConnections" (Sekion "Global")
282     kann die maximale Anzahl gleichzeitiger Verbindungen begrenzt werden.
283     Der Default ist -1, "unlimitiert".
284   - der Server erkennt nun, ob bereits eine eingehende Verbindung von einem
285     Peer-Server besteht und versucht dann nicht mehr, selber eine eigene
286     ausgehende Verbindung zu diesem auufzubauen. Dadurch kann nun auf beiden
287     Servern in der Konfiguration ein Port fuer den Connect konfiguriert
288     werden (beide Server versuchen sich dann gegenseitig zu connectieren).
289   - Server identifizieren sich nun mit asyncronen Passwoertern, d.h. das
290     Passwort, welches A an B schickt, kann ein anderes sein als das, welches
291     B als Antwort an A sendet. In der Konfig.-Datei, Abschnitt "Server",
292     wurde "Password" dazu durch "MyPassword" und "PeerPassword" ersetzt.
293   - Der Server kann nun zur Laufzeit die Konfiguration neu einlesen: dies
294     macht er nach dem Befehl REHASH oder wenn ein HUP-Signal empfangen wird.
295   - Server-Server-Links koennen nun komprimiert werden, dazu wird die zlib
296     (www.zlib.org) benoetigt. Unterstuetzt die Gegenseite die Komprimierung
297     nicht, wird automatisch unkomprimiert kommuniziert. Das Verfahren ist
298     kompatibel mit dem Original-ircd 2.10.3, d.h. beide Server koennen
299     miteinander ueber komprimiert Links kommunizieren.
300   - neue Konfigurations-Variable "MaxJoins": Hiermit kann die maximale Zahl
301     der Channels, in denen ein User Mitglied sein kann, begrent werden.
302   - neue Channel-Modes l (User-Limit) und k (Channel-Key) implementiert.
303
304 ngIRCd 0.5.0, 20.09.2002
305
306   - AIX (3.2.5), HP-UX (10.20), IRIX (6.5), NetBSD (1.5.3/m68k) und Solaris
307     (2.5.1, 2.6) gehoeren nun auch zu den unterstuetzten Platformen.
308   - Unter A/UX (und evtl. weiteren Systemen) kompiliert der ngIRCd nun mit
309     dem "nativen" (ggf. pre-ANSI) Compiler.
310   - "persistente Channels" (Mode 'P') implementiert: diese koennen in der
311     Konfigurationsdatei definiert werden (Sektion "Channel", vgl. Beispiel-
312     Konfiguration "sample-ngircd.conf") und bleiben auch dann bestehen,
313     wenn kein User mehr im Channel ist.
314   - neue IRC-Befehle: KICK, INVITE, ADMIN, CHANINFO; LIST wurde erweitert.
315     Mit dem neuen Befehl CHANINFO syncronisieren Server, die das IRC+-
316     Protokoll unterstuetzen, Channel-Modes und Topics. Fuer den ADMIN-Befehl
317     gibt es neue Konfigurationsoptionen (Sektion "Global"): "AdminInfo1",
318     "AdminInfo2" und "AdminEMail".
319   - Invite- und Ban-Lists implementiert.
320   - neue Konfigurationsoption "OperCanUseMode" (Sektion "Global"):
321     ist sie aktiv, koennen IRC-Operatoren immer Channel-Modes setzen.
322   - "Test-Suite" begonnen: mit "make check" wird sie durchlaufen.
323
324 ngIRCd 0.4.2, 29.04.2002
325
326   - IRC-Funktion LIST implementiert; bisher werden allerdings noch keine
327     Regular Expressions (bis auf "*") unterstuetzt.
328
329 ngIRCd 0.4.0, 01.04.2002
330
331   - WHO implementiert (bisher ohne komplette Unterstuetzung von Masks).
332   - stderr wird nun in eine Datei umgelenkt (/ngircd-<PID>.err).
333     Laeuft der Server nicht im Debug-Modus, so wird diese bei Programm-
334     ende geloescht. Sollte der Server abstuerzen, finden sich hier evtl.
335     zusaetzliche Informationen.
336   - Server-Gruppen implementiert: es wird immer nur zu einem Server in
337     einer Gruppe eine Verbindung aufgebaut, klappt es beim ersten Server
338     nicht, so wird der naechste probiert.
339   - Clients und Channels werden nicht mehr ueber ihren Namen, sondern
340     einen Hash-Wert gesucht: sollte deutlich schneller sein.
341   - neuer Kommandozeilen-Parameter "--configtest": die Konfiguration wird
342     gelesen und die dann verwendeten Werte angezeigt.
343   - Client-Mode "s" (Server Notices) implementiert.
344   - mit dem neuen Kommandozeilen-Parameter "--config"/"-f" kann eine
345     alternative Konfigurationsdatei angegeben werden.
346   - nach dem Start kann der ngIRCd, wenn er mit root-Rechten laeuft,
347     zu einer anderen User-ID und Group-ID wechseln.
348
349 ngIRCd 0.3.0, 02.03.2002
350
351   - bekommt der Server ein HUP-Signal, so startet er neu -- genau so, wie
352     er auf den IRC-Befehl RESTART reagiert.
353   - neuer Kommandozeilen-Schalter "--passive" (-p): wird er angegeben, so
354     verbindet sich der ngIRCd nicht mehr automatisch zu anderen Servern.
355     Zum Debuggen manchmal ganz praktisch :-)
356   - neue Befehle VERSION und KILL implementiert. NAMES korrigiert.
357   - Anpassungen an A/UX: gehoert nun auch zu den unterstuetzten Platformen.
358   - AWAY (und der User-Mode 'a') ist nun implementiert.
359   - der ngIRCd unterstuetzt nun Channel-Topics (TOPIC-Befehl).
360   - Channel- und Nicknames werden nun ordentlich validiert.
361
362 ngIRCd 0.2.0, 15.02.2002
363
364   - Begonnen Channel-Modes und User-Channel-Modes zu implementieren: der
365     Server versteht an User-Modes o und v, beachtet letzteres allerdings
366     noch nirgends. Bekannte (aber nicht beachtete!) Channel-Modes sind
367     bisher a, m, n, p, q, s und t. Diese Modes werden von Usern ange-
368     nommen, von anderen Servern werden auch unbekannte Modes uebernommen.
369   - Nach dem Connect eines Users werden LUSERS-Informationen angezeigt.
370
371 ngIRCd 0.1.0, 29.01.2002
372
373   - Channels implementiert, bisher jedoch noch ohne Channel-Modes, d.h.
374     es gibt keine Channel-Ops, kein Topic, kein "topic lock" etc. pp.
375     Chatten in Channels ist aber natuerlich moeglich ;-)
376     Dadurch zum Teil groessere Aenderungen an bisherigen Funktionen.
377   - neue Befehle fuer Channles: JOIN, PART und NJOIN.
378   - FAQ.txt in doc/ begonnen.
379
380 ngIRCd 0.0.3, 16.01.2002
381
382   - Server-Links vollstaendig implementiert: der ngIRCd kann nun auch
383     "Sub-Server" haben, also sowohl als Leaf-Node als auch Hub in einem
384     IRC-Netzwerk arbeiten.
385   - WHOIS wird nun immer an den "Original-Server" weitergeleitet.
386   - Parser handhabt Leerzeichen zw. Parametern nun etwas "lockerer".
387   - Kommandozeilen-Parser: Debug- und No-Daemon-Modus, Hilfe.
388   - ngIRCd wandelt sich nun in einen Daemon (Hintergrundprozess) um.
389   - neue Befehle: LUSERS, LINKS.
390
391 ngIRCd 0.0.2, 06.01.2002
392
393   - neuer Aufbau der Konfigurationsdatei,
394   - mehrere IRC-Operatoren koennen konfiguriert werden,
395   - Server-Links teilweise implementiert. Bisher kann der ngIRCd jedoch
396     nur "leafed server" sein, d.h. keine "Client-Server" haben.
397
398 ngIRCd 0.0.1, 31.12.2001
399
400   - erste oeffentliche Version von ngIRCd als "public preview" :-)
401
402
403 -- 
404 $Id: NEWS,v 1.88 2008/02/26 22:05:42 fw Exp $