ChangeLog 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2012 Alexander Barton and Contributors.
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- ChangeLog --
  7. ngIRCd Release 19.1 (2012-03-19)
  8. - Fix gcc warning (v4.6.3), initialize "list" variable to NULL.
  9. - Fix typos: "recieved" -> "received", "Please not" -> "Please note",
  10. and fix lintian(1) warning ""hyphen-used-as-minus-sign", too.
  11. - Really include _all_ patchtes to build the Anope module into the
  12. distribution archive ... ooops!
  13. - getpid.sh: Fix testcase error for Debian using sbuild(1).
  14. - Don't log "ngIRCd hello message" two times when starting up.
  15. ngIRCd Release 19 (2012-02-29)
  16. - Update build system: bump config.guess and config.sub files used by
  17. GNU autoconf/automake to recent versions.
  18. - Fix configuration file parser: don't accept "[SSL]" blocks in the
  19. configuration file when no SSL support is built in ngIRCd.
  20. - Fix building ngIRCd with old gcc versions (e. g. 2.7.2).
  21. - Correctly re-open syslog logging after reading of configuration
  22. file: Syslog logging has been initialized before reading the
  23. configuraton, so ngIRCd always used the default facility and ignored
  24. the "SyslogFacility" configuration option ...
  25. Thanks to Patrik Schindler for reporting this issue!
  26. ngIRCd 19~rc1 (2012-02-12)
  27. - Enhance command limits for server links: the limit now is dependent
  28. on the number of users connected in the network and higher while
  29. servers are joining the network to make the login of servers faster.
  30. - Log more information about server synchronization.
  31. - Update preliminary ngIRCd protocol module for Anope 1.9.6, which now
  32. is the only supported version.
  33. - New numeric RPL_WHOISHOST_MSG(378), which returns the DNS hostname
  34. (if available) and the IP address of a client in the WHOIS reply.
  35. Only the user itself and local IRC operators get this numeric.
  36. - Implement channel exception list (mode 'e'). This allows a channel
  37. operator to define exception masks that allow users to join the
  38. channel even when a "ban" would match and prevent them from joining:
  39. the exception list (e) overrides the ban list (b).
  40. - PRIVMSG and NOTICE: Handle nick!user@host masks case-insensitive.
  41. - Implement user mode 'C': If the target user of a PRIVMSG or NOTICE
  42. command has the user mode 'C' set, it is required that both sender
  43. and receiver are on the same channel. This prevents private flooding
  44. by completely unknown clients.
  45. - New RPL_WHOISREGNICK_MSG(307) numeric in WHOIS command replies: it
  46. indicates if a nick name is registered (if user mode 'R' set).
  47. - Limit channel invite, ban, and exception lists to 50 entries and fix
  48. duplicate check and error messages when adding already listed entries
  49. or deleting no (longer) existing ones.
  50. - Fix both ERR_SUMMONDISABLED(445) and ERR_USERSDISABLED(446) replies.
  51. - MODE command: correctly return ERR_UNKNOWNMODE(472) numeric for
  52. unknown channel modes, instead of ERR_UMODEUNKNOWNFLAG(501).
  53. - ISUPPORT(005) numeric: add "O", "R", and "z" modes to "CHANMODES",
  54. add "EXCEPTS=e" and "INVEX=I", add "MAXLIST=beI:50".
  55. - Limit the number of list items in the reply of LIST (100), WHO (25),
  56. WHOIS (10), and WHOWAS (25) commands.
  57. - LIST command: compare pattern case insensitive.
  58. - Limit the MODE command to handle a maximum number of 5 channel modes
  59. that require an argument (+Ibkl) per call and report this number
  60. in the ISUPPORT(005) numeric: "MODES=5".
  61. - Fix handling of channel mode sequence with/without arguments.
  62. For example, don't generate wrong error messages when handling
  63. "MODE #chan +IIIIItn *!aa@b *!bb@c *!cc@d *!dd@e *!ee@f".
  64. - When sending data on a connection, only try to get the type of
  65. the client if there still is one assigned. This could trigger an
  66. assertion and end the daemon in some error paths.
  67. - Don't try to close already closed/invalid sockets to forked child
  68. processes. This could potentially crash the daemon in some cases
  69. with IDENT lookups enabled.
  70. - WHOIS command: make sure that the reply ends with RPL_ENDOFWHOIS,
  71. don't answer queries for IRC servers, make sure mask matching is
  72. case-insensitive, and that RPL_ENDOFWHOIS numeric is sent with the
  73. unmodified mask (like it has been received from the client).
  74. - LINKS command: support <mask> parameter to limit the reply.
  75. - Add 1 second penalty for every further target on PRIVMSG/NOTICE
  76. commands: this reduces the possibility of flooding channels with
  77. commands like "PRIVMSG/NOTICE #a,#n,#c,... :message" a little bit.
  78. Problem noticed by Cahata, thanks!
  79. - Display correct error message when "Server{UID|GID}" variabe in the
  80. configuration file is invalid (not a number and no existing user).
  81. - Update Copyright notices for 2012 :-)
  82. - JOIN command: don't stop handling of channel lists when a single
  83. channel cannot be joined (because of bad name, wrong key or channel
  84. limit reached), but report an error and continue. And don't check
  85. the channel limit and don't report with "too many channels" when
  86. trying to join a channel that the client already is a member of.
  87. - ISON command: reply with the correct upper-/lowercase nick names.
  88. - New configuration option "PAMIsOptional": when set, clients not
  89. sending a password are still allowed to connect: they won't become
  90. "identified" and keep the "~" character prepended to their supplied
  91. user name. See "man 5 ngircd.conf" for details.
  92. - Fixed handling of WHO commands. This fixes two bugs: "WHO <nick>"
  93. returned nothing at all if the user was "+i" (reported by Cahata,
  94. thanks) and "WHO <nick|nickmask>" returned channel names instead
  95. of "*" when the user was member of a (visible) channel.
  96. - Fixed some spelling errors in documentation and code comments
  97. (Thanks to Christoph Biedl).
  98. - contrib/Debian/control: Update and complete "Build-Depends" and
  99. update our Debian package descriptions with "official" ones.
  100. - Fixed typo in two error messages.
  101. - LUSERS reply: only count channels that are visible to the requesting
  102. client, so the existence of secret channels is no longer revealed by
  103. using LUSERS. Reported by Cahata, thanks!
  104. - Unknown user and channel modes no longer stop the mode parser, but
  105. are simply ignored. Therefore modes after the unknown one are now
  106. handled. This is how ircd2.10/ircd2.11/ircd-seven behave, at least.
  107. Reported by Cahata, thanks!
  108. - README: Update list of implemented commands.
  109. - Log better error messages when rejecting clients.
  110. - Implement IRC commands "GLINE" and "KLINE" to ban users. G-Lines are
  111. synchronized between server on peering, K-Lines are local only.
  112. If you use "*!<user>@<host>" or "*!*@<host>" masks, these connections
  113. are blocked even before the user is fully logged in (before PASS,
  114. NICK, and USER commands have been processed) and before the child
  115. processes for authentication are forked, so resource usage is smaller.
  116. - Xcode: update project file for Xcode 4.2 and define HAVE_GAI_STRERROR
  117. for Mac OS X Xcode builds.
  118. - ./configure: Fix logic and quoting of poll() detection code: only use
  119. poll() when poll.h exists as well.
  120. - Suppress 'Can't create pre-defined channel: invalid name: ""' message.
  121. - whois-test: handle local hostname = "localhost.localdomain" using the
  122. pattern "localhost*" for valid local hostnames.
  123. - sample-ngircd.conf: show correct default for "PAM" variable: The
  124. default of "PAM" is "yes" when ngIRCd has been configured to use it,
  125. so show the correct default value in the sample configuration file.
  126. (Closes #119)
  127. - Update GPL 2 license text to current version.
  128. - Only close "unrelated" sockets in forked child processes: This fixes
  129. the problem that ngIRCd can't do any IDENT lookups because of the
  130. socket has already been closed in the child process.
  131. The bug has been introduced starting with ngIRCd 17 ... :-(
  132. (commit ID 6ebb31ab35e)
  133. - Added doc/Modes.txt: document modes supported by ngIRCd.
  134. - Implement user mode "R": indicates that the nick name of this user
  135. is "registered". This mode isn't handled by ngIRCd itself, but must
  136. be set and unset by IRC services like Anope.
  137. - Implement channel mode "R": only registered users (having the user
  138. mode "R" set) are allowed to join this channel.
  139. - Test suite: bind to loopback (127.0.0.1) interface only.
  140. - New 2nd message "Nickname too long" for error code 432.
  141. - Xcode: Mac OS X config.h: support 10.5 as well as 10.6/10.7 SDK.
  142. - Xcode: exclude more Xcode 4 specific directories in ".gitignore".
  143. - Disconnect directly linked servers sending QUIT. Without this,
  144. the server becomes removed from the network and the client list,
  145. but the connection isn't shut down at all ...
  146. - contrib/ngindent: detect "gindent" as GNU indent.
  147. - Handle unknown user and channel modes: these modes are saved and
  148. forwarded to other servers, but ignored otherwise.
  149. - Handle channel user modes 'a', 'h', and 'q' from remote servers.
  150. These channel user modes aren't used for anything at the moment,
  151. but ngIRCd knows that these three modes are "channel user modes"
  152. and not "channel modes", that is that these modes take an "nick name"
  153. argument. Like unknown user and channel modes, these modes are saved
  154. and forwarded to other servers, but ignored otherwise.
  155. - Correctly inform clients when other servers change their user modes.
  156. This is required for some services to work correctly.
  157. - Test suite: make getpid.sh work even when run as root.
  158. - Spoofed prefixes: close connection on non-server links only.
  159. On server-links, spoofed prefixes can happen because of the
  160. asynchronous nature of the IRC protocol. So don't break server-
  161. links, only log a message and ignore the command. (Closes #113)
  162. ngIRCd Release 18 (2011-07-10)
  163. - Update timestamp of ngircd(8) manual page.
  164. - Add preliminary ngIRCd protocol module for Anope 1.9 to contrib/Anope/.
  165. - Don't register WHOWAS information when "MorePrivacy" option is in effect.
  166. ngIRCd 18~rc2 (2011-06-29)
  167. - Update documentation, fix some wording, and use a spellchecker :-)
  168. - ngircd.conf.5: strip "SSL" prefix from variables in [SSL] section.
  169. - ngircd.8: document debugging options.
  170. - GnuTLS: use 1024 bits as minimum size of the DH prime. This enables
  171. ngIRCd to accept incoming connections from other servers and clients
  172. that "only" use at least 1024 bits again, like ngIRCd 17 did (and no
  173. longer requires 2048 bits for incoming connections).
  174. ngIRCd 18~rc1 (2011-06-27)
  175. - PAM warning message: make clear which "Password" config option is ignored.
  176. - New configuration option "MorePrivacy" to "censor" some user information.
  177. When enabled, signon time and idle time is left out. Part and quit
  178. messages are made to look the same. WHOWAS requests are silently dropped.
  179. All of this is useful if one wish to conceal users that access the ngircd
  180. servers from TOR or I2P.
  181. - New configuration option "ScrubCTCP" to scrub incoming CTCP commands. If
  182. activated, the server silently drops incoming CTCP requests from both
  183. other servers and from users. The server that scrubs CTCP will not forward
  184. the CTCP requests to other servers in the network either, which can spell
  185. trouble if not every oper knows about the CTCP-scrubbing. Scrubbing CTCP
  186. commands also means that it is not possible to send files between users.
  187. There is one exception to the CTCP scrubbing performed: ACTION ("/me
  188. commands") requests are not scrubbed.
  189. - Display configuration errors more prominent on "--configtest".
  190. - Restructure ngIRCd configuration file: introduce new [Limits], [Options],
  191. and [SSL] sections. The intention of this restructuring is to make the
  192. [Global] section much cleaner, so that it only contains variables that
  193. most installations must adjust to the local requirements. All the optional
  194. variables are moved to [Limits], for configurable limits and timers of
  195. ngIRCd, and [Options], for optional features. All SSL-related variables
  196. are moved to [SSL] and the "SSL"-prefix is stripped. The old variables in
  197. the [Global] section are deprecated now, but are still recognized.
  198. => Don't forget to check your configuration, use "ngircd --configtest"!
  199. - New documentation "how to contribute": doc/Contributing.txt.
  200. - Slightly fix error handling when connecting to remote servers.
  201. - GnuTLS: bump DH-bitsize to 2048: this solves the problem that some clients
  202. refuse to connect to severs that only offer 1024. For interoperability it
  203. would be best to just use 4096 bits, but that takes minutes, even on
  204. current hardware ...
  205. - contrib/platformtest.sh: fix gcc version detection.
  206. - Avoid needlessly scary 'buffer overflow' messages: When the write buffer
  207. space grows too large, ngIRCd has to disconnect the client to avoid
  208. wasting too much memory, which is logged with a scary 'write buffer
  209. overflow' message. Change this to a more descriptive wording.
  210. - Require server prefixes for most commands on RFC2812 links. RFC1459 links
  211. (often used by services, for example) are not affected.
  212. - Mac OS X: update installer functionality, texts, and add our logo :-)
  213. - New configuration option "RequireAuthPing": PING-PONG on login. When
  214. enabled, this configuration option lets ngIRCd send a PING with an numeric
  215. "token" to clients logging in; and it will not become registered in the
  216. network until the client responds with the correct PONG.
  217. - New configuration option "NoticeAuth": send NOTICE AUTH on connect. When
  218. active, ngircd will send "NOTICE AUTH" messages on client connect time
  219. like e.g. snircd (QuakeNet) does.
  220. - Generate WALLOPS message on SQUIT from IRC operators; so SQUIT now behaves
  221. like CONNECT and DISCONNECT commands, when called by an IRC operator.
  222. - Allow servers to send more commands in the first 10 seconds ("burst"). This
  223. helps to speed up server login and network synchronization.
  224. - Add support for up to 3 targets in WHOIS queries, also allow up to one
  225. wildcard query from local hosts. Follows ircd 2.10 implementation rather
  226. than RFC 2812. At most 10 entries are returned per wildcard expansion.
  227. - ngircd.conf(5) manual page: describe types of configuration variables
  228. (booleans, text strings, integer numbers) and add type information to each
  229. variable description.
  230. - Don't use "the.net" in sample-ngircd.conf, use "example.net".
  231. - Terminate incoming connections on HTTP commands "GET" and "POST".
  232. - New configuration option "CloakHost": when set, this hostname is used for
  233. every client instead of the real DNS hostname (or IP address).
  234. - New configuration option "CloakUserToNick": when enabled, ngIRCd sets
  235. every clients' user name to their nick name and hides the user name
  236. supplied by the IRC client.
  237. - doc/Protocol.txt: Update description of the CHANINFO and WEBIRC commands.
  238. - Doxygen'ify (document) much more source files; code cleanup ...
  239. - Make write buffers bigger, but flush early. Before this change, a client
  240. got disconnected if the buffer flushing at 4k failed, now regular clients
  241. can store up to 32k and servers up 64k even if flushing is not possible at
  242. the moment. This enhances reliability on slow links.
  243. - Don't access possibly free'd CLIENT structure. Ooops.
  244. - Allow "Port = 0" in [Server] blocks. Port number 0 marks remote servers
  245. that try to connect to this daemon, but where this daemon never tries to
  246. establish a connection on its own: only incoming connections are allowed.
  247. - Configuration: fix 'Value of "..." is not a number!' for negative values.
  248. - Enable WHOIS command to return information about services.
  249. - Implement channel mode 'O': "IRC operators only". This channel mode is
  250. used on DALnet (bahamut), for example.
  251. - Remove support for ZeroConf/Bonjour/Rendezvous service registration
  252. including the "[No]ZeroConf" configuration option.
  253. - TOPIC command: test for channel admin rights correctly: this enables other
  254. servers, services and IRC operators to change channel topics, even when
  255. the client is not joined to this channel.
  256. - Deprecate NoXX-Options in ngircd.conf and move new variants into our new
  257. [Options] section: 'NoDNS=no' => 'DNS=yes', 'NoIdent=no' => 'Ident=yes',
  258. 'NoPAM=no' => 'PAM=yes', and 'NoZeroConf=no' => 'ZeroConf=yes' (and
  259. vice-versa). The defaults are adjusted accordingly and the old variables
  260. in [Global] are still accepted, so there is no functional change.
  261. - Fix confusing "adding to invite list" debug messages: adding entries to
  262. ban list produced 'invite list' debug output ...
  263. - Don't throttle services and servers being registered.
  264. - Xcode: correctly sort files :-)
  265. - Don't assert() when searching a client for an invalid server token (this is
  266. only relevant when a trusted server on a server-server link sends invalid
  267. commands).
  268. ngIRCd Release 17.1 (2010-12-19)
  269. - --configtest: remember if MOTD is configured by file or phrase
  270. - Enhance log messages when establishing server links a little bit
  271. - Reset ID of outgoing server link on DNS error correctly
  272. - Don't log critical (or worse) messages to stderr
  273. - Manual page ngircd(8): add SIGNALS section
  274. - Manual pages: update and simplify AUTHORS section
  275. - Remove "error file" when compiled with debug code enabled
  276. - README: Updated list of implemented commands
  277. - add doc/README-Interix.txt and doc/Bopm.txt to distribution tarball
  278. - Merge branch 'numeric-329'
  279. - add doc/PAM.txt to distribution tarball
  280. - New numeric 329: get channel creation time on "MODE #chan" commands
  281. - Save channel creation time; new function Channel_CreationTime()
  282. ngIRCd Release 17 (2010-11-07)
  283. - doc: change path names in sample-ngircd.conf depending on sysconfdir
  284. - Fix up generation and distribution of sample-ngircd.conf
  285. - contrib/ngircd-redhat.init: updated email address of Naoya Nakazawa
  286. - contrib/platformtest.sh: make command name quoting consistent
  287. ngIRCd 17~rc3 (2010-10-27)
  288. - Xcode builds: detect version number correctly, updateed project file
  289. to use the Mac OS X 10.5.x SDK, disable pam_fail_delay() because it
  290. is only available starting with Mac OS X 10.6, and generate a default
  291. PAM configuration for the Mac OS X Installer.app package of ngIRCd.
  292. - Debian: updated standards version to 3.9.1, added libpam0g-dev to the
  293. dependencies, and install a default /etc/pam.d/ngircd allowing all logins.
  294. - Make contrib/platformtest.sh more portable.
  295. - Fix connect attempts to further IP addresses of outgoing server links.
  296. ngIRCd 17~rc2 (2010-10-25)
  297. - ZeroConf: include header files missing since commit a988bbc86a.
  298. - Generate ngIRCd version number from GIT tag.
  299. - Make sourcecode compatible with ansi2knr again. This allows to compile
  300. ngIRCd using a pre-ANSI K&R C compiler again.
  301. - ./configure: check if C compiler can compile ISO Standard C.
  302. - ./configure: check support for C prototypes again.
  303. - Don't use PARAMS() macro for function implementations.
  304. - Added m68k/apple/aux3.0.1 (gcc 2.7.2) to doc/Platforms.txt.
  305. - Only try to set FD_CLOEXEC if this flag is defined.
  306. - Only use "__attribute__ ((unused))" if GCC >=2.8 is used.
  307. - doc/Makefile.am: don't set docdir, automake handles it already.
  308. ngIRCd 17~rc1 (2010-10-11)
  309. - New configuration option "NoZeroConf" to disable service registration at
  310. runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using
  311. Howl, Avahi or on Mac OS X).
  312. - New configuration option "SyslogFacility" to define the syslog "facility"
  313. (the "target"), to which ngIRCd should send its log messages.
  314. Possible values are system dependant, but most probably "auth", "daemon",
  315. "user" and "local1" through "local7" are possible values; see syslog(3).
  316. Default is "local5" for historical reasons.
  317. - Dump the "internal server state" (configured servers, established
  318. connections and known clients) to the console or syslog when receiving
  319. the SIGUSR2 signal and debug mode is enabled.
  320. - Enable the daemon to disable and enable "debug mode" on runtime using
  321. signal SIGUSR1, when debug code is compiled in, not only on startup
  322. using the command line parameters.
  323. - Signal handler: added new 'delayed' signal handlers, including fallback
  324. to deprecated sysv API. And removed global NGIRCd_SignalRehash variable.
  325. - IO: add io_cloexec() to set close-on-exec flag.
  326. - ng_ipaddr.h: include required assert.h header.
  327. - Conn_SyncServerStruct(): test all connections; and work case insensitive
  328. - configure script: correctly indent IPv6 yes/no summary output.
  329. - Don't reset My_Connections[Idx].lastping when reading data, so the
  330. client lag debug-output is working again.
  331. - Implement user mode "x": hostname cloaking (closes: #102).
  332. - Make configure switch "--docdir" work (closes: #108).
  333. - Reformat and update FAQ.txt a little bit.
  334. - INSTALL: mention SSL, IPv6, and changed handling of MotdFile.
  335. - Change MOTD file handling: ngIRCd now caches the contens of the MOTD
  336. file, so the daemon now requires a HUP signal or REHASH command to
  337. re-read the MOTD file when its content changed.
  338. - Startup: open /dev/null before chroot'ing the daemon.
  339. - Allow IRC ops to change channel modes even without OperServerMode set.
  340. - Allow IRC operators to use MODE command on any channel (closes: #100).
  341. - Added mailmap file for git-[short]log and git-blame.
  342. - Authenticated users should be registered without the "~" mark.
  343. - Set NoPAM=yes in configuration files used for the testsuite.
  344. - New configuration option "NoPAM" to disable PAM.
  345. - Implement asynchronous user authentication using PAM, please see the
  346. file doc/PAM.txt for details.
  347. - Resolver: Implement signal handler and catch TERM signals.
  348. - Don't set a penalty time when doing DNS lookups.
  349. - Add some documentation for using BOPM with ngIRCd, see doc/Bopm.txt.
  350. - Implement user mode "c": receive connect/disconnect NOTICEs. Note that
  351. this new mode requires the user to be an IRC operator.
  352. - ngircd.init: require "$network" and "$remote_fs" when stopping ngircd.
  353. - Show SSL status in WHOIS output, numeric 275.
  354. - Include correct header files when testing for arpa/inet.h (Closes: #105).
  355. - Don't access already freed memory in IRC_KILL().
  356. - Fix "beeing" typo ...
  357. - SSL/TLS: fix bogus "socket closed" error message.
  358. ngIRCd Release 16 (2010-05-02)
  359. - doc/SSL: remove line continuation marker
  360. ngIRCd 16~rc2 (2010-04-25)
  361. - Updated some more copyright notices, it's 2010 already :-)
  362. - Only compile in Get_Error() if really needed
  363. - Fix gcc warning "ignoring return value of ..."
  364. - Include netinet/in_systm.h alongside netinet/ip.h
  365. - Include netinet/{in.h, in_systm.h} when checking for netinet/ip.h
  366. - Only include <netinet/in_systm.h> if it exists
  367. - Updated doc/Platforms.txt
  368. - Enhace connection statistics counters: display total number of served
  369. connections on daemon shutdown and when a new client connects using
  370. the new numeric RPL_STATSCONN (250).
  371. ngIRCd 16~rc1 (2010-03-25)
  372. - Various fixes to the build system and code cleanups.
  373. - contrib/platformtest.sh: Only show latest commit.
  374. - Updatet doc/Platforms.txt, added new README-Interix.txt documenting
  375. how to tun ngIRCd on Microsoft Services for UNIX (MS SFU, MS SUA).
  376. - Updated links to the ngIRCd homepage (bug tracker, mailing list).
  377. - Added missing modes to USERMODES #define
  378. - Show our name (IRCD=ngIRCd) in ISUPPORT (005) numeric
  379. - Quote received messages of ERROR commands in log output.
  380. - ngircd.conf manual page: document missing "Password" variable.
  381. - Implement WEBIRC command used by some Web-IRC frontends. The password
  382. required to secure this command must be configured using the new
  383. "WebircPassword" variable in the ngircd.conf file.
  384. - Don't use port 6668 as example for both "Ports" and "SSLPorts".
  385. - Remove limit on max number of configured irc operators.
  386. - Only link "nsl" library when really needed.
  387. - A new channel mode "secure connections only" (+z) has been implemented:
  388. Only clients using a SSL encrypted connection to the server are allowed
  389. to join such a channel.
  390. But please note three things: a) already joined clients are not checked
  391. when setting this mode, b) IRC operators are always allowed to join
  392. every channel, and c) remote clients using a server not supporting this
  393. mode are not checked either and therefore always allowed to join.
  394. ngIRCd Release 15 (2009-11-07)
  395. - "ngircd --configtest": print SSL configuration options even when unset.
  396. ngIRCd 15~rc1 (2009-10-15)
  397. - Do not add default listening port (6667) if SSL ports were specified, so
  398. ngIRCd can be configured to only accept SSL-encrypted connections now.
  399. - Enable IRC operators to use the IRC command SQUIT (insted of the already
  400. implemented but non-standard DISCONNECT command).
  401. - New configuration option "AllowRemoteOper" (disabled by default) that
  402. enables remote IRC operators to use the IRC commands SQUIT and CONNECT
  403. on the local server.
  404. - Mac OS X: fix test for packagemaker(1) tool in Makefile and use gcc 4.0
  405. for Mac OS X 10.4 compatibility in the Xcode project file.
  406. - Fix --with-{openssl|gnutls} to accept path names.
  407. - Fix LSB header of Debian init script.
  408. - Updated doc/Platforms.txt and include new script contrib/platformtest.sh
  409. to ease generating platform reports.
  410. - Fix connection information for already registered connections.
  411. - Enforce upper limit on maximum number of handled commands. This implements
  412. a throttling scheme: an IRC client can send up to 3 commands or 256 bytes
  413. per second before a one second pause is enforced.
  414. - Fix connection counter.
  415. - Fix a few error handling glitches for SSL/TLS connections.
  416. - Minor fixes to manual pages and documentation.
  417. ngIRCd Release 14.1 (2009-05-05)
  418. - Security: fix remotely triggerable crash in SSL/TLS code.
  419. - BSD start script contrib/ngircd.sh has been renamed to ngircd-bsd.sh.
  420. - New start/stop script for RedHat-based distributions:
  421. contrib/ngircd-redhat.init, thanks to Naoya Nakazawa <naoya@sanow.net>.
  422. - Doxygen: update source code repository link to GIT.
  423. - Debian: build ngircd-full-dbg package.
  424. - Allow ping timeout quit messages to show the timeout value.
  425. - Fix error handling on compressed links.
  426. - Fix server list announcement.
  427. - Do not remove hostnames from info text.
  428. ngIRCd Release 14 (2009-04-20)
  429. - Display IPv6 addresses as "[<addr>]" when accepting connections.
  430. ngIRCd 14~rc1 (2009-03-29)
  431. - Updated Debian/Linux init script (see contrib/Debian/ngircd.init).
  432. - Allow creation of persistent modeless channels.
  433. - The INFO command reports the compile time now (if available).
  434. - Spell check and enhance ngIRCd manual pages.
  435. - Channel mode changes: break on syntax errors in MODE command.
  436. - Support individual channel keys for pre-defined channels: introduce
  437. new configuration variable "KeyFile" in [Channel] sections in ngircd.conf,
  438. here a file can be configured for each pre-defined channel which contains
  439. individual channel keys for different users.
  440. - Remove limit on maximum number of predefined channels in ngircd.conf.
  441. - Updated ngircd.spec file for building RPM packages.
  442. - Add new and missing files to Mac OS X Xcode project, and update project.
  443. - Reject masks with wildcard after last dot.
  444. - TLS/SSL: remove useless error message when ssl connection is closed.
  445. - Fix memory leak when a encrypted and compressed server link goes down.
  446. (closes bug #95, reported by Christoph, fiesh@fiesh.homeip.net)
  447. - Fix handling of channels containing dots.
  448. (closes ug #93, reported by Gonosz Csiga)
  449. ngIRCd Release 13 (2008-12-25)
  450. - Updated documentation, especially doc/Services.txt and doc/SSL.txt.
  451. - Make the test suite work on OpenSolaris.
  452. ngIRCd 13~rc1 (2008-11-21):
  453. - New version number scheme :-)
  454. - Initial support for IRC services, using a RFC1459 style interface,
  455. tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
  456. For this to work, ngIRCd now supports server-server links conforming
  457. to RFC 1459. New ngircd.conf(5) option: ServiceMask.
  458. - Support for SSL-encrypted server-server and client-server links using
  459. OpenSSL (configure: --with-openssl) or GNUTLS (configure: --with-gnutls).
  460. New ngircd.conf(5) options: SSLPorts, SSLKeyFile, SSLKeyFilePassword,
  461. SSLCertFile, SSLDHFile, and SSLConnect.
  462. - Server local channels have been implemented, prefix "&", that are only
  463. visible to users of the same server and are not visible in the network.
  464. In addition ngIRCd creates a "special" channel &SERVER on startup and logs
  465. all the messages to it that a user with mode +s receives.
  466. - New make target "osxpkg" to build a Mac OS X installer package.
  467. - Debug mode: enable support for GNU libc memory tracing (see mtrace(3)).
  468. - SysV init script: use LSB logging functions, if available.
  469. - Added some more FAQ entries (regarding logging and IRC operators).
  470. - Allow IRC operators to overwrite channel limits.
  471. - Support for enhanced PRIVMSG and NOTICE message targets.
  472. - More tests have been added to the test-suite ("make check"), and two
  473. servers are started for testing server-server linking.
  474. - Added a timestamp to log messages to the console.
  475. - New configuration option "NoIdent" to disable IDENT lookups even if the
  476. daemon is compiled with IDENT support.
  477. ngIRCd 0.12.1 (2008-07-09)
  478. - Allow mixed line terminations (CR+LF/CR/LF) in non-RFC-compliant mode
  479. - Don't allow stray \r or \n in command parameters
  480. - --configtest: return non-zero exit code if there are errors
  481. - Update ngIRCd manual pages
  482. - Add option aliases -V (for --version) and -h (for --help).
  483. - Fix 'no-ipv6' compile error.
  484. - Make Listen parameter a comma-separated list of addresses. This also
  485. obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it
  486. is treated as Listen="::,0.0.0.0".
  487. Note: ListenIPv4 and ListenIPv6 options are still recognized,
  488. but ngircd will print a warning if they are used in the config file.
  489. ngIRCd 0.12.0 (2008-05-13)
  490. - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns
  491. proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran)
  492. - Fix compile on FreeBSD 5.4 and AIX.
  493. - If bind() fails, also print IP address and not just the port number.
  494. ngIRCd 0.12.0-pre2 (2008-04-29)
  495. - IPv6: Add config options to disable ipv4/ipv6 support.
  496. - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now!
  497. - Documentation: get rid of some more references to CVS, switch to GIT.
  498. - Get rid of cvs-version.* and CVSDATE definition.
  499. - Report ERR_NOTONCHANNEL when trying to part a channel one is not member of.
  500. - Testsuite: remove erroneous ConfUID setting in config file.
  501. ngIRCd 0.12.0-pre1 (2008-04-20)
  502. - Include Mac OS X Xcode project in distribution archives.
  503. - Do not exit on SIGHUP or /REHASH if the config file cannot opened.
  504. - Add IPv6 support.
  505. - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
  506. - Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
  507. enhanced test suite to check these commands. (Dana Dahlstrom)
  508. - RPL_WHOREPLY messages generated by IRC_WHO didn't include flags (*,@,+).
  509. (Dana Dahlstrom)
  510. - IRC_WHO now supports search patterns and will test this against user
  511. nickname/servername/hostname, etc. as required by RFC 2812, Section 3.6.1.
  512. (reported by Dana Dahlstrom)
  513. - Add test cases for "WHO" command. (Dana Dahlstrom)
  514. - Implement RFC 2812 handling of "0" argument to 'JOIN': must be treated
  515. as if the user had sent PART commands for all channels the user is a
  516. member of. (Dana Dahlstrom)
  517. - Allow NOTICEs to be sent to a channel. (Fabian Schlager)
  518. ngIRCd 0.11.1 (2008-02-26)
  519. - Fix sending of JOIN commands between servers when remote server appended
  520. mode flags. (Rolf Eike Beer) [from HEAD]
  521. - Send "G" instead of "H" flag in WHO replies. (reported by Dana Dahlstrom)
  522. - Under some circumstances ngIRCd issued channel MODE message with a
  523. trailing space. (Dana Dahlstrom) [from HEAD]
  524. ngIRCd 0.11.0 (2008-01-15)
  525. ngIRCd 0.11.0-pre2 (2008-01-07)
  526. - SECURITY: IRC_PART could reference invalid memory, causing
  527. ngircd to crash [from HEAD]. (CVE-2008-0285)
  528. ngIRCd 0.11.0-pre1 (2008-01-02)
  529. - Use dotted-decimal IP address if hostname is >= 64.
  530. - Add support for /STAT u (server uptime) command.
  531. - New [Server] configuration Option "Bind" allows to specify
  532. the source IP address to use when connecting to remote server.
  533. - New configuration option "MaxNickLength" to specify the allowed maximum
  534. length of user nick names. Note: must be unique in an IRC network!
  535. - Enhanced the IRC+ protocol to support an enhanced "server handshake" and
  536. enable server to recognize numeric 005 (ISUPPORT) and 376 (ENDOFMOTD).
  537. See doc/Protocol.txt for details.
  538. - Re-added doc/SSL.txt to distribution -- got lost somewhere!?
  539. - Fixes the wrong logging output when nested servers are introduced
  540. to the network as well as the wrong output of the LINKS command.
  541. - Update Mac OS X Xcode project file for Xcode 3.
  542. - Adjust test suite to be usable on HP/UX 11.11 :-)
  543. - Fix code to compile using K&R C compiler and ansi2kr again.
  544. - New config option NoDNS: Disables DNS lookups when clients connect.
  545. - Fixed propagation of channel mode 'P' on server links.
  546. - Numeric 317: implemented "signon time" (displayed in WHOIS result).
  547. - Fixed code that prevented GCC 2.95 to compile ngIRCd.
  548. - Adjust path names in manual pages according to "./configure" settings.
  549. - Added new server configuration option "Passive" for "Server" blocks to
  550. disable automatic outgoing connections (similar to -p option to ngircd,
  551. but only for the specified server). (Tassilo Schweyer)
  552. - Don't connect to a server if a connection to another server within the
  553. same group is already in progress.
  554. - Added support for the WALLOPS command. Usage is restricted to IRC
  555. operators.
  556. ngIRCd 0.10.4 (2008-01-07)
  557. - SECURITY: IRC_PART could reference invalid memory, causing
  558. ngircd to crash [from HEAD]. (CVE-2008-0285)
  559. ngIRCd 0.10.3 (2007-08-01)
  560. - SECURITY: Fixed a severe bug in handling JOIN commands, which could
  561. cause the server to crash. Thanks to Sebastian Vesper, <net@veoson.net>.
  562. (CVE-2007-6062)
  563. ngIRCd 0.10.2 (2007-06-08)
  564. ngIRCd 0.10.2-pre2 (2007-05-19)
  565. - Server links are allowed to use larger write buffers now (up to 50 KB).
  566. ngIRCd 0.10.2-pre1 (2007-05-05)
  567. - Fix compressed server links (broken since 0.10.0).
  568. - Predefined Channel configuration now allows specification of channel key
  569. (mode k) and maximum user count (mode l).
  570. - When using epoll() IO interface, compile in the select() interface as
  571. well and fall back to it when epoll() isn't available on runtime.
  572. - New configure option "--without-select" to disable select() IO API
  573. (even when using epoll(), see above).
  574. - Added support for IO APIs "poll()" and "/dev/poll".
  575. - Reorganized internal handling of invite and ban lists.
  576. ngIRCd 0.10.1 (2006-12-17)
  577. - Fixed validation of server names containing digits.
  578. - Update the "info text" of the local server after re-reading configuration.
  579. - Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
  580. - Allow PASS syntax defined in RFC 1459 for server links, too.
  581. - Enhanced ISUPPORT message (005 numeric).
  582. - New configuration option "PredefChannelsOnly": if set, clients can only
  583. join predefined channels.
  584. - Code cleanups: use "LogDebug(...)" instead of "Log(LOG_DEBUG, ...)", use
  585. "strcspn()", unsigned vs. signed, use "const", fix whitespaces, ...
  586. ngIRCd 0.10.0 (2006-10-01)
  587. - Fixed file handle leak when daemon is not able to send MOTD to a client.
  588. ngIRCd 0.10.0-pre2 (2006-09-09)
  589. - Fixed build problems with GCC option -fstack-protector.
  590. - Minor documentation updates.
  591. ngIRCd 0.10.0-pre1 (2006-08-02)
  592. - Validate "ServerName" (see RFC 2812, section 2.3.1).
  593. - Enhanced DIE to accept a single parameter ("comment text") which is sent
  594. to all locally connected clients before the server goes down.
  595. - The ngIRCd handles time shifts backwards more gracefully now (the
  596. timeout handling doesn't disconnect clients by mistake any more).
  597. - Internal: Restructured connection handling (the connection ID is equal
  598. to the file descriptor of the connection).
  599. - Internal: Simplified resolver code.
  600. - JOIN now supports more than one channel key at a time.
  601. - Implemented numeric "333": Time and user name who set a channel topic.
  602. - Enhanced the handler for PING and PONG commands: fix forwarding and enable
  603. back-passing of a client supplied additional argument of PING.
  604. - Changed handling of timeouts for unregistered connections: don't reset
  605. the counter if data is received and disconnect clients earlier.
  606. - Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
  607. - Channel topics are no longer limited to 127 characters: now the only limit
  608. is the maximum length of an IRC command, i. e. 512 bytes (in practice, this
  609. limits the topic to about 490 characters due to protocol overhead).
  610. - Reverse DNS lookup code now checks the result by doing an additional
  611. lookup to prevent spoofing.
  612. - Added new IO layer which (optionally) supports epoll() and kqueue() in
  613. addition to the select() interface.
  614. ngIRCd 0.9.2 (2005-10-15)
  615. - Fixed a bug that could cause the daemon to crash when outgoing server
  616. connections can't be established.
  617. - Fixed a bug that caused the daemon to leak file descriptors when no
  618. resolver subprocesses could be created.
  619. - Fixed server NOTICEs to users with "s" mode ("server messages").
  620. - Fixed a format string bug in "connection statistics" messages to clients.
  621. ngIRCd 0.9.1 (2005-08-03)
  622. - The KILL command killed much more than desired (including server links!)
  623. when the target user is connected to a remote server. Bug introduced in
  624. ngIRCd 0.9.0 ... Reported by <qssl@fastmail.fm>, Thanks!
  625. - Changed some constants to be "signed" (instead of unsigned) to solve
  626. problems with old (pre-ANSI) compilers.
  627. ngIRCd 0.9.0 (2005-07-24)
  628. ngIRCd 0.9.0-pre1 (2005-07-09)
  629. - Fixed maximum length of user names, now allow up to 9 characters.
  630. - Cut off oversized IRC messages that should be sent to the network instead
  631. of shutting down the (wrong) connection.
  632. - Don't generate error messages for unknown commands received before the
  633. client is registered with the server (like the original ircd).
  634. - Never run with root privileges but always switch the user ID.
  635. - Make "netsplit" messages RFC compliant.
  636. - Fix handling of QUIT Messages: send only one message, even if the client
  637. is member of multiple channels.
  638. - Don't exit server if closing of a socket fails; instead ignore it and
  639. pray that this will be "the right thing" ...
  640. - Implemented the IRC function "WHOWAS".
  641. - Don't enable assert() calls when not ./configure'd with --enable-debug.
  642. - Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.
  643. - Enhanced configure script: now you can pass an (optional) search path
  644. to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
  645. - Removed typedefs for the native C datatypes.
  646. Use stdbool.h / inttypes.h if available.
  647. - New configuration option "OperServerMode" to enable a workaround needed
  648. when running an network with ircd2 servers and "OperCanUseMode" enabled
  649. to prevent the ircd2 daemon to drop mode changes of IRC operators.
  650. Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  651. - Implemented support for "secret channels" (channel mode "s").
  652. - New configuration option "Mask" for [Operator] sections to limit OPER
  653. commands to users with a specific IRC mask. Patch from Florian Westphal.
  654. - Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
  655. code ("--enable-debug") and running as daemon process.
  656. - Don't create version information string each time a client connects
  657. but instead on server startup. By Florian Westphal.
  658. - New configuration variable "PidFile", section "[Global]": if defined,
  659. the server writes its process ID (PID) to this file. Default: off.
  660. Idea of Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  661. - Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  662. - Raised the maximum length of passwords to 20 characters.
  663. - Fixed a memory leak when resizing the connection pool and realloc()
  664. failed. Now we don't fall back to malloc(), which should be sane anyway.
  665. Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  666. - Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
  667. Rendezvous API, in addition to the API of Apple (Mac OS X). The available
  668. API will be autodetected when you call "./configure --with-rendezvous".
  669. - Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
  670. most probably other older C compilers on other systems.
  671. - When the daemon should switch to another user ID (ServerID is defined in
  672. the configuration file) and is not running in a chroot environment, it
  673. changes its working directory to the home directory of this user. This
  674. should enable the system to write proper core files when not running with
  675. root privileges ...
  676. ngIRCd 0.8.3 (2005-02-03)
  677. - Fixed a bug that could case a root exploit when the daemon is compiled
  678. to do IDENT lookups and is logging to syslog. Bug discovered by CoKi,
  679. <coki@nosystem.com.ar>, thanks a lot!
  680. (CVE-2005-0226; http://www.nosystem.com.ar/advisories/advisory-11.txt)
  681. ngIRCd 0.8.2 (2005-01-26)
  682. - Added doc/SSL.txt to distribution.
  683. - Fixed a buffer overflow that could cause the daemon to crash. Bug found
  684. by Florian Westphal, <westphal@foo.fh-furtwangen.de>. (CVE-2005-0199)
  685. - Fixed a possible buffer underrun when reading the MOTD file. Thanks
  686. to Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  687. - Fixed detection of IRC lines which are too long to send. Detected by
  688. Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  689. - Fixed return values of our own implementation of strlcpy(). The code has
  690. been taken from rsync and they fixed it, but we didn't until today :-/
  691. It has only been used when the system didn't implement strlcpy by itself,
  692. not on "modern" systems. Florian Westphal, <westphal@foo.fh-furtwangen.de>.
  693. ngIRCd 0.8.1 (2004-12-25)
  694. - Autoconf: Updated config.guess and config.sub
  695. - Added some more debug code ...
  696. - Fixed wrong variable names in output of "ngircd --configtest".
  697. - Debian: Fixed the name of the "default file" in the init script for
  698. ngircd-full packages. And do the test if the binary is executable after
  699. reading this file.
  700. - Enhanced the "test suite": please have a look at src/testsuite/README!
  701. ngIRCd 0.8.0 (2004-06-26)
  702. - Fixed wrong buffer size calculation for results of the resolver.
  703. ngircd 0.8.0-pre2 (2004-05-16)
  704. - Enhanced logging to console when running in "no-detached mode": added
  705. PID and log messages of resolver sub-processes.
  706. - Fixed host name lookups when using IDENT user lookups.
  707. - "make clean" and "make maintainer-clean" remove more files now.
  708. ngIRCd 0.8.0-pre1 (2004-05-07)
  709. - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
  710. Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
  711. its root and working directory to something "safe". MotdPhrase is used
  712. to define an "MOTD string" instead of a whole file, useful if the
  713. "real" MOTD file would be outside the "jail".
  714. - INVITE- and BAN-lists become synchronized between IRC+ servers when
  715. establishing new connections, if the peer supports this as well.
  716. - Reorganized autogen.sh and configure scripts.
  717. - Fixed a wrong assert() which could cause the daemon to exit spuriously
  718. when closing down connections.
  719. - Better logging of decompression errors returned by zlib.
  720. - Servers other than the destination server didn't clean up the invite
  721. list of an "invite-only" channel properly when an INVITE'd user joined.
  722. - Changed the reply of the MODE command to match the syntax of the
  723. original ircd exactly: the unnecessary but missing ":" before the last
  724. parameter has been added.
  725. - Fixed TRACE: don't output "Serv" lines for ourself; display more info.
  726. - Results of the resolver (hostnames and IDENT names) are discarded after
  727. the client is successfully registered with the server.
  728. - Better logging while establishing and shutting down connections.
  729. - The type of service (TOS) of all sockets is set to "interactive" now.
  730. - Added short command line option "-t" as alternative to "--configtest".
  731. - Added optional support for "IDENT" lookups on incoming connections. You
  732. have to enable this function with the ./configure switch "--with-ident".
  733. The default is not to do IDENT lookups.
  734. ngIRCd 0.7.7 (2004-02-05)
  735. - The info text ("real name") of users is set to "-" if none has been
  736. specified using the USER command (e. g. "USER user * * :"). Reason:
  737. the original ircd doesn't like empty ones and would KILL such users.
  738. - Fixed (optional) TCP Wrapper test which was broken and could result in
  739. false results. Thanks to Fuminori Tanizaki <tany@mcnet.ad.jp>!
  740. - Removed "USE_" prefixes of configuration #defines.
  741. ngIRCd 0.7.6 (2003-12-05)
  742. - Fixed abort() ("server crash") when INVITE'ing users to nonexistent
  743. channels. Bug found by <hiddenx@wp.pl>.
  744. - Extended version numbering of CVS versions (added date).
  745. - Enhanced/fixed doc/Protocol.txt;
  746. ngIRCd 0.7.5 (2003-11-07)
  747. - Fixed ban behavior: users which are banned from a channel can't no
  748. longer send PRIVMSG's to this channel (fixes Bug #47).
  749. - Fixed and enhanced the "penalty handling" of the server: commands that
  750. require more resources block the client for a short time.
  751. - Changed the internal time resolution to one second.
  752. - New configuration variable "MaxConnectionsIP" to limit the number of
  753. simultaneous connections from a single IP that the server will accept.
  754. This configuration options lowers the risk of denial of service attacks
  755. (DoS), the default is 5 connections per client IP.
  756. - Fixed build problems under Mac OS X 10.3.
  757. - Use "-pipe" when compiling with gcc, speeds things up a little :-)
  758. - Added new configuration variable "Listen" to bind all listening
  759. sockets of the server to a single IP address.
  760. - Suppress misleading error message of diff during make run.
  761. - Enhanced test-suite and made it work on GNU/Hurd.
  762. - Fixed minor typo in debug output :-)
  763. ngIRCd 0.7.1 (2003-07-18)
  764. - Included files to build Debian packages (located in "debian/").
  765. - Updated config.guess and config.sub to newer upstream versions.
  766. - NJOIN propagates user channel modes correctly again ... Upsa.
  767. - Made Makefile more compatible with "make -j<n>".
  768. - Added support for GNU/Hurd.
  769. - Fixed a compiler warning related to an unnecessary assert().
  770. - Enhanced VERSION command when using debug versions.
  771. ngIRCd 0.7.0 (2003-05-01)
  772. - "ServerName" is checked better now: a dot (".") is required.
  773. - The KILL command verifies and logs more parameters.
  774. ngIRCd 0.7.0-pre2 (2003-04-27)
  775. - CVS build system fixes (made autogen.sh more portable).
  776. - Fixed compilation and test-suite on Solaris (tested with 2.6).
  777. - New documentation file "doc/Platforms.txt" describing the status of
  778. ngIRCd on the various tested platforms.
  779. - Test for broken GCC on Mac OS X and disable "-pedantic" in this case.
  780. - Disable "-ansi" on Cygwin: system headers are incompatible.
  781. - The server tried to connect to other servers only once when DNS or
  782. socket failures occurred.
  783. - Fixed --configtest: There is no variable "ServerPwd", it's "Password".
  784. ngIRCd 0.7.0-pre1 (2003-04-22)
  785. - New signal handler (more secure, actions are executed outside).
  786. - GCC: the compiler is now called with more warning options enabled.
  787. - Replaced a lot of str[n]cpy(), str[n]cat() and sprintf() calls with the
  788. more secure functions strlcpy(), strlcat() and snprintf(). On systems
  789. that don't support strlcpy() and strlcat(), these functions are included
  790. in the libngportab now (with prototypes in portab.h).
  791. - If the server can't close a socket, it panics now. This is an error that
  792. can't occur during normal operation so there is something broken.
  793. - The order of log messages during disconnects is more "natural" now ;-)
  794. - Cleaned up handling of server configuration structures: modifying and
  795. removing servers during runtime works more reliable now.
  796. - Compression code from "conn.[ch]" is now found in new "conn-zip.[ch]"
  797. - Moved some connection functions from "conn.[ch]" to "conn-func.[ch]".
  798. - New command CONNECT to enable and add server links. The syntax is not
  799. RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
  800. configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
  801. to add a new server (ngIRCd tries to connect new servers only once!).
  802. - Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
  803. - Restructured the documentation: Now the main language is English. The
  804. german documentation has been removed (until there is a maintainer).
  805. - Enhanced killing of users caused by a nickname collision.
  806. - Better error detection for status code ("numerics") forwarding.
  807. - Moved tool functions to own library: "libngtool".
  808. - New command TRACE (you can trace only servers at the moment).
  809. - New command HELP that lists all understood commands.
  810. - There should no longer remain "unknown connections" (see e.g. LUSERS)
  811. if an outgoing server link can't be established.
  812. - Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility.
  813. - Conn_Close() now handles recursive calls for the same link correctly.
  814. - ngIRCd can register itself with Rendezvous: to enable support pass the
  815. new switch "--with-rendezvous" to configure.
  816. - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
  817. configure to enable it.
  818. - Changed some configure options to use "--with"/"--without" as prefix
  819. instead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
  820. "--with-tcp-wrappers", and "--with-rendezvous".
  821. - Better error reporting to clients on connect.
  822. - Enhanced manual pages ngircd(8) and ngircd.conf(5).
  823. - Documentation is now installed in $(datadir)/doc/ngircd.
  824. - Enhanced handling of NJOIN in case of nick collisions.
  825. ngIRCd 0.6.1, 2003-01-21
  826. - Fixed KILL: you can't crash the server by killing yourself any more,
  827. ngIRCd no longer sends a QUIT to other servers after the KILL, and you
  828. can kill only valid users now.
  829. - The server no longer forwards commands to ordinary users, instead it
  830. answers with the correct error message ("no such server") now.
  831. - WHOIS commands weren't always forwarded as requested.
  832. - The server sets a correct default AWAY message now when propagating
  833. between servers (bug introduced in 0.6.0).
  834. - Fixed up and enhanced CHANINFO command: channel keys and user limits
  835. are synchronized between servers now, too.
  836. - MODE returns the key and user limit for channel members correctly now.
  837. - Non-members of a channel could crash the server when trying to change
  838. its modes or modes of its members.
  839. - The server didn't validate weather a target user is a valid channel
  840. member when changing his channel user modes which could crash ngIRCd.
  841. Older changes (sorry, only available in german language):
  842. ngIRCd 0.6.0, 2002-12-24
  843. ngIRCd 0.6.0-pre2, 2002-12-23
  844. - neuer Numeric 005 ("Features") beim Connect.
  845. - LUSERS erweitert: nun wird die maximale Anzahl der lokalen und globalen
  846. Clients, die dem Server bzw. im Netzwerk seit dem letzten (Re-)Start
  847. dem Server gleichzeitig bekannt waren, angezeigt.
  848. ngIRCd 0.6.0-pre1, 2002-12-18
  849. - beim Schliessen einer Verbindung zeigt der Server nun vor dem ERROR
  850. noch eine Statistik ueber die empfangene und gesendete Datenmenge an.
  851. - der Server wartet bei einer eingehenden Verbindung nun laenger auf den
  852. Resolver (4 Sekunden), wenn das Ergebnis eintrifft setzt er aber den
  853. Login sofort fort (bisher wurde immer mind. 1 Sekunde gewartet).
  854. - Connection-Strukturen werden nun "pool-weise" verwaltet; der Pool wird
  855. bei Bedarf bis zu einem konfigurierten Limit vergroessert.
  856. - Mit der neuen Konfigurationsvariable "MaxConnections" (Sektion "Global")
  857. kann die maximale Anzahl gleichzeitiger Verbindungen begrenzt werden.
  858. Der Default ist -1, "unlimitiert".
  859. - der Server erkennt nun, ob bereits eine eingehende Verbindung von einem
  860. Peer-Server besteht und versucht dann nicht mehr, selber eine eigene
  861. ausgehende Verbindung zu diesem auufzubauen. Dadurch kann nun auf beiden
  862. Servern in der Konfiguration ein Port fuer den Connect konfiguriert
  863. werden (beide Server versuchen sich dann gegenseitig zu connectieren).
  864. - Test-Suite und Dokumentation an A/UX angepasst.
  865. - unter HP-UX definiert das configure-Script nun _XOPEN_SOURCE_EXTENDED.
  866. - Server identifizieren sich nun mit asynchronen Passwoertern, d.h. das
  867. Passwort, welches A an B schickt, kann ein anderes sein als das, welches
  868. B als Antwort an A sendet. In der Konfig.-Datei, Abschnitt "Server",
  869. wurde "Password" dazu durch "MyPassword" und "PeerPassword" ersetzt.
  870. - Der Server kann nun zur Laufzeit die Konfiguration neu einlesen: dies
  871. macht er nach dem Befehl REHASH oder wenn ein HUP-Signal empfangen wird.
  872. - Channel-Mode "P" ("persistent") kann nur noch von IRC-Operatoren gesetzt
  873. werden. Grund: User koennen den Server sonst leicht "Channel-Flooden".
  874. - MOTD kann nun an andere Server geforwarded werden.
  875. - IRC-Befehl "TIME" implementiert.
  876. - Server-Server-Links koennen nun komprimiert werden, dazu wird die zlib
  877. (www.zlib.org) benoetigt. Unterstuetzt die Gegenseite die Komprimierung
  878. nicht, wird automatisch unkomprimiert kommuniziert. Das Verfahren ist
  879. kompatibel mit dem Original-ircd 2.10.3, d.h. beide Server koennen
  880. miteinander ueber komprimiert Links kommunizieren.
  881. - Handling der Schreibpuffer umgestellt: Server sollte schneller arbeiten.
  882. - Prefix-Fehler werden besser protokolliert (mit verursachendem Befehl).
  883. - SQUIT wird nicht mehr doppelt an andere Server weitergeleitet.
  884. - Der Server versucht nun vor dem Schliessen einer Verbindung Daten, die
  885. noch im Schreibpuffer stehen, zu senden.
  886. - Source in weiteres Modul "irc-info" aufgespalten.
  887. - Konfigurationsvariablen werden besser validiert: Laengen, Zahlen, ...
  888. - neuen Befehl STATS begonnen: bisher unterstuetzt wird "l" und "m".
  889. - bei ISON und USERHOST fehlte im Ergebnis-String der korrekte Absender.
  890. - IRC Operatoren koennen nun mit KILL User toeten. Achtung: ein Grund muss
  891. zwingend als zweiter Parameter angegeben werden!
  892. - neue Konfigurations-Variable "MaxJoins": Hiermit kann die maximale Zahl
  893. der Channels, in denen ein User Mitglied sein kann, begrent werden.
  894. - neuer, deutlich flexiblerer Parser fuer den MODE Befehl.
  895. - neue Channel-Modes l (User-Limit) und k (Channel-Key) implementiert.
  896. ngIRCd 0.5.4, 24.11.2002
  897. - Fehler-Handling von connect() gefixed: der Server kann sich nun auch
  898. unter A/UX wieder zu anderen verbinden.
  899. - in den Konfigurationsvariablen ServerUID und ServerGID kann nun nicht
  900. nur die numerische ID, sondern auch der Name des Users bzw. der Gruppe
  901. verwendet werden. Beim Start des Daemons wird nun beides angezeigt.
  902. - Besseres Logging von Prefix-Fehlern.
  903. - angenommene Sockets werden nun korrekt auf "non-blocking" konfiguriert,
  904. beim Senden und Empfangen werden Blockierungen besser abgefangen.
  905. - RPL_UMODEIS hat Code 221, nicht 211 ... *argl*
  906. - select() in Try_Write() hat falschen (keinen!) Timeout verwendet;
  907. die "Zeit-Aufloesung" des Servers sind zudem nun 2 Sekunden (TIME_RES).
  908. Insgesamt sollte die Reaktionszeit des Server nun besser sein.
  909. ngIRCd 0.5.3, 08.11.2002
  910. - NOTICE liefert nun wirklich nie mehr einen Fehler, auch dann nicht,
  911. wenn der sendende Client noch gar nicht registriert ist.
  912. - ein "schneller Server-Reconnect" wird nur noch dann versucht, wenn die
  913. Verbindung zuvor ordentlich (="lange genug") in Ordnung war; somit also
  914. nicht meht, wenn der Peer-Server gleich beim Connect ein ERROR liefert.
  915. Das vermeidet "Connect-Orgien".
  916. - einige Datentypen aufgeraumt: z.B. sind viele INT32s nun LONGs. Das ist
  917. auf Platformen mit 8-Byte-Integern kompatibler.
  918. - RPL_YOURHOST_MSG ist nun ircII- und RFC-kompatibel ;-)
  919. - Segfault unter hoher Netzaktivitaet behoben: in Conn_Close() wird die
  920. Connection-Struktur nun frueher als "ungueltig" markiert.
  921. ngIRCd 0.5.2, 04.10.2002
  922. - Buffer Overflow in Read_Resolver_Result() behoben.
  923. - Format-String-Bugs, die zum Abbruch des Servers fuehrten, behoben.
  924. - Maximale Laenge eines IRC-Prefix wurde falsch berechnet.
  925. ngIRCd 0.5.1, 03.10.2002
  926. - in RPL_YOURHOST_MSG wurde ein fehlerhafter Versionsstring geliefert.
  927. - Test-Suite: start-server.sh, stop-server.sh und stress-server.sh koennen
  928. nun "manuell" von der Kommandozeile gestartet werden, stress-server.sh
  929. startet per Default nur noch 5 Sessions, eine andere Zahl kann auf der
  930. Kommandozeile uebergeben werden (Syntax: "stress-server.sh <count>").
  931. - In bestimmten Faellen hat der Server versucht auf einen bereits wieder
  932. geschlossenen Socket Daten zu schreiben; das fuehrte zu einem Abbruch des
  933. Servers durch ein assert(). Nun wird geprueft, ob der Socket noch ok ist.
  934. - im "contrib"-Verzeichnis befindet sich nun eine RPM-Spec-Datei, aus den
  935. .tar.gz's koennen nun mit "rpm -ta <archiv>" RPM's erzeugt werden. Danke
  936. an Sean Reifschneider <jafo@tummy.com>!
  937. - Syntax von RPL_MYINFO_MSG korrigiert: liefert nun vier Parameter.
  938. ngIRCd 0.5.0, 20.09.2002
  939. - Dokumentation aktualisiert.
  940. - Fehler bei Validierung von "AdminInfo2" behoben.
  941. - Test der Flags fuer "ps" in der Testsuite verbessert, ist nun zu mehr
  942. Plattformen kompatibler.
  943. ngIRCd 0.5.0-pre2, 17.09.2002
  944. - Fix in IRC_WriteStrServersPrefix() war "badly broken" -- behoben.
  945. ngIRCd 0.5.0-pre1, 16.09.2002
  946. - Manual-Pages ngircd.8 und ngircd.conf.5 begonnen.
  947. - Wird der Netzwerk-Sniffer aktiviert (--sniffer), so schaltet der
  948. ngIRCd nun automatisch in den Debug-Modus.
  949. - auf Systemen, die inet_aton() nicht kennen (wie z.B. A/UX), kann der
  950. ngIRCd nun dennoch auch aktiv Server-Links aufbauen.
  951. - h_errno wird auf Systemen, die das nicht kennen (wie z.B. HP-UX 10.20)
  952. nicht mehr verwendet. Somit compiliert der ngIRCd nun auch dort :-)
  953. - um auf dem Ziel-System nicht vorhandene Funktionen nachzubilden wird nun
  954. die "libngportab" erzeugt; genutzt wird dies bisher fuer vsnprintf().
  955. Nun compiliert der ngIRCd auch unter Solaris 2.5.1.
  956. - "persistente Channels" (Mode 'P') implementiert: diese koennen in der
  957. Konfigurationsdatei definiert werden (Sektion "Channel", vgl. Beispiel-
  958. Konfiguration "sample-ngircd.conf") und bleiben auch dann bestehen,
  959. wenn kein User mehr im Channel ist. Zu Channel-Operatoren werden bisher
  960. nur IRC-Operatoren, die den Channel betreten. Die persistenten Channels
  961. werden durch das Flag "P" gelennzeichnet, welches normal durch Channel-
  962. Op's gesetzt und geloescht werden kann.
  963. - bei "--configtest" werden keine leere Abschnitte mehr ausgegeben.
  964. - Source in weitere Module aufgespalten: lists, irc-op und resolve.
  965. - #include's aufgeraeumt: Header includieren keine anderen mehr.
  966. - KICK implementiert (bisher kann nur ein User aus einem Channel geckicked
  967. werden, Listen, wir im RFC vorgesehen, werden bisher nicht unterstuetzt).
  968. - INVITE, den Channel-Mode "i" sowie Invite-Lists ueber den MODE-Befehl
  969. (setzen, erfragen und loeschen) implementiert.
  970. - Source an ansi2knr fuer pre-ANSI-Compiler angepasst; ansi2knr in Source-
  971. Tree aufgenommen und in Build-System integriert; der ngIRCd compiliert
  972. nun z.B. unter A/UX mit dem nativen Compiler von Apple.
  973. - TOPIC lieferte bei unbekanntem Channel einen falschen Fehlercode.
  974. - LIST versteht nun Wildcards und kann an andere Server geforwarded werden.
  975. - wurde ein KILL fuer nicht-lokale Clients empfangen, so wurden die
  976. Verwaltungs-Strukturen nicht korrekt freigegeben.
  977. - empfangene NJOIN's wurden "zerhackt" an andere Server weitergegeben.
  978. - neue Konfigurationsoption "OperCanUseMode" (Sektion "Global"):
  979. ist sie aktiv, koennen IRC-Operatoren immer Channel-Modes setzen.
  980. - Dokumentation des neuen IRC+-Protokolls begonnen: doc/Protocol.txt
  981. - Protokoll- und Server-ID bei PASS-Befehlen auf neues Format umgestellt;
  982. bei empfangenen PASS-Befehlen werden diese zudem nun auch ausgewertet.
  983. Die unterstuetzten Flags sind in doc/Protocol.txt beschrieben.
  984. - mit dem neuen Befehl CHANINFO synchronisieren Server, die das IRC+-
  985. Protokoll unterstuetzen, Channel-Modes und Topics.
  986. - neue Option "--disable-ircplus" fuer das configure-Script, um das
  987. IRC+-Protokoll abzuschalten (per Default ist es aktiviert).
  988. - Ban-Lists (setzen, erfragen und loeschen) implementiert.
  989. - wird der Server mit "-n"/"--nodaemon" gestartet, so werden keine Mel-
  990. dungen mehr ueber Syslog ausgegeben, sondern nur noch auf der Konsole.
  991. - "Test-Suite" begonnen (in "make check" integriert): Dabei wird ein
  992. speziell konfigurierter Server auf Port 6789 gestartet, mit dem dann
  993. einige Tests durchgefuehrt werden (u.a. "Stress-Test" mit 50 Clients).
  994. - zu lange Operator-Namen in der Konfiguration wurden falsch gekuerzt.
  995. - kleine Anpassung an AIX 3.2.5: nun laeuft der ngIRCd auch dort :-)
  996. - ADMIN-Befehl implementiert. Die Daten hierzu werden in der Konfig-Datei
  997. im [Global]-Abschnitt mit den Variablen "AdminInfo1", "AdminInfo2" und
  998. "AdminEMail" konfiguriert.
  999. ngIRCd 0.4.3, 11.06.2002
  1000. - Bei PRIVMSG und NOTICE hat der ngIRCd nicht ueberpruft, ob das Ziel
  1001. ueberhaupt ein User ist. War es keiner, so fuehrte dies zu einem
  1002. Abbruch des Servers [es wurde assert() aufgerufen].
  1003. ngIRCd 0.4.2, 29.04.2002
  1004. - LUSERS verzaehlt sich bei eigenen Server-Links nicht mehr.
  1005. - QUIT wird nun auch von noch nicht registrierten Clients akzeptiert.
  1006. - IRC-Funktion LIST implementiert; bisher werden allerdings noch keine
  1007. Wildcards (bis auf "*") unterstuetzt.
  1008. ngIRCd 0.4.1, 08.04.2002
  1009. - Bei Server-Links wird nicht mehr an Hand der Anzahl der Parameter
  1010. eines empfangenen SERVER-Befehls, sondern "intern" erkannt, ob es
  1011. sich um eine ein- oder ausgehende Verbindung handelt und somit das
  1012. eigene PASS-SERVER-Paar gesendet werden muss oder nicht. Da sich
  1013. verschiedene Versionen des Original-ircd's anders verhalten, schlug
  1014. die Anmeldung je nach Gehenseite evtl. fehl.
  1015. - Bei einem NICK-Befehl eines lokalen Client konnte der Server ab-
  1016. stuerzen, da ein Format-String einer Log-Meldung fehlerhaft war.
  1017. ngIRCd 0.4.0, 01.04.2002
  1018. - IRC-Befehle nochmal auf weitere Source-Dateien aufgespalten.
  1019. - WHO implementiert (bisher ohne komplette Unterstuetzung von Masks).
  1020. - Der AWAY-Mode wurde nicht ueber mehrere Server-Links weitergegeben.
  1021. - stderr wird nun in eine Datei umgelenkt (/tmp/ngircd-<PID>.err).
  1022. Laeuft der Server nicht im Debug-Modus, so wird diese bei Programm-
  1023. ende geloescht. Sollte der Server abstuerzen, finden sich hier evtl.
  1024. zusaetzliche Informationen.
  1025. - In Nicknames wird das Zeichen "-" nun als zulaessig erkannt.
  1026. - die Beispiel-Konfigurationsdatei (doc/sample-ngircd.conf) wird als
  1027. ngircd.conf installiert, wenn noch keine "echte" Konfigurationsdatei
  1028. vorhanden ist.
  1029. - bei WHO, WHOIS und NAMES wird nun nur noch der Status "Operator" oder
  1030. "voiced" geliefert -- nicht mehr beides.
  1031. - Server-Gruppen implementiert: es wird immer nur zu einem Server in
  1032. einer Gruppe eine Verbindung aufgebaut, klappt es beim ersten Server
  1033. nicht, so wird der naechste probiert (Variable "Group" in der Kon-
  1034. figurationsdatei, Sektion [Server]).
  1035. - IRC_PING() ist, wenn nicht im "strict RFC"-Mode, toleranter und ak-
  1036. zeptiert beliebig viele Parameter (z.B. BitchX sendet soetwas).
  1037. - die "Portab-Header" werden nicht mehr benoetigt, die System-Erkennung
  1038. wird nun ausschliesslich vom configure-Script durchgefuehrt. System-
  1039. abhaengige Definitionen finden sich nun unter src/portrab/.
  1040. - Clients und Channels werden nicht mehr ueber ihren Namen, sondern
  1041. einen Hash-Wert gesucht: sollte deutlich schneller sein.
  1042. - neuer Kommandozeilen-Parameter "--configtest": die Konfiguration wird
  1043. gelesen und dann die verwendeten Werte angezeigt.
  1044. - Client-Mode "s" (Server Notices) implementiert.
  1045. - mit dem neuen Kommandozeilen-Parameter "--config"/"-f" kann eine
  1046. alternative Konfigurationsdatei angegeben werden.
  1047. - nach dem Start kann der ngIRCd, wenn er mit root-Rechten laeuft,
  1048. zu einer anderen User-ID und Group-ID wechseln.
  1049. - URL der Homepage wird u.a. bei "--version" mit angezeigt.
  1050. ngIRCd 0.3.0, 02.03.2002
  1051. - bekommt der Server ein HUP-Signal, so startet er neu -- genau so, wie
  1052. er auf den IRC-Befehl RESTART reagiert.
  1053. - FAQ um Hinweise auf den Bugtracker erweitert.
  1054. - neuer Kommandozeilen-Schalter "--passive" (-p): wird er angegeben, so
  1055. verbindet sich der ngIRCd nicht mehr automatisch zu anderen Servern.
  1056. Zum Debuggen manchmal ganz praktisch :-)
  1057. - direkt nach dem Start schreibt der ngIRCd nun die aktiven Kommando-
  1058. zeilenschalter in's Logfile (Passive, Debug, Sniffer ...).
  1059. - das Signal-Flag SA_RESTART wird nur noch gesetzt, wenn es auf dem
  1060. jeweiligen System auch definiert ist.
  1061. - bei ausgehenden Verbindungen wird nun der Ziel-Port protokolliert.
  1062. - neue Befehle VERSION und KILL implementiert.
  1063. - make-Target "check" (und "distcheck") mit Sinn erfuellt :-)
  1064. (die Tests sind aber bisher nicht all zu tiefgehend ...)
  1065. - Durch einen Ueberlauf konnte die Idle-Time bei WHOIS negativ werden ...
  1066. - Anpassungen an A/UX: gehoert nun auch zu den unterstuetzten Platformen.
  1067. - WHOIS wird nicht mehr automatisch an den "Original-Server" weiterge-
  1068. leitet: war eh nicht RFC-konform und machte mit Clients Probleme.
  1069. - an User wird nun immer ein "komplettes" Prefix (mit Host-Mask) ver-
  1070. schickt, Server bekommen nach wie vor kurze: das "Original" hat bei
  1071. bestimmten Befehlen (PRIVMSG) ansonsten evtl. Probleme ...
  1072. - NAMES korrigiert und vollstaendig implementiert.
  1073. - SQUIT wird auf jeden Fall geforwarded, zudem besseres Logging.
  1074. - Ist ein Nick bei der User-Registrierung bereits belegt, nimmt der
  1075. Server nun korrekt weitere NICK-Befehle an und verwendet diese.
  1076. - PRIVMSG beachtet nun die Channel-Modes "n" und "m".
  1077. - AWAY implementiert. PRIVMSG, MODE, USERHOST und WHOIS angepasst.
  1078. - der ngIRCd unterstuetzt nun Channel-Topics (TOPIC-Befehl).
  1079. - ausgehende Server-Verbindungen werden nun asynchron connectiert und
  1080. blockieren nicht mehr den ganzen Server, wenn die Gegenseite nicht
  1081. erreicht werden kann (bis zum Timeout konnten Minuten vergehen!).
  1082. - Wert der Konfigurations-Variable "ConnectRetry" wird besser beachtet.
  1083. - Channel- und Nicknames werden nun ordentlich validiert.
  1084. ngIRCd 0.2.1, 17.02.2002
  1085. - NICK korrigiert: es werden nun auch alle "betroffenen" User informiert.
  1086. - configure-Script erweitert, u.a. bessere Anpassung an BeOS: dort wird
  1087. nun die "libbe" zum ngIRCd gelinkt, somit funktioniert auch syslog.
  1088. - Fehlerhafte bzw. noch nicht verstandene Modes werden nun ausfuehrlicher
  1089. an den Client geliefert.
  1090. ngIRCd 0.2.0, 15.02.2002
  1091. - Nicknames und Channel-Namen werden etwas besser auf Gueltigkeit ueber-
  1092. prueft; ist aber nach wie vor noch nicht ausreichend.
  1093. - NJOINS von Servern wurden nicht an andere Server weitergeleitet.
  1094. - Begonnen Channel-Modes und User-Channel-Modes zu implementieren: der
  1095. Server versteht an User-Modes o und v, beachtet letzteres allerdings
  1096. noch nirgends. Bekannte (aber nicht beachtete!) Channel-Modes sind
  1097. bisher a, m, n, p, q, s und t. Diese Modes werden von Usern ange-
  1098. nommen, von anderen Servern werden auch unbekannte Modes uebernommen.
  1099. - Benutzer von connectierenden Servern wurden nicht in den Channels ange-
  1100. kuendigt, es wurden nur die internen Strukturen angepasst.
  1101. - Nach dem Connect eines Users werden LUSERS-Informationen angezeigt.
  1102. ngIRCd 0.1.0, 29.01.2002
  1103. - User-Modes bei User-Registrierungen von andere Servern (NICK-Befehl)
  1104. wurden falsch uebernommen. Zudem wurden die Modes falsch gekuerzt.
  1105. - Server-Verbindungen werden nun nach dem Start erst nach einer kurzen
  1106. Pause aufgebaut (zur Zeit drei Sekunden).
  1107. - Hilfetext korrigiert: --help und --version waren vertauscht, die
  1108. Option --sniffer wurde gar nicht erwaehnt.
  1109. - FAQ.txt in doc/ begonnen.
  1110. - der IRC-Sniffer wird nur noch aktiviert, wenn die Option auf der
  1111. Kommandozeile angegeben wurde (bei entsprechend compiliertem Server).
  1112. - Channels implementiert, bisher jedoch noch ohne Channel-Modes, d.h.
  1113. es gibt keine Channel-Ops, kein Topic, kein "topic lock" etc. pp.
  1114. Chatten in Channels ist aber natuerlich moeglich ;-)
  1115. - neue Befehle fuer Channles: JOIN, PART und NJOIN.
  1116. - durch die Channels einige Aenderungen an PRIVMSG, WHOIS, MODE etc.
  1117. - neu connectierenden Servern werden nun Channels mit NJOIN angekuendigt.
  1118. - Signal-Hander geaendert: die Fehlermeldung "interrupted system call"
  1119. sollte so nicht mehr auftreten.
  1120. - "spaeter" neu connectierende Server werden nun im Netz angekuendigt.
  1121. - SERVER-Meldungen an andere Server sind nun korrekt sortiert.
  1122. - Clients werden nun korrekt sowohl nur ueber den Nickname als auch die
  1123. komplette "Host Mask" erkannt.
  1124. ngIRCd 0.0.3, 16.01.2002
  1125. - Server-Links vollstaendig implementiert: der ngIRCd kann nun auch
  1126. "Sub-Server" haben, also sowohl als Leaf-Node als auch Hub in einem
  1127. IRC-Netzwerk arbeiten.
  1128. - MODE und NICK melden nun die Aenderungen an andere Server, ebenso
  1129. die Befehle QUIT und SQUIT.
  1130. - WHOIS wird nun immer an den "Original-Server" weitergeleitet.
  1131. - Parses handhabt Leerzeichen zw. Parametern nun etwas "lockerer".
  1132. - Status-Codes an den Server selber werden ignorier.
  1133. - Log-Meldungen und Log-Level ueberarbeitet und korrigiert.
  1134. - Kommandozeilen-Parser: Debug- und No-Daemon-Modus, Hilfe.
  1135. - ngIRCd wandelt sich nun in einen Daemon (Hintergrundprozess) um.
  1136. - WHOIS korrigiert: Anfrage wurde u.U. an User geforwarded anstatt vom
  1137. Server beantwortet zu werden.
  1138. - neue Befehle: LUSERS, LINKS
  1139. - Client-Modes von Remote-Servern wurden nicht korrekt uerbernommen.
  1140. ngIRCd 0.0.2, 06.01.2002
  1141. - Struktur der Konfigurationsdatei geaendert: sie ist nun "Samba like",
  1142. d.h. sie besteht aus Abschnitten (siehe "doc/sample-ngircd.conf").
  1143. - Es koennen mehrere IRC-Server-Opertatoren konfiguriert werden.
  1144. - Zombies der Resolver-Prozesse werden nun ordentlich "getoetet".
  1145. - NICK kann nun die Gross- und Kleinschreibung eines Nicks aendern.
  1146. - ein Server-Passwort ist nun konfigurierbar.
  1147. - neue Befehle: ERROR, SERVER, NJOIN (nur als "Fake"), SQUIT.
  1148. - Asynchroner Resolver Hostname->IP implementiert.
  1149. - Server-Links teilweise implementiert: bisher kann der ngIRCd jedoch
  1150. nur "leafed server" sein, d.h. keine "Client-Server" haben. Einige
  1151. Befehle sind auch noch nicht (optimal) angepasst: PRIVMSG funktioniert
  1152. aber bereits, ebenso wie WHOIS (letzterer wird immer an den Server,
  1153. auf dem der User registriert ist, weitergegeben).
  1154. - "arpa/inet.h" wird nur noch includiert, wenn vorhanden.
  1155. - Fehler bei select() fuerhen nun zum Abbruch von ngIRCd, bisher landete
  1156. der Server zumeist in einer Endlosschleife.
  1157. - Logmeldungen und Level an vielen Stellen verbessert.
  1158. - lokalen Usernamen wird nun ein "~" vorangestellt, da bisher noch keine
  1159. Ident-Anfragen gemacht werden.
  1160. ngIRCd 0.0.1, 31.12.2001
  1161. - erste oeffentliche Version von ngIRCd als "public preview" :-)