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