]> jfr.im git - solanum.git/blob - NEWS
4ec444fc9e4f60508081a7993f9a2faded910432
[solanum.git] / NEWS
1 This is charybdis 3.4-devel, Copyright (c) 2005-2010 Charybdis team.
2 See LICENSE for licensing details (GPL v2).
3
4 -- charybdis-3.5-devel
5
6 server protocol
7 - Fix propagation of ip_cloaking hostname changes (only when setting or
8 unsetting the umode after connection).
9 - Fix a remote-triggerable crash triggered by the CAPAB parsing code.
10 - As per the TS6 spec, require QS and ENCAP capabilities.
11 - Require EX and IE capabilities (+e and +I cmodes).
12 - Check that UIDs start with the server's SID.
13 user
14 - Allow mode queries on mlocked modes. In particular, allow /mode #channel f
15 to query the forward channel even if +f is mlocked.
16 - Strip colours from channel topics in /list.
17 - If umode +D or +g are oper-only, don't advertise them in 005.
18 - Add starttls as per ircv3.
19 - Abort a whowas listing when it would exceed SendQ, which would previously
20 disconnect the user.
21 - Reject nicks with '~' in them, rather than truncating at the '~'.
22 - Remove CHARSET=ascii from ISUPPORT
23 - Use the normal rules for IP visibility in /whowas.
24 - Cmode +c now strips '\x0F' (^O, formatting off), fixing weird rendering in
25 some clients that internally use mIRC formatting such as highlighted
26 messages in HexChat.
27 - Indicate join failure because of the chm_sslonly extension (cmode +S) using
28 the same 480 numeric as ircd-ratbox.
29 oper
30 - Fix a crash with /testline.
31 - Complain to opers if a server that isn't a service tries to
32 SU/RSFNC/NICKDELAY/SVSLOGIN.
33 - Turn off umode +p (override) when deopering.
34 - Make listener error messages (e.g. port already in use) visible by default
35 instead of only on snomask +d and in ioerrorlog.
36 - Remove snotes on +r about GET/PUT/POST commands ("HTTP Proxy disconnected").
37 - Add DNSBL snotes on snomask +r.
38 config
39 - Add chm_nonotice extension, cmode +T to reject notices.
40 - Add restrict-unauthenticated extension, prevents unauthenticated users from
41 doing anything as channel operator.
42 - Add no_kill_services extension, prevents local opers from killing services.
43 - Allow matching specific replies of DNSBLs, using the new matches option.
44 - Remove blowfish crypt since it has the BSD advertising clause.
45 - Fix SHA256 ($5$) crypt.
46 - Make the channel::channel_target_change option actually work (it used to be
47 always on).
48 misc
49 - Work around timerfd/signalfd brokenness on OpenVZ.
50 - Fix a compilation issue in libratbox/src/sigio.c with recent glibc.
51 - Extend documentation slightly.
52 - Remove a BSD advertising clause that permission was granted to remove.
53 - Add support for hooking PRIVMSG/NOTICE.
54 - Reenable and fix the GnuTLS support.
55 - Try other DNS servers if errors or corrupt replies are encountered.
56 - Rename genssl.sh script to genssl.
57 - Choose more secure SSL/TLS algorithms.
58 - Fix reconnecting with SSL/TLS with some clients such as ChatZilla (see
59 https://bugzilla.mozilla.org/show_bug.cgi?id=858394#c34 for details.)
60 - Improve error messages about the configuration file.
61 - Fix a crash when compiled with recent clang on 32-bit systems.
62 - Fix various memory leaks in rehash.
63 - Fix various code quality issues.
64 - Add --with-shared-sqlite to allow distribution packages to link to a shared
65 sqlite library. Using this is not recommended for on-server compilation.
66
67 -- charybdis-3.4.0
68
69 server protocol
70 - Allow overriding opers (with the new extension) to op themselves on channels.
71 - Allow RSFNC to change a nickname's capitalization only.
72 - Add channel ban forwarding <mask>$<channel> much like ircd-seven. Local use
73 of this is controlled by the channel::use_forward config option.
74 - Add ENCAP TGINFO to propagate IP addresses that exceeded target change
75 limits (these get a lower limit when they reconnect).
76 user
77 - Consider bogus CTCP ACTION messages (without action text) CTCP (for
78 cmode +C).
79 - Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel
80 limits.
81 - Add account-notify client capability to notify clients about logins and
82 logouts of users in common channels. See doc/account-notify.txt.
83 - Add extended-join client capability to add account name and ircname to JOIN.
84 - Add topic TS and channel TS constraints for /LIST (T<, T>, C<, C>
85 parameters as in some other servers).
86 - Disallow wildcarded nicknames in "hunted" parameters like /stats and /motd.
87 - Disallow mIRC italics in channel names when disable_fake_channels.
88 - Add AUTHENTICATE EXTERNAL support, allows SASL authentication using a
89 certificate fingerprint.
90 - Allow channel::kick_on_split_riding to protect channels with mlocked keys.
91 - The NICKLEN token in 005 now only specifies the maximum usable nick length.
92 The MAXNICKLEN token specifies the maximum nick length any user can have.
93 - Disallow $ in usernames as this may cause problems with ban forwarding.
94 - Add an error message (numeric 743) if a ban mask is invalid.
95 - Extract the underlying IPv4 address from 6to4 and Teredo IPv6 addresses.
96 Show it in a remote /whois and check channel bans, quiets, D:lines and
97 K:lines against it. Note that ban exceptions and auth{} blocks are not
98 checked.
99 - Allow normal users to perform /privs on themselves, showing some privileges
100 from the auth{} block.
101 - Add away-notify client capability, see doc/away-notify.txt.
102 - Add rate limit for high-bandwidth commands, in particular /who <channel>.
103 - Rate limit /away to help avoid flooding via away-notify.
104 - Apply colour stripping (cmode +c) and CTCP checking (cmode +C) to messages
105 to @/+ channel as well.
106 - Channel mode +c (and other places that disallow colour codes) now also strip
107 ASCII 4 (a different kind of colour code).
108 oper
109 - Add operspy for /list.
110 - Add a server notice to snomask +b if a user exceeds target change limits.
111 - Add missing server notice for kills from RSFNC and SVSLOGIN.
112 - Add /stats C to show information about dynamically loaded server
113 capabilities.
114 config
115 - Add support for linking using SSL certificate fingerprints as the link
116 credential rather than the traditional password pair.
117 - Add m_roleplay extension, provides various roleplay commands.
118 - Add override extension, umode +p oper override for opers with oper:override
119 permission, with accountability notices and timeout. Note that opers cannot
120 op themselves if there are older servers on the network.
121 - Add channel::disable_local_channels config option.
122 - Add support for IPv6 DNSBLs. A new "type" option specifies the IP version(s)
123 for which each DNSBL should be checked.
124 - Make flood control settings configurable by those who know exactly what they
125 are doing.
126 - Add serverinfo::nicklen config option to limit the nick length for local
127 users. Different values of this option do not break the server protocol.
128 - Add extb_usermode extension, $m:+-<modes> extban matching against umodes.
129 - Extend extb_oper extension to allow matching against oper privileges.
130 - Add m_remove extension, /remove command as in ircd-seven.
131 - Add general::away_interval to allow configuring /away rate limiting.
132 - Add listener::defer_accept to delay accepting a connection until the client
133 sends data. This depends on kernel support. It may break BOPM checking.
134 misc
135 - In mkpasswd, default to SHA512-based crypt instead of MD5-based crypt.
136 - Add --with-custom-branding and --with-custom-version configure options to
137 help forks/patchsets distinguish themselves.
138 - Change version control from Mercurial to GIT.
139 - Ensure SIGHUP and SIGINT keep working after a SIGINT restart.
140 - Add --enable-fhs-paths configure option to allow installing into a more
141 FHS-like hierarchy.
142 - Remove broken GnuTLS support. SSL/TLS is now only provided using OpenSSL.
143
144 -- charybdis-3.3.0
145
146 server protocol
147 - Add new BAN command, for propagated network-wide bans (K/X:lines and RESVs).
148 These will burst to new servers as they are introduced, and will stay in sync
149 across the whole network (new BAN capab).
150 - Add new MLOCK command, to implement ircd-side channel mode locks. This allows
151 services to send out a list of mode letters for a given channel which may not
152 be changed, preventing mode fights between services and client bots (new MLOCK
153 capab).
154 user
155 - New RPL_QUIETLIST(728) and RPL_ENDOFQUIETLIST(729) numerics are used for the
156 quiet (+q) list, instead of overloading the ban list numerics.
157 - Users may no longer change the topic of a -t channel if they cannot send to
158 it.
159 - Add help for EXTBAN, describing the syntax of extended bans in general, as
160 well as the most common types.
161 - Changed AWAY messages are now propagated to other servers. Previously, AWAY
162 was only propagated when the user was not already away.
163 - Channel mode +c (and other places that disallow colour codes) now also strip
164 ASCII 29 (mIRC 7 italics).
165 - Add auto-accept for user mode +g (callerid): Messaging a user while set +g
166 will automatically add them to your accept list.
167 - Add target change for channels. It applies to unopped, unvoiced and unopered
168 users. This has the effect of stopping spambots which join, message and part
169 many channels at a time.
170 - Show RPL_WHOISLOGGEDIN in /whowas as well as in /whois entries. This adds at
171 most an additional 0.5MB of memory usage.
172 oper
173 config
174 - Add general::use_propagated_bans to switch the new BAN system on or off.
175 - Add general::default_ident_timeout, to control the timeout for identd (auth)
176 connections.
177 - Add channel::channel_target_change to switch the new channel target change limits
178 on or off.
179 - Fix class::number_per_ident so that it also applies to connections without
180 identd.
181 - Change the example sslport option to 6697, which is more standard than 9999.
182 misc
183 - The custom channel mode API has been rewritten, allowing these modules to work
184 correctly when reloaded, or loaded from the config file.
185 - The EFNet RBL is now recommended, instead of DroneBL.
186 - Remove the unsupported modules directory.
187 - Numerous bug fixes and code cleanups.
188 - In mkpasswd, default to MD5 crypt instead of insecure DES.
189
190 -- charybdis-3.2.0
191
192 server protocol
193 - Apply +z to messages blocked by +b and +q as well. (new EOPMOD capab)
194 - Add new topic command ETB, allowing services to set topic+setter+ts always.
195 (new EOPMOD capab)
196 - The slash ('/') character is now allowed in spoofs.
197 user
198 - Add can_kick hook, based on the ircd-seven one.
199 - Add cmode +C (no CTCP) from ircd-seven.
200 - Flood checking has been reworked.
201 - Fix op-moderate (cmode +z) for channel names with '@'.
202 - Add CERTFP support, allowing users to connect with an SSL client
203 certificate and propagating the certificate fingerprint to other servers.
204 Services packages can use this to identify users based on client
205 certificates.
206 - Maintain the list of recently used targets (for the target change
207 anti-spam system) in most-recently-used order, overwriting the least
208 recently used target with a new one. This should be friendlier to users
209 without giving spambots anything.
210 - Do not require target change slots for replying to the last five users to
211 send a private message, notice or invite.
212 - Apply target change restrictions to /invite.
213 - Apply umode +g/+R restrictions to /invite, with the difference that
214 instead of sending "<user> is messaging you" the invite is let through
215 since that is just as noisy.
216 oper
217 - Add /rehash throttles to clear throttling.
218 - Send all server notices resulting from a remote /rehash to the oper.
219 - '\s' for space is now part of the matching, not a substitution at xline
220 time, fixing various issues with it.
221 - Display o:line "nickname" in oper-up server notices.
222 - Fix sendq exceeded snotes for servers.
223 - SCAN UMODES: default list-max to 500, like a global WHO.
224 - Ignore directory names in MODRELOAD to avoid crashing if it is a core
225 module and the path is incorrect.
226 - Tweaks to spambot checks.
227 config
228 - Add channel::only_ascii_channels config option to restrict channel names
229 to printable ascii only.
230 - Add channel::resv_forcepart, forcibly parts local users on channel RESV,
231 default enabled.
232 misc
233 - New mkpasswd from ircd-ratbox.
234 - Check more system calls for errors and handle the errors.
235 - Various ssld/libratbox bugfixes from ircd-ratbox. [some MERGED]
236 - Fix fd passing on FreeBSD/amd64 and possibly Solaris/sparc. [MERGED]
237 - Various documentation improvements. [some MERGED]
238 - Fix some crash issues. [MERGED]
239 - Add bandb from ircd-ratbox, which stores permanent dlines/klines/xlines/resvs
240 in an sqlite database instead of a flatfile and does the storage in a
241 helper process. Use bin/bantool -i to import your old bans into the
242 database.
243
244 -- charybdis-3.1.0
245
246 - Remove TS5 support. No TS5 servers are permitted in a network with
247 charybdis 3.1.0 or newer, except jupes.
248 - Replace oper flags by privilege sets (privsets). This adds an extra
249 level of indirection between oper flags and operator blocks. /stats O
250 (capital O) shows the configured privsets.
251 - Update libratbox and ssld from upstream and use it better.
252 - Add auth_user to auth{}. This allows specifying a username:password instead
253 of just a password in PASS, so that a fixed user@host is not necessary
254 for a specific auth{} block.
255 - Add need_ssl to auth{} and operator{}. This makes these blocks reject
256 the user if not connected via SSL.
257 - Allow modules to provide simple channel modes without parameter.
258 - Remove restrictions on CNAME in the resolver.
259 - Make the resolver remember nonresponsive nameservers.
260 - Move nick collision notices from +s to +k.
261 - Add additional information to various server notices about server
262 connections.
263 - Show throttle information in /stats t.
264 - Show rejectcache and throttle information in /testline.
265 - Show oper reason in /testline.
266 - Allow opers to see other users' umodes with /mode <nick>.
267 - SCAN UMODES GLOBAL NO-LIST MASK <mask> is no longer an operspy command.
268 - Also apply floodcount to messages to remote clients (except services).
269 - Remove user@server messages to local users. Sending such messages to
270 remote servers is still possible, for securely messaging pseudoservers
271 whether service{}'ed or not. The special oper-only syntax opers@server
272 remains as well.
273 - Allow /list on a named +p channel. A full /list already included +p channels.
274 - Add operspy /topic.
275 - For remote rehashes, send error messages to the requesting oper as well.
276 - Disable autoconnect for a server with excessive TS delta.
277 - Disallow invites to juped channels.
278 - Warn about certain duplicate and redundant auth blocks.
279 - Make PRIVMSG/NOTICE behave as CPRIVMSG/CNOTICE automatically if possible.
280 - Allow +z messages from outside if a channel is -n.
281 - Allow coloured part reasons in -c channels.
282 - Add ircu-like WHOX support. This allows requesting specific information
283 in /who and allows obtaining services login name for all users in a
284 channel. XChat/Conspire use WHOX to update away status more efficiently.
285 - Allow opers and shide_exempt users to see hopcounts even if flatten_links
286 is on.
287 - Rework ip_cloaking.
288 - Add the IP address to userlog, as in ircd-ratbox 3.0.
289 - Split cidr_bitlen into cidr_ipv4_bitlen and cidr_ipv6_bitlen.
290 - Allow using ziplinks with SSL connections. This is not as efficient as
291 using OpenSSL's built in compression, but also works with older versions
292 of OpenSSL.
293 - Fix an off by one error with zipstats processing, which could overwrite
294 a variable with NULL causing a crash on some systems.
295 - Document some extensions in charybdis-oper-guide.
296 - Add more server protocol documentation.
297 - Add m_sendbans extension, SENDBANS command to propagate xlines and resvs
298 manually.
299 - Add chm_sslonly extension, cmode +S for SSL/TLS only channels.
300 - Add chm_operonly extension, cmode +O for IRCop only channels.
301 - Add chm_adminonly extension, cmode +A for server admin only channels.
302 - Various code cleanups.
303
304 -- charybdis-3.0.4
305
306 - Fix a crash on certain recent versions of Ubuntu.
307 - Allow 127.x.y.z for DNSBL replies instead of just 127.0.0.x.
308 - Various documentation improvements.
309
310 -- charybdis-3.0.3
311
312 - Fix IPv6 D:lines
313 - Fix rejectcache and unknown_count.
314 - Fix genssl.sh.
315 - Fix ident for SSL/TLS connections.
316 - Fix SSL/TLS bugs for servers with more than about 100 connections.
317 - Small bugfixes.
318
319 -- charybdis-3.0.2
320
321 - Improve OLIST extension error messages.
322 - Improve some kline error checking.
323 - Avoid timing out clients if we are still waiting for a DNSBL lookup.
324 - Fix resolver hangs with epoll.
325 - Fix compilation without zlib.
326
327 -- charybdis-3.0.1
328
329 - Fix occasional hung clients with kqueue.
330 - Fix a rare ssld crash.
331 - Fix a bug that could cause incorrect connect failure reasons to be
332 reported.
333 - Make the IRCd work on MacOS X again.
334
335 -- charybdis-3.0.0
336
337 - Port the IRCd to libratbox, which has improved our portability and allows
338 us to reuse low-level code instead of maintaining our own.
339 - Change configuration of maximum number of clients to ircd-ratbox 3 way.
340 - Add adminwall from ircd-ratbox, as an extension.
341 - Add client and server-to-server SSL, read example.conf for setup.
342 - Replace servlink with ssld (also for ziplinks).
343 - A new extban, $z, has been added for ssl users (extensions/extb_ssl.so).
344 - A new compatibility channel mode, +R, has been added, it sets
345 +q/-q $~a (extensions/chm_operonly_compat.so). This is similar to
346 the +R seen in ircd-seven.
347 - A new compatibility channel mode, +S, has been added, it sets
348 +b/-b $~z (extensions/chm_sslonly_compat.so).
349 - A new compatibility channel mode, +O, has been added, it sets
350 +iI/-iI $o (extensions/chm_operonly_compat.so).
351 - Add remote D:lines. Note that these are not enabled by default.
352 - Remove EFnet-style G:lines. Noone appears to use these.
353 - Remove idle time checking (auto disconnecting users idle too long).
354 - Display a notice to clients when the IRCd is shut down using SIGTERM.
355 - Some error messages have been clarified to enhance usability.
356 - Close the link to servers that send invalid nicks (e.g. nicklen mismatches).
357 Formerly the users were killed from the network.
358 - Enable topicburst by default in connect{}.
359 - Fix a potential desync which can happen with oper override.
360 - Remove "deopped" flag (TS5 legacy).
361 - Use 127.0.0.1 as nameserver if none can be found in /etc/resolv.conf.
362 - Only accept 127.0.0.x as a dnsbl listing.
363 - Change cloaking module (same as 2.2.1, different from 2.2.0).
364 - Make some more server notices about failed remote connect attempts
365 network wide.
366 - Make some server notices about flooders and TS delta network wide.
367 - Remove redundant "<server> had been connected for <time>" server notice.
368 - Add resv oper privilege to control /resv, /unresv and cmode +L and +P,
369 enabled by default.
370 - Add mass_notice oper privilege to control global notices and /wallops,
371 enabled by default.
372 - Rework unkline/undline/unxline/unresv so they show the exact item removed
373 and do not rehash bans.
374 - Show opers a list of recently (<24hrs) split servers in /map.
375 - Add /privs command, shows effective privileges of a client.
376
377 -- charybdis-2.2.0
378
379 - The I/O code has been reworked, file descriptor metadata is stored in a
380 hashtable and the maximum number of clients can now be set in ircd.conf.
381 - Improve error checking and error messages for kline/dline/xline/resv files.
382 - Allow kline ipv6:address, unkline some.host and unkline ipv6:address
383 without *@.
384 - Add accountability (wallops, log) to OKICK extension.
385 - Add opernick to OPME/OMODE/OJOIN log messages.
386 - Add use_forward option, allows disabling cmode +fFQ and umode +Q.
387 - Add keyword substitution to DNSBL reasons, making it possible to show
388 things like the user's IP address in the reason.
389 - Use sendto_one_notice() more.
390 - Server notices about kills now include the victim's nick!user@host instead
391 of just nick.
392 - Include real hostname in Closing Link message for unknown connections
393 that have sent USER, in particular banned users.
394 - Add some documentation about the SASL client protocol.
395 - Change spambot, flooder and jupe joiner notices from host to orighost.
396 - Remove the last remains of server hostmasking (this made it possible to
397 have multiple servers with similar names appear as a single server).
398 - Keep bitmasks of modularized umodes reserved forever to the letter,
399 avoiding problems when reloading umode modules in a different order.
400 - Fix -logfile.
401 - Update to the new revision (v8) of the TS6 spec, this fixes problems with
402 joins reversing certain mode changes crossing them. This interoperates
403 with older versions.
404 - Put "End of Channel Quiet List" at the end of +q lists.
405 - Fix invisible count getting desynched from reality if the act of opering
406 up sets -i or +i.
407 - Don't leak auth{} spoofed IP addresses in +f notices.
408 - Shorten quit/part/kick reasons to avoid quit reasons overflowing the
409 client exiting server notice (from TOPICLEN to 260).
410 - Fix some cases where 10 char usernames lose their final character.
411 - Move username check after xline and dnsbl checks, so it will not complain
412 to opers about clients who are xlined or blacklisted anyway (both of
413 which silently reject).
414 - Remove invite_ops_only config option, forcing it to YES.
415 - Allow /invite (but not invex) to override +r, +l, +j in addition to +i.
416 - Add several new extensions, such as createoperonly.
417 - Merge whois notice extensions into one and move it from snomask +y to +W.
418
419 -- charybdis-2.1.2
420
421 - Fix bug that could cause all hostmangled users to be exempted when a
422 single ban exception existed on a channel.
423 - Tweak \s code a little.
424 - Add a minor clarification to the SGML docs.
425 - Avoid truncation in ip_cloaking (by removing components on the other side).
426 Note that this may cause channel +bqeI modes set on such very long hosts
427 to no longer match.
428
429 -- charybdis-2.1.1
430
431 - Search the shortest list (user's/channel's) when looking up channel
432 memberships.
433 - Make the SID-collision notice look right under all conditions.
434 - Move kills from services from +s to +k snomask.
435 - When no_tilde is present on an auth{} block, check the non-tilde version
436 of the user@host against k:lines as well.
437 - Put full reason in the SQUIT reason when a server is rejected for
438 insufficient parameters being passed to a command.
439 - Don't redirect users to an existing domain, irc.fi.
440 - Improve communication of servlink-related error messages.
441
442 -- charybdis-2.1.0
443
444 - Our official website is now http://www.ircd-charybdis.org/.
445 - Make RPL_ISUPPORT (005 numeric) modularizable.
446 - Also do forwarding if the channel limit (+l) is exceeded.
447 - Don't count opers on service{} servers in /lusers.
448 - Allow servers to send to @#chan and +#chan.
449 - Allow +S clients (services) to send to channels and @/+ channels always.
450 - Allow normal match() on IP address also in /masktrace.
451 - Add new testmask from ratbox 2.2. Allows matches on nick, ip and gecos
452 in addition to user and host, and is fully analogous to masktrace.
453 The numeric has changed from 724 to 727 and fields in it have changed.
454 - Show IP addresses to opers in /whowas.
455 - Add extb_extgecos extban option ($x:nick!user@host#gecos), from sorcery
456 modules.
457 - Add extb_canjoin extban option ($j:#channel), matches if the user is banned
458 from the other channel.
459 - Allow opers to /who based on realhost.
460 - Allow opers to /masktrace, /testmask based on realhost.
461 - Add general::operspy_dont_care_user_info, limits operspy accountability to
462 channel-related information.
463 - Make host mangling more reliable.
464 - Prevent ban evasion by enabling/disabling host mangling.
465 - Add EUID, sends real host and services account in the same command as other
466 user information.
467 - Make it possible to send CHGHOST without ENCAP (fixes problems with old
468 services).
469 - Allow service{} servers to manipulate the nick delay table (for "nickserv
470 enforcement", aka SVSHOLD).
471 - Send server notices about connections initiated by remote opers network wide.
472 - Fix too early truncation of JOIN channel list.
473 - Make the newconf system available to modules.
474 - Add /stats s to the hurt module to list active hurts.
475 - Add general::servicestring, shown in /whois for opered services (+oS).
476 - Show real host/IP behind dynamic spoof in /whois to the user themselves
477 and opers.
478 - Document option to disable nick delay.
479 - Improve logging of server connections.
480 - Clean up handling of hostnames in connect blocks.
481 - Remove support for resolving ip6.int, people should be using ip6.arpa.
482 - Unbreak --disable-balloc (useful for debugging with tools like valgrind).
483 - Make Solaris 10 I/O ports code compile.
484 - Add WEBIRC module to allow showing the real host/IP of CGI:IRC users.
485 - Comment out blacklist{} block in example confs, as AHBL requires
486 notification before use.
487 - Fix some bugs relating to the resolver.
488
489 -- charybdis-2.0.0
490
491 - Replace ADNS with a new smaller resolver from ircu and hybrid.
492 - Make services shortcuts (/chanserv etc) configurable in ircd.conf.
493 - Add extban: extensible +bqeI matching via modules. Syntax is
494 $<type>[:<data>]. By default no modules are loaded.
495 - Add DNS blacklist checking.
496 - Change operator{} block user@host from host to orighost. This means that
497 services/+h spoofs do not work in operator{} blocks; auth{} spoofs still
498 work. Check your operator{} blocks!
499 - Split contrib/ into extensions/ and unsupported/.
500 - Change CHGHOST do show the change to all other clients on common channels
501 with quit/join/mode.
502 - Add /rehash nickdelay to clear out the nickdelay tables.
503 - Glines are now disabled in the example confs.
504 - Show more error messages on stderr.
505 - Add OMODE command to extensions/ for easier oper mode hacking.
506 - Add HURT system to extensions/; this shuns clients matching certain host/ip
507 unless and until they identify to services. Mainly intended for SorceryNet.
508 - Show SASL success and failure counts in /stats t.
509 - Allow more frequent autoconnects to servers.
510 - Messaging services by nickname no longer uses target change slots.
511 - Only accept SASL from servers in a service{} block.
512 - New auth{} flag need_sasl to reject users who haven't done SASL
513 authentication.
514 - Expand blah.blah and blah:blah to *!*@... instead of ...!*@* for bans
515 - Don't allow opers to fake locops/operwall to +w.
516 - Documentation updates.
517 - Many bugfixes.
518
519 -- charybdis-1.1.0
520
521 - Implement SAFELIST.
522 - Incorporate ircu's match() algorithm.
523 - Improve usermode modularization.
524 - Seperate server notices into a seperate snomask, freeing up many
525 usermodes to be used.
526 - Add support for SIGNON originating from Hyperion2.
527 - Modularize many server notices into seperate modules.
528 - Add hooks for can_join and can_create_channel.
529 - Add support for SASL authentication.
530 - Add introduce_user hook for adding new messages when a user is bursted.
531 - Move a large part of the ircd into libcharybdis.
532 - Don't complain "unknown user mode" if a user tries to unset
533 a mode they do not have access to.
534 - Update our challenge specification to the challenge implementation in
535 ratbox 2.2 for interoperability.
536 - Make +f notices network-wide (local host, global host,
537 global user@host, local class), other notices tied to +f remain local.
538 - Allow ENCAP REALHOST outside of netburst.
539 - Add general::global_snotices option to make server notices be
540 network-wide or not.
541 - Add sno_farconnect.c to contrib, provides farconnect support.
542 Could be useful for BOPM.
543 - Add sno_routing.c which displays information about netsplits, netjoins
544 and the clients affected by them.
545 - Add CHANTRACE and TRACEMASK commands from ratbox 3.0
546 - Use IsOperAdmin() instead of IsAdmin() when sending admin-only messages,
547 that way hidden admins get them too.
548 - Add m_error to core_module_table, somehow it was missing.
549 - Correct a format string bug that occurs when a read error is
550 received.
551 - Add some logging in places where we drop servers and only notify
552 server operators.
553 - Track hostmask limits based on a client's original host, if
554 available.
555 - Move HIDE_SPOOF_IPS into the general {} block in ircd.conf
556
557 -- charybdis-1.0.3
558
559 - Fix /invite UID leak. (Found by logiclrd@EFnet.)
560 - Incorporate ratbox bugfixes for the MONITOR system.
561 - Made show_ip() less braindead.
562 - Show real errno if we fail to connect to a server.
563 - Don't disclose server IP's when a connection fails.
564 - Do not show the channels a service is sitting in.
565 - Reverted the aline code from hybrid-7.2
566 - Make sure TS6 services are recognized properly if connected remotely.
567 - Tweak something in services support for cyrix boxes.
568
569 -- charybdis-1.0.2
570
571 - Fix propagation of an empty SJOIN (permanant channels).
572 - Fix an exploit involving a malformed /trace request.
573 - Don't display a blank RPL_WHOISCHANNELS in a remote whois request.
574 - Allow modules to provide new usermodes.
575 - On a nickname collision, change the collided nick to their unique ID,
576 if general::collision_fnc is enabled in the config.
577 - Don't allow UID lookups in /monitor + and /monitor s
578 - Fix a garbage issue with channel mode +j.
579 - Apply proper capability flags to the proper server in me_gcap().
580 - Use find_named_person() instead of find_person() in a nick collision.
581 - Prevent UID disclosure in cmode setting.
582 - Prevent UID disclosure to remote clients in /kick.
583 - Do not allow users to query via /whois <server> <UID>.
584 - Don't allow local users to use UID's in local usermode changes.
585 - Propagate +q lists on netjunction.
586 - Clear +q lists on a lowerTS SJOIN.
587 - Ported a generic k/d/x-line parser from hybrid-7.2 which resulted in
588 duplicate code reduction.
589 - Fix linebuf raw code to not truncate lines longer than 512 bytes;
590 improves ziplink reliability on net junction.
591 - Use find_named_person() vs find_person() in services alias code.
592 - Fix issue where channel forwarding token can be lost on net junction.
593 - Fix empty channel desync issues involving +P.
594 - Remove unused non-ENCAP CHGHOST support.
595 - Use TS6 form for SQUIT wallops.
596 - Propagate nickname changes for remote clients in TS6 form if possible,
597 even if sent in TS5 format.
598 - Only clear oper_only_umodes for local clients on deoper.
599
600 -- charybdis-1.0.1
601
602 - Display logged in status on non-local clients too.
603 - Documentation updates
604 - Fix a bug with forward target authorization.
605 - Fix a bug with mode propagation (+Q/+F).
606 - Change ERR_NOSUCHNICK to ERR_SERVICESOFFLINE in services aliases.
607 - Add remote rehashing.
608 - Document service { } blocks (u:lines on ircu).
609 - Document identify_service and identify_command in reference.conf.
610
611 -- charybdis-1.0
612 - Implement channel mode +L for channel list limit exemptions.
613 - Implement channel mode +P primarily as a status mode, permanant
614 channel -- this is usually enforced via services registrations.
615 - Change behaviour of /stats p: now displays all staff members instead
616 of local ones only.
617 - Make oper_list global, add local_oper_list for local traffic.
618 - Strip control codes from parts and quits.
619 - Add channel mode +c which strips control codes from messages sent to
620 the channel.
621 - Add channel mode +g which enables free use of the /invite command.
622 - Add channel mode +z which sends rejected messages to channel ops.
623 Could be useful for Q&A sessions or other similar events.
624 - Add channel quietmasks. These are recommended over the use of channel
625 bans used to remove a user's ability to participate in the channel.
626 - Add channel join throttling mode, +j. Used to throttle channel join
627 traffic, i.e. join/part flood attacks. Syntax: +j <joins>:<timeslice>
628 - Improvements to channel_modes(), from shadowircd -- allows for
629 better construction of the mode string.
630 - Use the undernet throttle notice instead of bancache message when
631 dealing with rejected clients. (stolen from ircu2.10.12)
632 - Add channel forwarding, via channel mode +f, behaves similarly to
633 dancer-ircd version.
634 - Update example.conf to reflect AthemeNET changes. Original ratbox
635 config is now reference.conf.
636 - Services account names are now tracked globally.
637 - Add channel mode +Q which disables the effects of channel forwarding
638 on a temporary basis.
639 - Add channel mode +F which allows anybody to disable forwarding target
640 authorisation, voluntarily on their channels.
641 - Make wallops behave like normal wallops.
642 - Add services aliases: /ns, /cs, /os, /nickserv, /chanserv, /operserv.
643 - Add simple hack that enables use of server password for automatic
644 identify.
645
646 -- ircd-ratbox-2.1.5+datadrain
647 - fix a buffer overflow and an unterminated buffer when TS6 forces us
648 to remove bans
649 - fix potential junk SJOIN generation when splitting it into multiple
650 lines
651 - make servlink check for an uncompressed ERROR
652 - change NICKLEN to 15.
653 - change TOPICLEN to 390.
654 - force services extensions to be enabled always
655 - change patchlevel.h to get it's information from 'configure'
656 - add m_chghost.c, ghetto rigged hostcloaking module, using elite ENCAP
657 technique
658
659 -- ircd-ratbox-2.1.4
660 - fix minor time bug which occurs on december 31st
661 - dont drop a servers link when we get a malformed WHOIS
662 - disallow commas in channel keys
663 - fix compile problem with abort_list
664 - fix build on darwin
665 - fix compilation with gcc4
666 - userhost was only allowing 4 targets instead of 5
667 - invalidate channel ban cache on nickchange
668 - add TARGMAX to 005, detailing maximum targets for messages
669 - fix counting of clients on accept list when adding users
670 - use ID instead of name when bursting SJOIN to TS6 servers
671 - lower id in struct User, which was one byte bigger than it needs to be
672
673 -- ircd-ratbox-2.1.3
674 - removed sendq_eob as it just doesnt work on efnet
675 - dont allow MONITOR from an unregistered client
676 - add some uniqueness into the auth process for bopm
677 - fix resvs to check whether target server is us properly
678 - fix a core in cidr channel ban matching
679 - raise max temptime to a year
680 - fix cores when we receive extra params to NICK/UID
681 - remove no_oper_resvs, add resv_exempt auth flag
682 - fix flattened links
683 - clean up the accept code, and dont clear a users own list of accepted
684 clients on nickchange
685 - non-efnet:
686 - make services {}; blocks be displayed on stats U
687 - make services {}; blocks apply on rehash, you must now have only ONE
688 service {}; block, but you may have multiple name=""; entries within.
689 - only show services logged in info for local clients
690
691 -- ircd-ratbox-2.1.2
692 - fix missing end comment tag in example confs
693 - fix display problem with unauthorised conn notice
694 - remove some unused defines from INFO
695 - fix tabs for spaces in some helpfiles
696 - add in missing links_delay conf option
697 - fix cores under amd64
698 - disallow bans beginning with ':' over BMASK
699 - disallow bans with a space in chm_ban()
700 - stop counting hidden opers in stats p count output
701 - match() params of remote unresv were inverted, causing it to never match
702 - fix possibility of clients setting blank keys
703 - fix UID problems with trace
704 - raise default topiclen to 160
705 - add in forced nick change for ratbox-services, when compiled with
706 --enable-services
707
708 -- ircd-ratbox-2.1.1
709 - remove an 005 token to hack around the parser bug
710 - exempt users messaging themselves from target change
711 - disallow messaging towards UIDs
712 - add in doc/tgchange.txt
713 - move stats L back to RPL_STATSLINKINFO
714 - fix some minor auth problems
715 - properly store ipv6 ips when we're compiled for v4 only
716 - fix propagation of xline/resv
717 - sync remote kline reasons with form used for local klines
718
719 -- ircd-ratbox-2.1.0
720 - no changes
721
722 -- ircd-ratbox-2.1.0beta2
723 - fix a few compile warnings
724 - added multi-prefix clicap, for showing "@+" in NAMES/WHO replies
725 - remove split_delay, make split servers now work on how many servers have
726 issued EOB, rather than how many exist.
727 - server-side notify lists. See doc/monitor.txt
728 - fix undline core
729 - remove an unwanted space from beginning of second 005
730 - fix a potential core with the patricia when removing classes
731 - when we're handling global NAMES, dont output channels whose users are all
732 invisible
733
734 -- ircd-ratbox-2.1.0beta1
735 - No release notes, see doc/whats-new-2.1.txt
736
737 --------------------------------------------------------------------------------
738
739 BUGS: Major bugs in this release are listed in BUGS
740
741 BUG REPORTS: If you run this code and encounter problems, you must report
742 via IRC to irc.atheme.org, #charybdis. For specific bugs you can use
743 http://bugs-meta.atheme.org/ (Charybdis project).
744
745 Please include a gdb backtrace and keep the core file, binaries and
746 modules in case the developers need them.
747
748 Other files recommended for reading: BUGS, README.FIRST, INSTALL
749
750 --------------------------------------------------------------------------------
751 $Id: NEWS 3496 2007-05-30 10:22:01Z jilles $
752