NEWS 11 KB

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